Home
last modified time | relevance | path

Searched refs:END_GROUP (Results 1 - 14 of 14) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_query_object_helper_test.cpp229 .type = QueryNodeType::END_GROUP, in Query004GetExpectNode()
253 .type = QueryNodeType::END_GROUP, in Query004GetExpectNode()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/
H A Dcloud_store_types.h169 END_GROUP
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cloud.cpp257 case QueryNodeType::END_GROUP: in ConvertQuery()
258 queryNode.op = QueryOperation::END_GROUP; in ConvertQuery()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_sync_object.cpp509 case QueryObjType::END_GROUP: in TransformNodeType()
510 node.type = QueryNodeType::END_GROUP; in TransformNodeType()
H A Dsqlite_query_helper.cpp65 {QueryObjType::END_GROUP, ")"}, member in DistributedDB::__anon8099::QueryObjType
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery_expression.h55 END_GROUP, member in DistributedDB::QueryObjType
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_value.h139 END_GROUP
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_types.h167 END_GROUP, enumerator
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_query_test.cpp160 predicates.AddOperation(DistributedRdb::RdbPredicateOperator::END_GROUP, "test", values); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Ddata_query.h588 static const char * const END_GROUP; member in OHOS::DistributedKv::DataQuery
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddata_query.cpp50 const char * const DataQuery::END_GROUP = "^END_GROUP"; member in OHOS::DistributedKv::DataQuery
578 str_.append(END_GROUP); in EndGroup()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery_expression.cpp318 queryInfo_.emplace_back(QueryObjNode{QueryObjType::END_GROUP, std::string(), in EndGroup()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_rdb_predicates.cpp225 predicates_.AddOperation(DistributedRdb::END_GROUP, {}, ""); in EndWrap()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dquery_helper.cpp122 } else if (keyword == DataQuery::END_GROUP) { in HandleExtra()

Completed in 21 milliseconds