Home
last modified time | relevance | path

Searched refs:checkSchema_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dintercepted_data_impl.cpp70 checkSchema_(checkSchema), in InterceptedDataImpl()
152 if (!CheckValue(newValue, checkSchema_)) { in ModifyValue()
H A Dintercepted_data_impl.h50 std::function<int(const Value &)> checkSchema_; variable