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 D | distributeddb_query_object_helper_test.cpp | 229 .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 D | cloud_store_types.h | 169 END_GROUP
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_cloud.cpp | 257 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 D | query_sync_object.cpp | 509 case QueryObjType::END_GROUP: in TransformNodeType() 510 node.type = QueryNodeType::END_GROUP; in TransformNodeType()
|
H A D | sqlite_query_helper.cpp | 65 {QueryObjType::END_GROUP, ")"}, member in DistributedDB::__anon8099::QueryObjType
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/ |
H A D | query_expression.h | 55 END_GROUP, member in DistributedDB::QueryObjType
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
H A D | general_value.h | 139 END_GROUP
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_types.h | 167 END_GROUP, enumerator
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | rdb_query_test.cpp | 160 predicates.AddOperation(DistributedRdb::RdbPredicateOperator::END_GROUP, "test", values);
in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | data_query.h | 588 static const char * const END_GROUP; member in OHOS::DistributedKv::DataQuery
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | data_query.cpp | 50 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 D | query_expression.cpp | 318 queryInfo_.emplace_back(QueryObjNode{QueryObjType::END_GROUP, std::string(), in EndGroup()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | abs_rdb_predicates.cpp | 225 predicates_.AddOperation(DistributedRdb::END_GROUP, {}, "");
in EndWrap()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | query_helper.cpp | 122 } else if (keyword == DataQuery::END_GROUP) { in HandleExtra()
|
Completed in 21 milliseconds