#include <package/IInstallHandler.h>
Inheritance diagram for IInstallHandler:
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 () |
|
|
|
|
|
|
|
|
|
|
|
|