Home
last modified time | relevance | path

Searched refs:BEGIN_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.cpp213 .type = QueryNodeType::BEGIN_GROUP, in Query004GetExpectNode()
237 .type = QueryNodeType::BEGIN_GROUP, in Query004GetExpectNode()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/
H A Dcloud_store_types.h168 BEGIN_GROUP = 0x301, member in DistributedDB::CloudQueryType::LockAction::QueryNodeType
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cloud.cpp254 case QueryNodeType::BEGIN_GROUP: in ConvertQuery()
255 queryNode.op = QueryOperation::BEGIN_GROUP; in ConvertQuery()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_sync_object.cpp506 case QueryObjType::BEGIN_GROUP: in TransformNodeType()
507 node.type = QueryNodeType::BEGIN_GROUP; in TransformNodeType()
H A Dsqlite_query_helper.cpp64 {QueryObjType::BEGIN_GROUP, "("}, member in DistributedDB::__anon8099::QueryObjType
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery_expression.h54 BEGIN_GROUP = 0x0501, member in DistributedDB::QueryObjType
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_value.h138 BEGIN_GROUP = 0x301, member in QueryOperation
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_types.h166 BEGIN_GROUP, enumerator
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_query_test.cpp159 predicates.AddOperation(DistributedRdb::RdbPredicateOperator::BEGIN_GROUP, "test", values); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Ddata_query.h583 static const char * const BEGIN_GROUP; member in OHOS::DistributedKv::DataQuery
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddata_query.cpp49 const char * const DataQuery::BEGIN_GROUP = "^BEGIN_GROUP"; member in OHOS::DistributedKv::DataQuery
570 str_.append(BEGIN_GROUP); in BeginGroup()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery_expression.cpp307 queryInfo_.emplace_back(QueryObjNode{QueryObjType::BEGIN_GROUP, std::string(), in BeginGroup()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_rdb_predicates.cpp219 predicates_.AddOperation(DistributedRdb::BEGIN_GROUP, {}, ""); in BeginWrap()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dquery_helper.cpp120 if (keyword == DataQuery::BEGIN_GROUP) { in HandleExtra()

Completed in 13 milliseconds