Home
last modified time | relevance | path

Searched refs:NOT_IN (Results 1 - 19 of 19) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/include/
H A Dcov_util.h58 NOT_IN = 7 member in OHOS::DistributedKv::QueryType
101 } else if (type_ == QueryType::NOT_IN) { in operator ()()
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_predicates_def.h54 /** Indicates the parameters is NOT_IN.*/
55 NOT_IN, enumerator
H A Ddatashare_predicates.h148 SetOperationList(NOT_IN, field, values); in NotIn()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddata_query.cpp31 const char * const DataQuery::NOT_IN = "^NOT_IN"; member in OHOS::DistributedKv::DataQuery
435 AppendCommonList(NOT_IN, TYPE_INTEGER, myField, valueList); in NotIn()
446 AppendCommonList(NOT_IN, TYPE_LONG, myField, valueList); in NotIn()
457 AppendCommonList(NOT_IN, TYPE_DOUBLE, myField, valueList); in NotIn()
469 AppendCommonListString(NOT_IN, TYPE_STRING, myField, myValueList); in NotIn()
H A Dkv_utils.cpp256 InOrNotIn notIn(&query, QueryType::NOT_IN); in NotIn()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery.cpp170 case QueryObjType::NOT_IN: in ExecuteCompareOperation()
H A Dquery_expression.cpp181 AssemblyQueryInfo(QueryObjType::NOT_IN, field, type, values); in NotIn()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_rdb_predicates.cpp309 predicates_.AddOperation(DistributedRdb::NOT_IN, field, values); in NotIn()
323 predicates_.AddOperation(DistributedRdb::NOT_IN, field, vals); in NotIn()
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dkv_utils.h93 [DataShare::NOT_IN] = &KvUtils::NotIn,
H A Ddata_query.h493 static const char * const NOT_IN; member in OHOS::DistributedKv::DataQuery
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery.h130 ExecuteCompareOperation(QueryObjType::NOT_IN, field, type, fieldValues); in NotIn()
H A Dquery_expression.h52 NOT_IN, member in DistributedDB::QueryObjType
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_share_adapter/include/
H A Drdb_utils.h153 [DataShare::NOT_IN] = &RdbUtils::NotIn,
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_types.h169 NOT_IN, enumerator
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_query_test.cpp162 predicates.AddOperation(DistributedRdb::RdbPredicateOperator::NOT_IN, "test", values); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_query_test.cpp171 std::list<QueryObjNode> result2{{QueryObjType::NOT_IN, TEST_FIELD_NAME, in HWTEST_F() member in QueryObjType
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkv_utils.cpp254 InOrNotIn notIn(&query, QueryType::NOT_IN); in NotIn()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_query_helper.cpp58 {QueryObjType::NOT_IN, " NOT IN ("}, member in DistributedDB::__anon8099::QueryObjType
709 queryNode.operFlag == QueryObjType::IN || queryNode.operFlag == QueryObjType::NOT_IN); in IsNeedCastWitEmptyValue()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dquery_helper.cpp94 } else if (keyword == DataQuery::NOT_IN) { in Handle()
358 // words [ DataQuery::NOT_IN, fieldType, fieldName, DataQuery::START_IN, ...valueList, DataQuery::END_IN ] in HandleNotIn()

Completed in 15 milliseconds