Home
last modified time | relevance | path

Searched refs:lowValue (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbpredicatesproxy.cpp195 void RdbPredicatesImpl::NotBetween(const char* field, ValueType lowValue, ValueType highValue) in NotBetween() argument
198 NativeRdb::ValueObject lowValueObject = ValueTypeToValueObject(lowValue); in NotBetween()
203 void RdbPredicatesImpl::Between(const char* field, ValueType lowValue, ValueType highValue) in Between() argument
206 NativeRdb::ValueObject lowValueObject = ValueTypeToValueObject(lowValue); in Between()
H A Drelational_store_ffi.cpp297 …int32_t FfiOHOSRelationalStoreNotBetween(int64_t id, const char* field, ValueType lowValue, ValueT… in FfiOHOSRelationalStoreNotBetween() argument
303 nativeRdbPredicates->NotBetween(field, lowValue, highValue); in FfiOHOSRelationalStoreNotBetween()
317 …int32_t FfiOHOSRelationalStoreBetween(int64_t id, const char* field, ValueType lowValue, ValueType… in FfiOHOSRelationalStoreBetween() argument
323 nativeRdbPredicates->Between(field, lowValue, highValue); in FfiOHOSRelationalStoreBetween()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_impl_rdbpredicatesproxy.h87 void NotBetween(const char* field, ValueType lowValue, ValueType highValue);
91 void Between(const char* field, ValueType lowValue, ValueType highValue);
H A Drelational_store_ffi.h121 …_EXPORT int32_t FfiOHOSRelationalStoreNotBetween(int64_t id, const char* field, ValueType lowValue,
126 …FFI_EXPORT int32_t FfiOHOSRelationalStoreBetween(int64_t id, const char* field, ValueType lowValue,