Home
last modified time | relevance | path

Searched refs:INDEXED_BY (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_predicates_def.h83 INDEXED_BY, enumerator
H A Ddatashare_predicates.h371 SetOperationList(INDEXED_BY, indexName); in IndexedBy()
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dkv_utils.h107 [DataShare::INDEXED_BY] = &KvUtils::NoSupport,
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_share_adapter/include/
H A Drdb_utils.h167 [DataShare::INDEXED_BY] = &RdbUtils::IndexedBy,
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_types.h184 INDEXED_BY, enumerator
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_query_test.cpp177 predicates.AddOperation(DistributedRdb::RdbPredicateOperator::INDEXED_BY, "test", values);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_rdb_predicates.cpp304 predicates_.AddOperation(DistributedRdb::INDEXED_BY, indexName, ""); in IndexedBy()