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.cpp34 bool CheckValue(const Value &value, const std::function<int(const Value &)> &checkSchema) in CheckValue() argument
41 if (checkSchema == nullptr) { in CheckValue()
46 int errCode = checkSchema(value); in CheckValue()
65 const std::function<int(const Value&)> &checkSchema) in InterceptedDataImpl() argument
70 checkSchema_(checkSchema), in InterceptedDataImpl()
H A Dintercepted_data_impl.h32 …pl(std::vector<SingleVerKvEntry *> dataItems, const std::function<int(const Value&)> &checkSchema);