Home
last modified time | relevance | path

Searched refs:FfiOHOSRelationalStoreLessThan (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/mock/
H A Drelational_store_mock.cpp57 FFI_EXPORT int FfiOHOSRelationalStoreLessThan = 0; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_ffi.h124 … FFI_EXPORT int32_t FfiOHOSRelationalStoreLessThan(int64_t id, const char* field, ValueType value);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_ffi.cpp307 int32_t FfiOHOSRelationalStoreLessThan(int64_t id, const char* field, ValueType value) in FfiOHOSRelationalStoreLessThan() function