Home
last modified time | relevance | path

Searched refs:HandleGetAbilityLabelWithModuleName (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.h328 ErrCode HandleGetAbilityLabelWithModuleName(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.cpp478 ErrCode res = bundleMgrHost.HandleGetAbilityLabelWithModuleName(data, reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp212 errCode = this->HandleGetAbilityLabelWithModuleName(data, reply); in OnRemoteRequest()
1438 ErrCode BundleMgrHost::HandleGetAbilityLabelWithModuleName(MessageParcel &data, MessageParcel &repl… in HandleGetAbilityLabelWithModuleName() function in OHOS::AppExecFwk::BundleMgrHost