Searched refs:HandleGetAbilityInfo (Results 1 - 6 of 6) sorted by relevance
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/ |
H A D | distributed_bms_host.h | 36 int HandleGetAbilityInfo(Parcel &data, Parcel &reply);
|
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/ |
H A D | distributed_bms_host.cpp | 61 return HandleGetAbilityInfo(data, reply); in OnRemoteRequest() 129 int DistributedBmsHost::HandleGetAbilityInfo(Parcel &data, Parcel &reply) in HandleGetAbilityInfo() 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 | 435 * @tc.name: Test HandleGetAbilityInfo 436 * @tc.desc: Verify the HandleGetAbilityInfo return NO_ERROR. 446 int res = host.HandleGetAbilityInfo(data, reply); in HWTEST_F() 452 * @tc.name: Test HandleGetAbilityInfo 453 * @tc.desc: Verify the HandleGetAbilityInfo return NO_ERROR. 465 int res = host.HandleGetAbilityInfo(data, reply); in HWTEST_F() 471 * @tc.name: Test HandleGetAbilityInfo 472 * @tc.desc: Verify the HandleGetAbilityInfo return ERR_APPEXECFWK_PARCEL_ERROR. 479 int res = host.HandleGetAbilityInfo(data, reply); in HWTEST_F() 485 * @tc.name: Test HandleGetAbilityInfo [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_host.h | 635 ErrCode HandleGetAbilityInfo(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 | 1143 * @tc.number: HandleGetAbilityInfo
1144 * @tc.name: test the HandleGetAbilityInfo
1146 * 2. test HandleGetAbilityInfo
1153 ErrCode res = bundleMgrHost.HandleGetAbilityInfo(data, reply);
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 279 errCode = this->HandleGetAbilityInfo(data, reply); in OnRemoteRequest() 2007 ErrCode BundleMgrHost::HandleGetAbilityInfo(MessageParcel &data, MessageParcel &reply) in HandleGetAbilityInfo() function in OHOS::AppExecFwk::BundleMgrHost
|
Completed in 13 milliseconds