Searched refs:HandleGetDistributedBundleInfo (Results 1 - 6 of 6) sorted by relevance
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/ |
H A D | distributed_bms_host.h | 38 int HandleGetDistributedBundleInfo(Parcel &data, Parcel &reply);
|
/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
|
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/distributed_bms_host_test/ |
H A D | distributed_bms_host_test.cpp | 574 * @tc.name: Test HandleGetDistributedBundleInfo 575 * @tc.desc: Verify the HandleGetDistributedBundleInfo return NO_ERROR. 586 int res = host.HandleGetDistributedBundleInfo(data, reply); in HWTEST_F() 592 * @tc.name: Test HandleGetDistributedBundleInfo 593 * @tc.desc: Verify the HandleGetDistributedBundleInfo return NO_ERROR. 602 int res = host.HandleGetDistributedBundleInfo(data, reply); in HWTEST_F() 608 * @tc.name: Test HandleGetDistributedBundleInfo 609 * @tc.desc: Verify the HandleGetDistributedBundleInfo return NO_ERROR. 618 int res = host.HandleGetDistributedBundleInfo(data, reply); in HWTEST_F() 624 * @tc.name: Test HandleGetDistributedBundleInfo [all...] |
/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);
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_bundle_mgr_host_test/ |
H A D | bms_bundle_mgr_host_test.cpp | 949 * @tc.name: test the HandleGetDistributedBundleInfo
951 * 2. test HandleGetDistributedBundleInfo
958 ErrCode res = bundleMgrHost.HandleGetDistributedBundleInfo(data, reply);
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 312 errCode = this->HandleGetDistributedBundleInfo(data, reply); in OnRemoteRequest() 2230 ErrCode BundleMgrHost::HandleGetDistributedBundleInfo(MessageParcel &data, MessageParcel &reply) in HandleGetDistributedBundleInfo() function in OHOS::AppExecFwk::BundleMgrHost
|
Completed in 17 milliseconds