IInstallHandler Class Reference

#include <package/IInstallHandler.h>

Inheritance diagram for IInstallHandler:

IInterface SAtom BnInstallHandler List of all members.

Public Types

enum  { INSTALL = 0, BOOT = 1 }

Public Member Functions

status_t LinkInstallHandler (const sptr< IBinder > &to, const SValue &mappings, uint32_t flags=0)
virtual void OnInstall (uint32_t which)=0
status_t UnlinkInstallHandler (const sptr< IBinder > &to, const SValue &mappings, uint32_t flags=0)

Protected Member Functions

 IInstallHandler ()
virtual ~IInstallHandler ()

Member Enumeration Documentation

anonymous enum
 

Enumerator:
INSTALL 
BOOT 


Constructor & Destructor Documentation

IInstallHandler  )  [inline, protected]
 

virtual ~IInstallHandler  )  [protected, virtual]
 


Member Function Documentation

status_t LinkInstallHandler const sptr< IBinder > &  to,
const SValue mappings,
uint32_t  flags = 0
[inline]
 

virtual void OnInstall uint32_t  which  )  [pure virtual]
 

status_t UnlinkInstallHandler const sptr< IBinder > &  to,
const SValue mappings,
uint32_t  flags = 0
[inline]
 


The documentation for this class was generated from the following file: