Home
last modified time | relevance | path

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

/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/
H A Ddistributed_bms_host.h38 int HandleGetDistributedBundleInfo(Parcel &data, Parcel &reply);
/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
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/distributed_bms_host_test/
H A Ddistributed_bms_host_test.cpp574 * @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 Dbundle_mgr_host.h584 ErrCode HandleGetDistributedBundleInfo(MessageParcel &data, MessageParcel &reply);
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_bundle_mgr_host_test/
H A Dbms_bundle_mgr_host_test.cpp949 * @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 Dbundle_mgr_host.cpp312 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