Home
last modified time | relevance | path

Searched refs:ParseStringPropertyFromObject (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/kits/js/distributedBundle/
H A Ddistributed_bundle.cpp138 if (!CommonFunc::ParseStringPropertyFromObject(env, args, "deviceId", true, deviceId)) { in ParseElementName()
145 if (!CommonFunc::ParseStringPropertyFromObject(env, args, "bundleName", true, bundleName)) { in ParseElementName()
152 if (!CommonFunc::ParseStringPropertyFromObject(env, args, "abilityName", true, abilityName)) { in ParseElementName()
159 if (!CommonFunc::ParseStringPropertyFromObject(env, args, "moduleName", false, moduleName)) { in ParseElementName()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.cpp439 bool ret = CommonFunc::ParseStringPropertyFromObject(env, args, MODULE_NAME, true, key); in ParseHashParam()
447 ret = CommonFunc::ParseStringPropertyFromObject(env, args, HASH_VALUE, true, value); in ParseHashParam()
488 bool ret = CommonFunc::ParseStringPropertyFromObject(env, args, MODULE_NAME, true, key); in ParseVerifyCodeParam()
496 ret = CommonFunc::ParseStringPropertyFromObject(env, args, SIGNATURE_FILE_PATH, true, value); in ParseVerifyCodeParam()
537 bool ret = CommonFunc::ParseStringPropertyFromObject(env, args, KEY, true, key); in ParseParameter()
545 ret = CommonFunc::ParseStringPropertyFromObject(env, args, VALUE, true, value); in ParseParameter()
586 bool ret = CommonFunc::ParseStringPropertyFromObject(env, args, MODULE_NAME, true, key); in ParsePgoParam()
594 ret = CommonFunc::ParseStringPropertyFromObject(env, args, PGO_FILE_PATH, true, value); in ParsePgoParam()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.h66 static bool ParseStringPropertyFromObject(napi_env env, napi_value args, const std::string &propert…
H A Dcommon_func.cpp284 bool CommonFunc::ParseStringPropertyFromObject(napi_env env, napi_value args, const std::string &pr… in ParseStringPropertyFromObject() function in OHOS::AppExecFwk::CommonFunc