Home
last modified time | relevance | path

Searched refs:highValue (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
199 NativeRdb::ValueObject highValueObject = ValueTypeToValueObject(highValue); in NotBetween()
203 void RdbPredicatesImpl::Between(const char* field, ValueType lowValue, ValueType highValue) in Between() argument
207 NativeRdb::ValueObject highValueObject = ValueTypeToValueObject(highValue); in Between()
H A Drelational_store_ffi.cpp297 …OSRelationalStoreNotBetween(int64_t id, const char* field, ValueType lowValue, ValueType highValue) in FfiOHOSRelationalStoreNotBetween() argument
303 nativeRdbPredicates->NotBetween(field, lowValue, highValue); in FfiOHOSRelationalStoreNotBetween()
317 …iOHOSRelationalStoreBetween(int64_t id, const char* field, ValueType lowValue, ValueType highValue) 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.h122 ValueType highValue);
127 ValueType highValue);