Home
last modified time | relevance | path

Searched refs:ParseAbilityInfo (Results 1 - 10 of 10) sorted by relevance

/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/
H A Dcommon_func.h48 static bool ParseAbilityInfo(napi_env env, napi_value param, AbilityInfo &abilityInfo);
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dgt_bundle_parser.h43 static uint8_t ParseAbilityInfo(const cJSON *abilityInfoObjects, BundleProfile &bundleProfile,
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dsimulator.cpp121 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 Dcommon_func.cpp230 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 Dcommon_func.h92 static bool ParseAbilityInfo(napi_env env, napi_value param, AbilityInfo& abilityInfo);
H A Dcommon_func.cpp381 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 Dbundle_manager_sync.cpp196 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 Dbundle_manager.cpp1832 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 Dgt_bundle_parser.cpp309 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 Dbundle_mgr.cpp3988 if (!CommonFunc::ParseAbilityInfo(env, args[ARGS_POS_ZERO], asyncCallbackInfo->abilityInfo)) { in IsAbilityEnabled()

Completed in 29 milliseconds