Home
last modified time | relevance | path

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

/ohos5.0/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> … in NotIn() function in OHOS::NativeRdb::AbsRdbPredicates
312 AbsRdbPredicates *AbsRdbPredicates::NotIn(const std::string &field, const std::vector<ValueObject> … in NotIn() function in OHOS::NativeRdb::AbsRdbPredicates
H A Dabs_predicates.cpp481 AbsPredicates *AbsPredicates::NotIn(const std::string &field, const std::vector<std::string> &value… in NotIn() function in OHOS::NativeRdb::AbsPredicates
491 AbsPredicates *AbsPredicates::NotIn(const std::string &field, const std::vector<ValueObject> &value… in NotIn() function in OHOS::NativeRdb::AbsPredicates
/ohos5.0/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
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
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(const std::string &field, const std::vector<std::string> &valueList) in NotIn() function in OHOS::DistributedKv::DataQuery
H A Dkv_utils.cpp254 void KvUtils::NotIn(const OperationItem &oper, DataQuery &query) in NotIn() function in OHOS::DistributedKv::KvUtils
/ohos5.0/base/security/security_guard/test/unittest/mock/rdb/
H A Drdb_predicates.h57 …virtual AbsPredicates *NotIn(std::string field, std::vector<std::string> values) {return nullptr;}; in NotIn() function
96 …virtual AbsPredicates *NotIn(std::string field, std::vector<std::string> values) {return nullptr;}; in NotIn() function
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_query.cpp200 void RdbQuery::NotIn(const RdbPredicateOperation& operation) in NotIn() function in OHOS::DistributedRdb::RdbQuery
/ohos5.0/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
/ohos5.0/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<… in NotIn() function in DistributedDB::QueryExpression
/ohos5.0/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
/ohos5.0/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
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_predicates.cpp304 OH_Predicates *RelationalPredicate::NotIn(OH_Predicates *predicates, const char *field, OH_VObject … in NotIn() function in OHOS::RdbNdk::RelationalPredicate
/ohos5.0/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
/ohos5.0/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
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/dataability/src/
H A Dnapi_data_ability_predicates.cpp624 napi_value DataAbilityPredicatesProxy::NotIn(napi_env env, napi_callback_info info) in NotIn() function in OHOS::DataAbilityJsKit::DataAbilityPredicatesProxy
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_predicates.cpp707 napi_value RdbPredicatesProxy::NotIn(napi_env env, napi_callback_info info) in NotIn() function in OHOS::RdbJsKit::RdbPredicatesProxy
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_predicates.cpp662 napi_value RdbPredicatesProxy::NotIn(napi_env env, napi_callback_info info) in NotIn() function in OHOS::RelationalStoreJsKit::RdbPredicatesProxy