Home
last modified time | relevance | path

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