/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_query_object_helper_test.cpp | 213 .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 D | cloud_store_types.h | 168 BEGIN_GROUP = 0x301, member in DistributedDB::CloudQueryType::LockAction::QueryNodeType
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_cloud.cpp | 254 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 D | query_sync_object.cpp | 506 case QueryObjType::BEGIN_GROUP: in TransformNodeType() 507 node.type = QueryNodeType::BEGIN_GROUP; in TransformNodeType()
|
H A D | sqlite_query_helper.cpp | 64 {QueryObjType::BEGIN_GROUP, "("}, member in DistributedDB::__anon8099::QueryObjType
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/ |
H A D | query_expression.h | 54 BEGIN_GROUP = 0x0501, member in DistributedDB::QueryObjType
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
H A D | general_value.h | 138 BEGIN_GROUP = 0x301, member in QueryOperation
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_types.h | 166 BEGIN_GROUP, enumerator
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | rdb_query_test.cpp | 159 predicates.AddOperation(DistributedRdb::RdbPredicateOperator::BEGIN_GROUP, "test", values);
in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | data_query.h | 583 static const char * const BEGIN_GROUP; member in OHOS::DistributedKv::DataQuery
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | data_query.cpp | 49 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 D | query_expression.cpp | 307 queryInfo_.emplace_back(QueryObjNode{QueryObjType::BEGIN_GROUP, std::string(), in BeginGroup()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | abs_rdb_predicates.cpp | 219 predicates_.AddOperation(DistributedRdb::BEGIN_GROUP, {}, "");
in BeginWrap()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | query_helper.cpp | 120 if (keyword == DataQuery::BEGIN_GROUP) { in HandleExtra()
|