Home
last modified time | relevance | path

Searched refs:HandleGetLauncherAbilityResourceInfo (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.h40 ErrCode HandleGetLauncherAbilityResourceInfo(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundle_resource/
H A Dbundle_resource_host.cpp57 errCode = this->HandleGetLauncherAbilityResourceInfo(data, reply); in OnRemoteRequest()
100 ErrCode BundleResourceHost::HandleGetLauncherAbilityResourceInfo(MessageParcel &data, MessageParcel… in HandleGetLauncherAbilityResourceInfo() 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.cpp108 ErrCode res = bundleResourceHost.HandleGetLauncherAbilityResourceInfo(data, reply);