Home
last modified time | relevance | path

Searched refs:GET_ABILITY_INFO (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/inner_api/include/
H A Ddistributed_bundle_ipc_interface_code.h25 GET_ABILITY_INFO, enumerator
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/
H A Dbundle_framework_core_ipc_interface_code.h62 GET_ABILITY_INFO, enumerator
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_bms_host.cpp59 case static_cast<uint32_t>(DistributedInterfaceCode::GET_ABILITY_INFO): in OnRemoteRequest()
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/inner_api/src/
H A Ddistributed_bms_proxy.cpp146 DistributedInterfaceCode::GET_ABILITY_INFO, data, remoteAbilityInfo); in GetAbilityInfo()
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/distributed_bms_host_test/
H A Ddistributed_bms_host_test.cpp194 (DistributedInterfaceCode::GET_ABILITY_INFO), data, reply, option);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_mgr_host_unit_test.cpp1060 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_ABILITY_INFO);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp274 case static_cast<uint32_t>(BundleMgrInterfaceCode::GET_ABILITY_INFO): in OnRemoteRequest()
H A Dbundle_mgr_proxy.cpp2325 …if (!GetParcelableInfo<AbilityInfo>(BundleMgrInterfaceCode::GET_ABILITY_INFO, data, abilityInfo)) { in GetAbilityInfo()