Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundle_resource/
H A Dbundle_resource_host.h44 ErrCode HandleGetAllLauncherAbilityResourceInfo(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundle_resource/
H A Dbundle_resource_host.cpp63 errCode = this->HandleGetAllLauncherAbilityResourceInfo(data, reply); in OnRemoteRequest()
134 ErrCode BundleResourceHost::HandleGetAllLauncherAbilityResourceInfo(MessageParcel &data, MessagePar… in HandleGetAllLauncherAbilityResourceInfo() function in OHOS::AppExecFwk::BundleResourceHost
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_bundle_resource_host_test/
H A Dbms_bundle_resource_host_test.cpp138 ErrCode res = bundleResourceHost.HandleGetAllLauncherAbilityResourceInfo(data, reply);