Searched refs:ParsePropertyArray (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/ |
H A D | common_func.h | 44 static bool ParsePropertyArray(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/ |
H A D | installer.cpp | 460 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 D | common_func.h | 63 static bool ParsePropertyArray(napi_env env, napi_value args, const std::string &propertyName,
|
H A D | common_func.cpp | 247 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 D | common_func.cpp | 49 bool CommonFunc::ParsePropertyArray(napi_env env, napi_value args, const std::string &propertyName, in ParsePropertyArray() function in OHOS::AppExecFwk::CommonFunc
|