Searched refs:ParseAbilityInfo (Results 1 - 10 of 10) sorted by relevance
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/ |
H A D | common_func.h | 48 static bool ParseAbilityInfo(napi_env env, napi_value param, AbilityInfo &abilityInfo);
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | gt_bundle_parser.h | 43 static uint8_t ParseAbilityInfo(const cJSON *abilityInfoObjects, BundleProfile &bundleProfile,
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
H A D | simulator.cpp | 121 bool ParseAbilityInfo(const std::string &abilitySrcPath, const std::string &abilityName = ""); 304 bool SimulatorImpl::ParseAbilityInfo(const std::string &abilitySrcPath, const std::string &abilityName) in ParseAbilityInfo() function in OHOS::AbilityRuntime::__anon274::SimulatorImpl 331 if (!ParseAbilityInfo(abilitySrcPath, abilityName)) { in StartAbility()
|
H A D | common_func.cpp | 230 bool CommonFunc::ParseAbilityInfo(napi_env env, napi_value param, AbilityInfo &abilityInfo) in ParseAbilityInfo() function in OHOS::AppExecFwk::CommonFunc
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | common_func.h | 92 static bool ParseAbilityInfo(napi_env env, napi_value param, AbilityInfo& abilityInfo);
|
H A D | common_func.cpp | 381 bool CommonFunc::ParseAbilityInfo(napi_env env, napi_value param, AbilityInfo& abilityInfo) in ParseAbilityInfo() function in OHOS::AppExecFwk::CommonFunc
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager_sync.cpp | 196 if (!CommonFunc::ParseAbilityInfo(env, args[ARGS_POS_ZERO], abilityInfo)) { in SetAbilityEnabledSync() 271 if (!CommonFunc::ParseAbilityInfo(env, args[ARGS_POS_ZERO], abilityInfo)) { in IsAbilityEnabledSync()
|
H A D | bundle_manager.cpp | 1832 if (!CommonFunc::ParseAbilityInfo(env, arg, asyncCallbackInfo->abilityInfo)) { in HandleSetAbilityEnabledArg() 2028 if (!CommonFunc::ParseAbilityInfo(env, arg, asyncCallbackInfo->abilityInfo)) { in HandleIsAbilityEnabledArg()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | gt_bundle_parser.cpp | 309 return ParseAbilityInfo(abilityObjects, bundleProfile, bundleRes); in ParseModuleInfo() 312 uint8_t GtBundleParser::ParseAbilityInfo(const cJSON *abilityInfoObjects, BundleProfile &bundleProfile, in ParseAbilityInfo() function in OHOS::GtBundleParser
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/ |
H A D | bundle_mgr.cpp | 3988 if (!CommonFunc::ParseAbilityInfo(env, args[ARGS_POS_ZERO], asyncCallbackInfo->abilityInfo)) { in IsAbilityEnabled()
|
Completed in 29 milliseconds