Home
last modified time | relevance | path

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

/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/
H A Ddistributed_bms_host.h35 int HandleGetRemoteAbilityInfos(Parcel &data, Parcel &reply);
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_bms_host.cpp58 return HandleGetRemoteAbilityInfos(data, reply); in OnRemoteRequest()
102 int DistributedBmsHost::HandleGetRemoteAbilityInfos(Parcel &data, Parcel &reply) in HandleGetRemoteAbilityInfos() function in OHOS::AppExecFwk::DistributedBmsHost
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/distributed_bms_host_test/
H A Ddistributed_bms_host_test.cpp385 * @tc.name: Test HandleGetRemoteAbilityInfos
386 * @tc.desc: Verify the HandleGetRemoteAbilityInfos return ERR_APPEXECFWK_PARCEL_ERROR.
398 int res = host.HandleGetRemoteAbilityInfos(data, reply); in HWTEST_F()
404 * @tc.name: Test HandleGetRemoteAbilityInfos
405 * @tc.desc: Verify the HandleGetRemoteAbilityInfos return NO_ERROR.
412 int res = host.HandleGetRemoteAbilityInfos(data, reply); in HWTEST_F()
418 * @tc.name: Test HandleGetRemoteAbilityInfos
419 * @tc.desc: Verify the HandleGetRemoteAbilityInfos return NO_ERROR.
429 int res = host.HandleGetRemoteAbilityInfos(data, reply); in HWTEST_F()

Completed in 3 milliseconds