Home
last modified time | relevance | path

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

/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/
H A Ddistributed_bms_host.h36 int HandleGetAbilityInfo(Parcel &data, Parcel &reply);
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_bms_host.cpp61 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 Ddistributed_bms_host_test.cpp435 * @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 Dbundle_mgr_host.h635 ErrCode HandleGetAbilityInfo(MessageParcel &data, MessageParcel &reply);
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_bundle_mgr_host_test/
H A Dbms_bundle_mgr_host_test.cpp1143 * @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 Dbundle_mgr_host.cpp279 errCode = this->HandleGetAbilityInfo(data, reply); in OnRemoteRequest()
2007 ErrCode BundleMgrHost::HandleGetAbilityInfo(MessageParcel &data, MessageParcel &reply) in HandleGetAbilityInfo() function in OHOS::AppExecFwk::BundleMgrHost

Completed in 14 milliseconds