Home
last modified time | relevance | path

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