Searched refs:QUERY_ABILITY_INFOS (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/ |
H A D | bundle_framework_core_ipc_interface_code.h | 42 QUERY_ABILITY_INFOS, enumerator
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 71 const std::string QUERY_ABILITY_INFOS = "QueryAbilityInfos"; variable 952 QUERY_ABILITY_INFOS, asyncCallbackInfo->flags, asyncCallbackInfo->userId, env)); in QueryAbilityInfosExec() 978 QUERY_ABILITY_INFOS, asyncCallbackInfo->flags, asyncCallbackInfo->userId, env)); in QueryAbilityInfosComplete() 988 QUERY_ABILITY_INFOS, asyncCallbackInfo->flags, asyncCallbackInfo->userId, env); in QueryAbilityInfosComplete() 993 QUERY_ABILITY_INFOS, BUNDLE_PERMISSIONS); in QueryAbilityInfosComplete() 1051 … env, asyncCallbackInfo, QUERY_ABILITY_INFOS, QueryAbilityInfosExec, QueryAbilityInfosComplete); in QueryAbilityInfos()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/ |
H A D | bms_bundle_mgr_host_unit_test.cpp | 484 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::QUERY_ABILITY_INFOS);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 178 case static_cast<uint32_t>(BundleMgrInterfaceCode::QUERY_ABILITY_INFOS): in OnRemoteRequest()
|
H A D | bundle_mgr_proxy.cpp | 1123 …if (!GetParcelableInfos<AbilityInfo>(BundleMgrInterfaceCode::QUERY_ABILITY_INFOS, data, abilityInf… in QueryAbilityInfos()
|