Home
last modified time | relevance | path

Searched refs:HandleGetBundleResourceInfo (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.h38 ErrCode HandleGetBundleResourceInfo(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundle_resource/
H A Dbundle_resource_host.cpp54 errCode = this->HandleGetBundleResourceInfo(data, reply); in OnRemoteRequest()
82 ErrCode BundleResourceHost::HandleGetBundleResourceInfo(MessageParcel &data, MessageParcel &reply) in HandleGetBundleResourceInfo() 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.cpp93 ErrCode res = bundleResourceHost.HandleGetBundleResourceInfo(data, reply);