Searched refs:HandleGetAbilityInfo (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/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
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/ |
H A D | distributed_bms_host.h | 36 int HandleGetAbilityInfo(Parcel &data, Parcel &reply);
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/distributed_bms_host_test/ |
H A D | distributed_bms_host_test.cpp | 446 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 D | bundle_mgr_host.h | 635 ErrCode HandleGetAbilityInfo(MessageParcel &data, MessageParcel &reply);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_bundle_mgr_host_test/ |
H A D | bms_bundle_mgr_host_test.cpp | 1153 ErrCode res = bundleMgrHost.HandleGetAbilityInfo(data, reply);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 275 errCode = this->HandleGetAbilityInfo(data, reply); in OnRemoteRequest() 2015 ErrCode BundleMgrHost::HandleGetAbilityInfo(MessageParcel &data, MessageParcel &reply) in HandleGetAbilityInfo() function in OHOS::AppExecFwk::BundleMgrHost
|