Home
last modified time | relevance | path

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