Home
last modified time | relevance | path

Searched defs:userIndex (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dprocess_recorder.cpp26 bool ProcessRecorder::IsDownloadFinish(int userIndex, const std::string &table) const in IsDownloadFinish()
31 void ProcessRecorder::MarkDownloadFinish(int userIndex, const std::string &table, bool finish) in MarkDownloadFinish()
36 bool ProcessRecorder::IsUploadFinish(int userIndex, const std::string &table) const in IsUploadFinish()
41 void ProcessRecorder::MarkUploadFinish(int userIndex, const std::string &table, bool finish) in MarkUploadFinish()
46 bool ProcessRecorder::IsRecordFinish(int userIndex, const std::string &table, in IsRecordFinish()
59 void ProcessRecorder::RecordFinish(int userIndex, const std::string &table, bool finish, in RecordFinish()