Searched refs:QUERY_ABILITY_INFOS (Results 1 - 5 of 5) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/ |
H A D | bundle_framework_core_ipc_interface_code.h | 42 QUERY_ABILITY_INFOS, member in OHOS::AppExecFwk::BundleMgrInterfaceCode
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.cpp | 71 const std::string QUERY_ABILITY_INFOS = "QueryAbilityInfos"; member 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()
|
/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); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 182 case static_cast<uint32_t>(BundleMgrInterfaceCode::QUERY_ABILITY_INFOS): in OnRemoteRequest()
|
H A D | bundle_mgr_proxy.cpp | 1155 if (!GetParcelableInfos<AbilityInfo>(BundleMgrInterfaceCode::QUERY_ABILITY_INFOS, data, abilityInfos)) { in QueryAbilityInfos()
|
Completed in 28 milliseconds