/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | intercepted_data_impl.cpp | 34 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 D | preferences_utils.h | 45 int CheckValue(const PreferencesValue &value);
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/ |
H A D | html.h | 38 static bool CheckValue(const ValueType &value);
|
H A D | plain_text.h | 37 static bool CheckValue(const ValueType &value);
|
H A D | link.h | 39 static bool CheckValue(const ValueType &value);
|
H A D | system_defined_appitem.h | 47 static bool CheckValue(const ValueType &value);
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/ |
H A D | preferences_utils.cpp | 44 int CheckValue(const PreferencesValue &value) in CheckValue() function
|
H A D | preferences_enhance_impl.cpp | 111 errCode = CheckValue(value); in Put()
|
H A D | preferences_impl.cpp | 418 errCode = CheckValue(value); in Put()
|
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/src/ |
H A D | injection_event_dispatch.cpp | 178 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 D | libhisysevent.map | 15 …"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 D | hisysevent.cpp | 157 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 D | injection_event_dispatch.h | 77 bool CheckValue(const std::string &inputValue);
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/ |
H A D | hisysevent.h | 522 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 D | schema_object.h | 141 int CheckValue(const ValueObject &inValue, std::set<FieldPath> &lackingPaths) const;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | schema_object.cpp | 300 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 D | plugin_pattern_test_ng.cpp | 73 void CheckValue(const RefPtr<FrameNode>& frameNode, const TestProperty& testProperty);
|