Home
last modified time | relevance | path

Searched refs:GREATER_THAN (Results 1 - 15 of 15) sorted by relevance

/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_predicates_def.h36 /** Indicates the parameters is GREATER_THAN.*/
37 GREATER_THAN, enumerator
H A Ddatashare_predicates.h88 SetOperationList(GREATER_THAN, field, value); in GreaterThan()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_query_test.cpp87 predicates.AddOperation(DistributedRdb::RdbPredicateOperator::GREATER_THAN, "age", "30"); in HWTEST_F()
125 predicates.AddOperation(DistributedRdb::RdbPredicateOperator::GREATER_THAN, "test", values); in HWTEST_F()
172 predicates.AddOperation(DistributedRdb::RdbPredicateOperator::GREATER_THAN, "test", values); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddata_query.cpp25 const char * const DataQuery::GREATER_THAN = "^GREATER"; member in OHOS::DistributedKv::DataQuery
187 AppendCommon(GREATER_THAN, TYPE_INTEGER, myField, value); in GreaterThan()
197 AppendCommon(GREATER_THAN, TYPE_LONG, myField, value); in GreaterThan()
207 AppendCommon(GREATER_THAN, TYPE_DOUBLE, myField, value); in GreaterThan()
218 AppendCommonString(GREATER_THAN, TYPE_STRING, myField, myValue); in GreaterThan()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery.cpp146 case QueryObjType::GREATER_THAN: in ExecuteCompareOperation()
H A Dquery_expression.cpp97 AssemblyQueryInfo(QueryObjType::GREATER_THAN, field, type, fieldValues); in GreaterThan()
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dkv_utils.h84 [DataShare::GREATER_THAN] = &KvUtils::GreaterThan,
H A Ddata_query.h463 static const char * const GREATER_THAN; member in OHOS::DistributedKv::DataQuery
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery.h63 ExecuteCompareOperation(QueryObjType::GREATER_THAN, field, type, fieldValue); in GreaterThan()
H A Dquery_expression.h43 GREATER_THAN, member in DistributedDB::QueryObjType
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_share_adapter/include/
H A Drdb_utils.h144 [DataShare::GREATER_THAN] = &RdbUtils::GreaterThan,
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_types.h179 GREATER_THAN, enumerator
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_query_test.cpp92 result = CreateCheckList(QueryObjType::GREATER_THAN, TEST_FIELD_NAME, 0); in CheckQueryCompareOper()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dquery_helper.cpp68 } else if (keyword == DataQuery::GREATER_THAN) { in StringToDbQuery()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_query_helper.cpp49 {QueryObjType::GREATER_THAN, "> "}, member in DistributedDB::__anon8099::QueryObjType

Completed in 11 milliseconds