Home
last modified time | relevance | path

Searched refs:HandleGetDistributedBundleName (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/
H A Ddistributed_bms_host.h39 int HandleGetDistributedBundleName(Parcel &data, Parcel &reply);
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_bms_host.cpp68 return HandleGetDistributedBundleName(data, reply); in OnRemoteRequest()
203 int32_t DistributedBmsHost::HandleGetDistributedBundleName(Parcel &data, Parcel &reply) in HandleGetDistributedBundleName() function in OHOS::AppExecFwk::DistributedBmsHost
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/distributed_bms_host_test/
H A Ddistributed_bms_host_test.cpp638 * @tc.name: Test HandleGetDistributedBundleName
639 * @tc.desc: Verify the HandleGetDistributedBundleName return NO_ERROR.
650 int32_t res = host.HandleGetDistributedBundleName(data, reply); in HWTEST_F()
656 * @tc.name: Test HandleGetDistributedBundleName
657 * @tc.desc: Verify the HandleGetDistributedBundleName return NO_ERROR.
666 int32_t res = host.HandleGetDistributedBundleName(data, reply); in HWTEST_F()
672 * @tc.name: Test HandleGetDistributedBundleName
673 * @tc.desc: Verify the HandleGetDistributedBundleName return NO_ERROR.
682 int32_t res = host.HandleGetDistributedBundleName(data, reply); in HWTEST_F()
688 * @tc.name: Test HandleGetDistributedBundleName
[all...]

Completed in 3 milliseconds