Home
last modified time | relevance | path

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

/ohos5.0/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
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/
H A Ddistributed_bms_host.h36 int HandleGetAbilityInfo(Parcel &data, Parcel &reply);
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/distributed_bms_host_test/
H A Ddistributed_bms_host_test.cpp446 int res = host.HandleGetAbilityInfo(data, reply);
465 int res = host.HandleGetAbilityInfo(data, reply);
479 int res = host.HandleGetAbilityInfo(data, reply);
495 int res = host.HandleGetAbilityInfo(data, reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_host.h635 ErrCode HandleGetAbilityInfo(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_bundle_mgr_host_test/
H A Dbms_bundle_mgr_host_test.cpp1153 ErrCode res = bundleMgrHost.HandleGetAbilityInfo(data, reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp275 errCode = this->HandleGetAbilityInfo(data, reply); in OnRemoteRequest()
2015 ErrCode BundleMgrHost::HandleGetAbilityInfo(MessageParcel &data, MessageParcel &reply) in HandleGetAbilityInfo() function in OHOS::AppExecFwk::BundleMgrHost