Home
last modified time | relevance | path

Searched refs:IN_KEYS (Results 1 - 7 of 7) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery_expression.h61 IN_KEYS = 0x0901, member in DistributedDB::QueryObjType
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Ddata_query.h648 static const char * const IN_KEYS; member in OHOS::DistributedKv::DataQuery
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddata_query.cpp62 const char * const DataQuery::IN_KEYS = "^IN_KEYS"; member in OHOS::DistributedKv::DataQuery
640 str_.append(IN_KEYS); in InKeys()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery_expression.cpp244 queryInfo_.emplace_front(QueryObjNode{QueryObjType::IN_KEYS, std::string(), QueryValueType::VALUE_TYPE_NULL, in InKeys()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_sync_object.cpp512 case QueryObjType::IN_KEYS: in TransformNodeType()
H A Dquery_object.cpp415 node.operFlag != QueryObjType::IN_KEYS; in IsQueryOnlyByKey()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dquery_helper.cpp132 } else if (keyword == DataQuery::IN_KEYS) { in HandleExtra()
510 // pointer points at keyword "IN_KEYS", (pointer + 1) points at keyword "START_IN" in HandleInKeys()

Completed in 7 milliseconds