Home
last modified time | relevance | path

Searched refs:ParsePropertyArray (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/
H A Dcommon_func.h44 static bool ParsePropertyArray(
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.cpp460 bool res = CommonFunc::ParsePropertyArray(env, args, HASH_PARAMS, valueVec); in ParseHashParams()
509 bool res = CommonFunc::ParsePropertyArray(env, args, VERIFY_CODE_PARAM, valueVec); in ParseVerifyCodeParams()
558 bool res = CommonFunc::ParsePropertyArray(env, args, PARAMETERS, valueVec); in ParseParameters()
607 bool res = CommonFunc::ParsePropertyArray(env, args, PGO_PARAM, valueVec); in ParsePgoParams()
813 bool res = CommonFunc::ParsePropertyArray(env, args, SHARED_BUNDLE_DIR_PATHS, valueVec); in ParseSharedBundleDirPaths()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.h63 static bool ParsePropertyArray(napi_env env, napi_value args, const std::string &propertyName,
H A Dcommon_func.cpp247 bool CommonFunc::ParsePropertyArray(napi_env env, napi_value args, const std::string &propertyName, in ParsePropertyArray() function in OHOS::AppExecFwk::CommonFunc
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dcommon_func.cpp49 bool CommonFunc::ParsePropertyArray(napi_env env, napi_value args, const std::string &propertyName, in ParsePropertyArray() function in OHOS::AppExecFwk::CommonFunc