Searched refs:BEGIN_WITH (Results 1 - 7 of 7) sorted by relevance
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/ |
H A D | datashare_predicates_def.h | 72 /** Indicates the parameters is BEGIN_WITH.*/
73 BEGIN_WITH,
enumerator
|
H A D | datashare_predicates.h | 208 SetOperationList(BEGIN_WITH, field, value);
in BeginsWith()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | rdb_query_test.cpp | 119 predicates.AddOperation(DistributedRdb::RdbPredicateOperator::BEGIN_WITH, "test", values);
in HWTEST_F() 164 predicates.AddOperation(DistributedRdb::RdbPredicateOperator::BEGIN_WITH, "test", values);
in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | kv_utils.h | 102 [DataShare::BEGIN_WITH] = &KvUtils::NoSupport,
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_share_adapter/include/ |
H A D | rdb_utils.h | 162 [DataShare::BEGIN_WITH] = &RdbUtils::BeginsWith,
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_types.h | 171 BEGIN_WITH, enumerator
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | abs_rdb_predicates.cpp | 264 predicates_.AddOperation(DistributedRdb::BEGIN_WITH, field, value);
in BeginsWith()
|
Completed in 5 milliseconds