Home
last modified time | relevance | path

Searched defs:NotIn (Results 1 – 13 of 13) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
Dquery.h125 DB_API Query &NotIn(const std::string &field, const std::vector<T> &values) in NotIn() function
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
Ddata_query.cpp420 DataQuery& DataQuery::NotIn(const std::string &field, const std::vector<int> &valueList) in NotIn() function in OHOS::DistributedKv::DataQuery
431 DataQuery& DataQuery::NotIn(const std::string &field, const std::vector<int64_t> &valueList) in NotIn() function in OHOS::DistributedKv::DataQuery
442 DataQuery& DataQuery::NotIn(const std::string &field, const std::vector<double> &valueList) in NotIn() function in OHOS::DistributedKv::DataQuery
453 DataQuery& DataQuery::NotIn(const std::string &field, const std::vector<std::string> &valueList) in NotIn() function in OHOS::DistributedKv::DataQuery
Dkv_utils.cpp254 void KvUtils::NotIn(const OperationItem &oper, DataQuery &query) in NotIn() function in OHOS::DistributedKv::KvUtils
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Dabs_predicates.cpp433 AbsPredicates *AbsPredicates::NotIn(const std::string &field, const std::vector<std::string> &value… in NotIn() function in OHOS::NativeRdb::AbsPredicates
443 AbsPredicates *AbsPredicates::NotIn(const std::string &field, const std::vector<ValueObject> &value… in NotIn() function in OHOS::NativeRdb::AbsPredicates
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Dquery_expression.cpp168 void QueryExpression::NotIn(const std::string& field, const QueryValueType type, const std::vector<… in NotIn() function in DistributedDB::QueryExpression
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
Ddatashare_predicates.h146 DataSharePredicates *NotIn(const std::string &field, const MutliValue &values) in NotIn() function
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_share_adapter/src/
Drdb_utils.cpp149 void RdbUtils::NotIn(const DataShare::OperationItem &item, RdbPredicates &predicates) in NotIn() function in RdbUtils
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
Drelational_predicates.cpp304 OH_Predicates *RelationalPredicate::NotIn(OH_Predicates *predicates, const char *field, OH_VObject … in NotIn() function in OHOS::RdbNdk::RelationalPredicate
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/distributeddatafwk/src/
Dkv_utils.cpp252 void KvUtils::NotIn(const OperationItem &oper, DataQuery &query) in NotIn() function in OHOS::DistributedKv::KvUtils
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/
Ddatashare_predicates_proxy.cpp765 napi_value DataSharePredicatesProxy::NotIn(napi_env env, napi_callback_info info) in NotIn() function in OHOS::DataShare::DataSharePredicatesProxy
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/dataability/src/
Dnapi_data_ability_predicates.cpp621 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/rdb/src/
Dnapi_rdb_predicates.cpp680 napi_value RdbPredicatesProxy::NotIn(napi_env env, napi_callback_info info) in NotIn() function in OHOS::RdbJsKit::RdbPredicatesProxy
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
Dnapi_rdb_predicates.cpp670 napi_value RdbPredicatesProxy::NotIn(napi_env env, napi_callback_info info) in NotIn() function in OHOS::RelationalStoreJsKit::RdbPredicatesProxy