Home
last modified time | relevance | path

Searched refs:ORDER_BY_WRITE_TIME (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Ddata_query.h528 static const char * const ORDER_BY_WRITE_TIME; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddata_query.cpp38 const char * const DataQuery::ORDER_BY_WRITE_TIME = "^OrderByWriteTime"; member in OHOS::DistributedKv::DataQuery
544 str_.append(ORDER_BY_WRITE_TIME); in OrderByWriteTime()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dquery_helper.cpp108 } else if (keyword == DataQuery::ORDER_BY_WRITE_TIME) { in Handle()