Home
last modified time | relevance | path

Searched defs:NotIn (Results 1 - 17 of 17) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery.h120 DB_API Query &NotIn(const std::string &field, const std::vector<T> &values) in NotIn() function in DistributedDB::Query
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkv_utils.cpp252 void KvUtils::NotIn(const OperationItem &oper, DataQuery &query) in NotIn() function in OHOS::DistributedKv::KvUtils
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkv_utils.cpp254 void KvUtils::NotIn(const OperationItem &oper, DataQuery &query) in NotIn() function in OHOS::DistributedKv::KvUtils
H A Ddata_query.cpp430 DataQuery& DataQuery::NotIn(const std::string &field, const std::vector<int> &valueList) in NotIn() function in OHOS::DistributedKv::DataQuery
441 DataQuery& DataQuery::NotIn(const std::string &field, const std::vector<int64_t> &valueList) in NotIn() function in OHOS::DistributedKv::DataQuery
452 DataQuery& DataQuery::NotIn(const std::string &field, const std::vector<double> &valueList) in NotIn() function in OHOS::DistributedKv::DataQuery
463 DataQuery& DataQuery::NotIn(cons function in OHOS::DistributedKv::DataQuery
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_query.cpp201 void RdbQuery::NotIn(const RdbPredicateOperation& operation) in NotIn() function in OHOS::DistributedRdb::RdbQuery
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_rdb_predicates.cpp307 AbsRdbPredicates *AbsRdbPredicates::NotIn(const std::string &field, const std::vector<std::string> &values) in NotIn() function in OHOS::NativeRdb::AbsRdbPredicates
312 AbsRdbPredicates *AbsRdbPredicates::NotIn(const std::string &field, const std::vector<ValueObject> &values) in NotIn() function in OHOS::NativeRdb::AbsRdbPredicates
H A Dabs_predicates.cpp481 AbsPredicates *AbsPredicates::NotIn(const std::string &field, const std::vector<std::string> &values) in NotIn() function in OHOS::NativeRdb::AbsPredicates
491 AbsPredicates *AbsPredicates::NotIn(const std::string &field, const std::vector<ValueObject> &values) in NotIn() function in OHOS::NativeRdb::AbsPredicates
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_share_adapter/src/
H A Drdb_utils.cpp136 void RdbUtils::NotIn(const DataShare::OperationItem &item, RdbPredicates &predicates) in NotIn() function in RdbUtils
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_predicates.cpp304 OH_Predicates *RelationalPredicate::NotIn(OH_Predicates *predicates, const char *field, OH_VObject *valueObject) in NotIn() function in OHOS::RdbNdk::RelationalPredicate
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbpredicatesproxy.cpp228 void RdbPredicatesImpl::NotIn(const char* field, ValueType* values, int64_t valuesSize) in NotIn() function in OHOS::Relational::RdbPredicatesImpl
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/
H A Ddatashare_predicates_proxy.cpp802 napi_value DataSharePredicatesProxy::NotIn(napi_env env, napi_callback_info info) in NotIn() function in OHOS::DataShare::DataSharePredicatesProxy
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_predicates.h146 DataSharePredicates *NotIn(const std::string &field, const MutliValue &values) in NotIn() function in OHOS::DataShare::DataSharePredicates
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery_expression.cpp179 void QueryExpression::NotIn(const std::string& field, const QueryValueType type, const std::vector<FieldValue> &values) in NotIn() function in DistributedDB::QueryExpression
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_nb_test_tools.h349 &DistributedDB::Query::NotIn, member in ReadOrWriteTag::QueryGenerate::DistributedDB::Query
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/dataability/src/
H A Dnapi_data_ability_predicates.cpp631 napi_value DataAbilityPredicatesProxy::NotIn(napi_env env, napi_callback_info info) in NotIn() function in OHOS::DataAbilityJsKit::DataAbilityPredicatesProxy
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_predicates.cpp670 napi_value RdbPredicatesProxy::NotIn(napi_env env, napi_callback_info info) in NotIn() function in OHOS::RelationalStoreJsKit::RdbPredicatesProxy
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_predicates.cpp714 napi_value RdbPredicatesProxy::NotIn(napi_env env, napi_callback_info info) in NotIn() function in OHOS::RdbJsKit::RdbPredicatesProxy

Completed in 20 milliseconds