Home
last modified time | relevance | path

Searched refs:CheckValue (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/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()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_utils.h45 int CheckValue(const PreferencesValue &value);
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dhtml.h38 static bool CheckValue(const ValueType &value);
H A Dplain_text.h37 static bool CheckValue(const ValueType &value);
H A Dlink.h39 static bool CheckValue(const ValueType &value);
H A Dsystem_defined_appitem.h47 static bool CheckValue(const ValueType &value);
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_utils.cpp44 int CheckValue(const PreferencesValue &value) in CheckValue() function
H A Dpreferences_enhance_impl.cpp111 errCode = CheckValue(value); in Put()
H A Dpreferences_impl.cpp418 errCode = CheckValue(value); in Put()
/ohos5.0/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()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dlibhisysevent.map15 …"OHOS::HiviewDFX::HiSysEvent::CheckValue(std::__h::basic_string<char, std::__h::char_traits<char>,…
36 …"OHOS::HiviewDFX::HiSysEvent::CheckValue(std::__h::basic_string<char, std::__h::char_traits<char>,…
H A Dhisysevent.cpp157 int HiSysEvent::CheckValue(const std::string& value) in CheckValue() function in OHOS::HiviewDFX::HiSysEvent
344 IsWarnAndUpdate(CheckValue(std::string(param.v.s)), eventBase); in AppendStringParam()
511 IsWarnAndUpdate(CheckValue(item), eventBase); in AppendStringArrayParam()
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/include/
H A Dinjection_event_dispatch.h77 bool CheckValue(const std::string &inputValue);
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Dhisysevent.h522 IsWarnAndUpdate(CheckValue(value), eventBase);
533 IsWarnAndUpdate(CheckValue(std::string(value)), eventBase);
713 IsWarnAndUpdate(CheckValue(item), eventBase);
727 static int CheckValue(const std::string& value);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_object.h141 int CheckValue(const ValueObject &inValue, std::set<FieldPath> &lackingPaths) const;
/ohos5.0/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
/ohos5.0/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);