Home
last modified time | relevance | path

Searched refs:HandleGetDistributedBundleInfo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_bms_host.cpp66 return HandleGetDistributedBundleInfo(data, reply); in OnRemoteRequest()
181 int DistributedBmsHost::HandleGetDistributedBundleInfo(Parcel &data, Parcel &reply) in HandleGetDistributedBundleInfo() function in OHOS::AppExecFwk::DistributedBmsHost
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/
H A Ddistributed_bms_host.h38 int HandleGetDistributedBundleInfo(Parcel &data, Parcel &reply);
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/distributed_bms_host_test/
H A Ddistributed_bms_host_test.cpp586 int res = host.HandleGetDistributedBundleInfo(data, reply);
602 int res = host.HandleGetDistributedBundleInfo(data, reply);
618 int res = host.HandleGetDistributedBundleInfo(data, reply);
632 int res = host.HandleGetDistributedBundleInfo(data, reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_host.h584 ErrCode HandleGetDistributedBundleInfo(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.cpp958 ErrCode res = bundleMgrHost.HandleGetDistributedBundleInfo(data, reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp308 errCode = this->HandleGetDistributedBundleInfo(data, reply); in OnRemoteRequest()
2238 ErrCode BundleMgrHost::HandleGetDistributedBundleInfo(MessageParcel &data, MessageParcel &reply) in HandleGetDistributedBundleInfo() function in OHOS::AppExecFwk::BundleMgrHost