Home
last modified time | relevance | path

Searched refs:IsValidValue (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/startup/init/simulator/parameter/src/param_impl_posix/
H A Dparam_impl_posix.c45 static boolean IsValidValue(const char* value, unsigned int len) in IsValidValue() function
55 if (!IsValidValue(key, MAX_KEY_LEN)) { in IsValidKey()
108 if (!IsValidKey(key) || !IsValidValue(value, MAX_VALUE_LEN)) { in SetSysParam()
/ohos5.0/commonlibrary/utils_lite/js/builtin/kvstorekit/src/
H A Dnativeapi_kv_impl.c33 static bool IsValidValue(const char* value) in IsValidValue() function
131 if ((key == NULL) || (!IsValidValue(value))) { in SetValue()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/native/kv_store/src/kvstore_common/
H A Dkvstore_common.c36 boolean IsValidValue(const char* value, unsigned int len) in IsValidValue() function
50 if (!IsValidValue(key, MAX_KEY_LEN)) { in IsValidKey()
H A Dkvstore_common.h26 boolean IsValidValue(const char* value, unsigned int len);
/ohos5.0/base/startup/init/simulator/parameter/src/
H A Dparameter_common.c51 static boolean IsValidValue(const char *value, unsigned int len) in IsValidValue() function
71 if ((ret < 0) && IsValidValue(def, len)) { in GetParameter()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dutils.cpp531 bool Utils::IsValidValue(const char* end, const std::string& str) in IsValidValue() function in OHOS::Global::Resource::Utils
545 if (!IsValidValue(end, str)) { in convertToInteger()
557 if (!IsValidValue(end, str)) { in convertToUnsignedLong()
569 if (!IsValidValue(end, str)) { in convertToDouble()
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/utils/
H A Dutils.h119 static bool IsValidValue(const char* end, const std::string& str);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/native/kv_store/src/kvstore_impl_hal/
H A Dkv_store.c126 if (!IsValidKey(key) || !IsValidValue(value, MAX_VALUE_LEN)) { in UtilsSetValue()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/include/
H A Dexif_metadata_formatter.h57 static bool IsValidValue(const TagDetails *array, const size_t &size, const int64_t &key);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/native/kv_store/src/kvstore_impl_posix/
H A Dkv_store.c242 if (!IsValidKey(key) || !IsValidValue(value, MAX_VALUE_LEN)) { in UtilsSetValue()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata_formatter.cpp633 bool ExifMetadatFormatter::IsValidValue(const TagDetails *array, const size_t &size, const int64_t … in IsValidValue() function in OHOS::Media::ExifMetadatFormatter
1325 auto isValid = IsValidValue(arrRef, arrSize, ivalue); in ValidateValueRange()
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Dnative_module_util.cpp51 static bool IsValidValue(napi_env env, napi_value value) in IsValidValue() function
695 if (!IsValidValue(env, args)) { in Encode()
722 if (!IsValidValue(env, args)) { in EncodeIntoOne()