Home
last modified time | relevance | path

Searched refs:HandleGetSandboxExtAbilityInfos (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.h688 ErrCode HandleGetSandboxExtAbilityInfos(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.cpp1378 ErrCode res = bundleMgrHost.HandleGetSandboxExtAbilityInfos(data, reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp403 errCode = this->HandleGetSandboxExtAbilityInfos(data, reply); in OnRemoteRequest()
2786 ErrCode BundleMgrHost::HandleGetSandboxExtAbilityInfos(MessageParcel &data, MessageParcel &reply) in HandleGetSandboxExtAbilityInfos() function in OHOS::AppExecFwk::BundleMgrHost