Home
last modified time | relevance | path

Searched refs:BundleDaemonCallback (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_daemon_client.h45 …static int32_t BundleDaemonCallback(uint32_t code, IpcIo* data, IpcIo* reply, MessageOption option…
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_daemon_client.cpp54 int32_t BundleDaemonClient::BundleDaemonCallback(uint32_t code, IpcIo* data, IpcIo* reply, MessageO… in BundleDaemonCallback() function in OHOS::BundleDaemonClient
121 objectStub_.func = BundleDaemonClient::BundleDaemonCallback; in Initialize()