Home
last modified time | relevance | path

Searched refs:isNecessary (Results 1 - 12 of 12) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dbms_json_util.cpp21 const std::string &key, std::string &data, bool isNecessary, int32_t &parseResult) in GetStrValueIfFindKey()
38 if (isNecessary) { in GetStrValueIfFindKey()
45 const std::string &key, bool &data, bool isNecessary, int32_t &parseResult) in GetBoolValueIfFindKey()
59 if (isNecessary) { in GetBoolValueIfFindKey()
19 GetStrValueIfFindKey(const nlohmann::json &jsonObject, const nlohmann::detail::iter_impl<const nlohmann::json> &end, const std::string &key, std::string &data, bool isNecessary, int32_t &parseResult) GetStrValueIfFindKey() argument
43 GetBoolValueIfFindKey(const nlohmann::json &jsonObject, const nlohmann::detail::iter_impl<const nlohmann::json> &end, const std::string &key, bool &data, bool isNecessary, int32_t &parseResult) GetBoolValueIfFindKey() argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Djson_util.h47 const std::string &key, std::string &data, bool isNecessary, int32_t &parseResult);
50 const std::string &key, bool &data, bool isNecessary, int32_t &parseResult);
111 const std::string &key, dataType &data, JsonType jsonType, bool isNecessary, int32_t &parseResult, in GetValueIfFindKey()
152 if (isNecessary) { in GetValueIfFindKey()
186 JsonType jsonType, bool isNecessary, int32_t &parseResult, ArrayType arrayType) in GetBigStringIfFindKey()
207 if (isNecessary) { in GetBigStringIfFindKey()
110 GetValueIfFindKey(const nlohmann::json &jsonObject, const nlohmann::detail::iter_impl<const nlohmann::json> &end, const std::string &key, dataType &data, JsonType jsonType, bool isNecessary, int32_t &parseResult, ArrayType arrayType) GetValueIfFindKey() argument
184 GetBigStringIfFindKey(const nlohmann::json &jsonObject, const nlohmann::detail::iter_impl<const nlohmann::json> &end, const std::string &key, dataType &data, JsonType jsonType, bool isNecessary, int32_t &parseResult, ArrayType arrayType) GetBigStringIfFindKey() argument
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Djson_util.h99 const std::string &key, dataType &data, JsonType jsonType, bool isNecessary, int32_t &parseResult, in GetValueIfFindKey()
159 if (isNecessary) { in GetValueIfFindKey()
98 GetValueIfFindKey(const nlohmann::json &jsonObject, const nlohmann::detail::iter_impl<const nlohmann::json> &end, const std::string &key, dataType &data, JsonType jsonType, bool isNecessary, int32_t &parseResult, ArrayType arrayType) GetValueIfFindKey() argument
/foundation/ability/form_fwk/services/include/
H A Djson_util_form.h98 const std::string &key, dataType &data, JsonType jsonType, bool isNecessary, int32_t &parseResult, in GetValueIfFindKey()
155 if (isNecessary) { in GetValueIfFindKey()
97 GetValueIfFindKey(const nlohmann::json &jsonObject, const nlohmann::detail::iter_impl<const nlohmann::json> &end, const std::string &key, dataType &data, JsonType jsonType, bool isNecessary, int32_t &parseResult, ArrayType arrayType) GetValueIfFindKey() argument
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Djson_util.h100 const std::string &key, dataType &data, JsonType jsonType, bool isNecessary, int32_t &parseResult, in GetValueIfFindKey()
157 if (isNecessary) { in GetValueIfFindKey()
99 GetValueIfFindKey(const nlohmann::json &jsonObject, const nlohmann::detail::iter_impl<const nlohmann::json> &end, const std::string &key, dataType &data, JsonType jsonType, bool isNecessary, int32_t &parseResult, ArrayType arrayType) GetValueIfFindKey() argument
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Djson_util.h102 const std::string &key, dataType &data, JsonType jsonType, bool isNecessary, int32_t &parseResult, in GetValueIfFindKey()
162 if (isNecessary) { in GetValueIfFindKey()
101 GetValueIfFindKey(const nlohmann::json &jsonObject, const nlohmann::detail::iter_impl<const nlohmann::json> &end, const std::string &key, dataType &data, JsonType jsonType, bool isNecessary, int32_t &parseResult, ArrayType arrayType) GetValueIfFindKey() argument
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Defficiency_resources_operation.cpp32 bool& result, bool isNecessary) in GetNamedBoolValue()
37 if (isNecessary) { in GetNamedBoolValue()
31 GetNamedBoolValue(const napi_env &env, napi_value &object, const char* utf8name, bool& result, bool isNecessary) GetNamedBoolValue() argument
/foundation/distributeddatamgr/kv_store/databaseutils/src/
H A Dacl.cpp68 bool isNecessary = (entry.tag_ == ACL_TAG::USER_OBJ || in CompareInsertEntry() local
71 if (isNecessary || entry.perm_.IsReadable() || entry.perm_.IsWritable() || entry.perm_.IsExecutable()) { in CompareInsertEntry()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.cpp583 .isNecessary = true, in ParseBundleName()
607 .isNecessary = false, in ParseModuleName()
630 .isNecessary = false, in ParseVersionCode()
651 .isNecessary = false, in ParseUserId()
672 .isNecessary = true, in ParseAppIndex()
693 .isNecessary = false, in ParseInstallFlag()
723 .isNecessary = false, in ParseIsKeepData()
744 .isNecessary = false, in ParseCrowdtestDeadline()
788 .isNecessary = false, in ParseSpecifiedDistributionType()
812 .isNecessary in ParseAdditionalInfo()
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.h39 bool isNecessary = false; member
67 bool isNecessary, std::string &value);
H A Dcommon_func.cpp282 bool isNecessary, std::string &value) in ParseStringPropertyFromObject()
292 if (isNecessary) { in ParseStringPropertyFromObject()
328 if (propertyInfo.isNecessary) { in ParsePropertyFromObject()
281 ParseStringPropertyFromObject(napi_env env, napi_value args, const std::string &propertyName, bool isNecessary, std::string &value) ParseStringPropertyFromObject() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp364 bool isNecessary, FieldValue &fieldValue)
367 if (isNecessary) {
368 LOGE("[RelationalSchema][Parse] Get schema %s not exist. isNecessary: %d", fieldName.c_str(), isNecessary);

Completed in 12 milliseconds