/ohos5.0/base/startup/init/simulator/parameter/src/param_impl_posix/ |
H A D | param_impl_posix.c | 45 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 D | nativeapi_kv_impl.c | 33 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 D | kvstore_common.c | 36 boolean IsValidValue(const char* value, unsigned int len) in IsValidValue() function 50 if (!IsValidValue(key, MAX_KEY_LEN)) { in IsValidKey()
|
H A D | kvstore_common.h | 26 boolean IsValidValue(const char* value, unsigned int len);
|
/ohos5.0/base/startup/init/simulator/parameter/src/ |
H A D | parameter_common.c | 51 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 D | utils.cpp | 531 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 D | utils.h | 119 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 D | kv_store.c | 126 if (!IsValidKey(key) || !IsValidValue(value, MAX_VALUE_LEN)) { in UtilsSetValue()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/include/ |
H A D | exif_metadata_formatter.h | 57 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 D | kv_store.c | 242 if (!IsValidKey(key) || !IsValidValue(value, MAX_VALUE_LEN)) { in UtilsSetValue()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/ |
H A D | exif_metadata_formatter.cpp | 633 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 D | native_module_util.cpp | 51 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()
|