Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery_expression.h61 IN_KEYS = 0x0901, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Ddata_query.h648 static const char * const IN_KEYS; variable
/ohos5.0/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()
/ohos5.0/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_… in InKeys()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_object.cpp415 node.operFlag != QueryObjType::IN_KEYS; in IsQueryOnlyByKey()
H A Dquery_sync_object.cpp512 case QueryObjType::IN_KEYS: in TransformNodeType()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dquery_helper.cpp132 } else if (keyword == DataQuery::IN_KEYS) { in HandleExtra()