Home
last modified time | relevance | path

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

/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/
H A Ddistributed_bms_host.h34 int HandleGetRemoteAbilityInfo(Parcel &data, Parcel &reply);
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_bms_host.cpp55 return HandleGetRemoteAbilityInfo(data, reply); in OnRemoteRequest()
76 int DistributedBmsHost::HandleGetRemoteAbilityInfo(Parcel &data, Parcel &reply) in HandleGetRemoteAbilityInfo() function in OHOS::AppExecFwk::DistributedBmsHost
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/distributed_bms_host_test/
H A Ddistributed_bms_host_test.cpp318 * @tc.name: Test HandleGetRemoteAbilityInfo
319 * @tc.desc: Verify the HandleGetRemoteAbilityInfo return NO_ERROR.
331 int res = host.HandleGetRemoteAbilityInfo(data, reply); in HWTEST_F()
337 * @tc.name: Test HandleGetRemoteAbilityInfo
338 * @tc.desc: Verify the HandleGetRemoteAbilityInfo return ERR_APPEXECFWK_PARCEL_ERROR.
345 int res = host.HandleGetRemoteAbilityInfo(data, reply); in HWTEST_F()
351 * @tc.name: Test HandleGetRemoteAbilityInfo
352 * @tc.desc: Verify the HandleGetRemoteAbilityInfo return NO_ERROR.
362 int res = host.HandleGetRemoteAbilityInfo(data, reply); in HWTEST_F()
368 * @tc.name: Test HandleGetRemoteAbilityInfo
[all...]

Completed in 2 milliseconds