Searched refs:HandleGetDistributedBundleInfo (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/ |
H A D | distributed_bms_host.cpp | 66 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 D | distributed_bms_host.h | 38 int HandleGetDistributedBundleInfo(Parcel &data, Parcel &reply);
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/distributed_bms_host_test/ |
H A D | distributed_bms_host_test.cpp | 586 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 D | bundle_mgr_host.h | 584 ErrCode HandleGetDistributedBundleInfo(MessageParcel &data, MessageParcel &reply);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_bundle_mgr_host_test/ |
H A D | bms_bundle_mgr_host_test.cpp | 958 ErrCode res = bundleMgrHost.HandleGetDistributedBundleInfo(data, reply);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 308 errCode = this->HandleGetDistributedBundleInfo(data, reply); in OnRemoteRequest() 2238 ErrCode BundleMgrHost::HandleGetDistributedBundleInfo(MessageParcel &data, MessageParcel &reply) in HandleGetDistributedBundleInfo() function in OHOS::AppExecFwk::BundleMgrHost
|