Home
last modified time | relevance | path

Searched refs:HandleGetSandboxHapModuleInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_host.h690 ErrCode HandleGetSandboxHapModuleInfo(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_bundle_mgr_host_test/
H A Dbms_bundle_mgr_host_test.cpp1393 ErrCode res = bundleMgrHost.HandleGetSandboxHapModuleInfo(data, reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp406 errCode = this->HandleGetSandboxHapModuleInfo(data, reply); in OnRemoteRequest()
2811 ErrCode BundleMgrHost::HandleGetSandboxHapModuleInfo(MessageParcel &data, MessageParcel &reply) in HandleGetSandboxHapModuleInfo() function in OHOS::AppExecFwk::BundleMgrHost