Home
last modified time | relevance | path

Searched refs:CheckValue (Results 1 - 14 of 14) sorted by relevance

/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_utils.h45 int CheckValue(const PreferencesValue &value);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dintercepted_data_impl.cpp34 bool CheckValue(const Value &value, const std::function<int(const Value &)> &checkSchema) in CheckValue() function
152 if (!CheckValue(newValue, checkSchema_)) { in ModifyValue()
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dhtml.h38 static bool CheckValue(const ValueType &value);
H A Dlink.h39 static bool CheckValue(const ValueType &value);
H A Dplain_text.h37 static bool CheckValue(const ValueType &value);
H A Dsystem_defined_appitem.h47 static bool CheckValue(const ValueType &value);
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_utils.cpp44 int CheckValue(const PreferencesValue &value) in CheckValue() function
H A Dpreferences_enhance_impl.cpp151 errCode = CheckValue(value); in Put()
H A Dpreferences_impl.cpp418 errCode = CheckValue(value); in Put()
/foundation/multimodalinput/input/tools/event_inject/src/
H A Dinjection_event_dispatch.cpp178 bool InjectionEventDispatch::CheckValue(const std::string &inputValue) in CheckValue() function in OHOS::MMI::InjectionEventDispatch
237 if (!(CheckValue(inputValue))) { in CheckEventValue()
/foundation/multimodalinput/input/tools/event_inject/include/
H A Dinjection_event_dispatch.h77 bool CheckValue(const std::string &inputValue);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h141 int CheckValue(const ValueObject &inValue, std::set<FieldPath> &lackingPaths) const;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp300 int errCode = CheckValue(inValue, lackingPaths); in CheckValueAndAmendIfNeed()
1084 int SchemaObject::CheckValue(const ValueObject &inValue, std::set<FieldPath> &lackingPaths) const in CheckValue() function in DistributedDB::SchemaObject
1095 LOGE("[Schema][CheckValue] GetSubFieldPathAndType Fail=%d, Depth=%" PRIu32, errCode, depth); in CheckValue()
1105 LOGE("[Schema][CheckValue] Undefined field in STRICT mode"); in CheckValue()
1116 LOGE("[Schema][CheckValue] Schema{NotNull=%d,Default=%d,Type=%s}, Value{Type=%s}, errCode=%d.", in CheckValue()
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/
H A Dplugin_pattern_test_ng.cpp73 void CheckValue(const RefPtr<FrameNode>& frameNode, const TestProperty& testProperty);

Completed in 14 milliseconds