Home
last modified time | relevance | path

Searched refs:currentUser_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_upload_recorder.cpp23 uploadRecord_[currentUser_][table][type][hashKey] = modifyTime; in RecordUploadRecord()
30 auto userRecord = uploadRecord_.find(currentUser_); in IsIgnoreUploadRecord()
50 auto &records = uploadRecord_[currentUser_][table][type]; in ReleaseUploadRecord()
63 currentUser_ = user; in SetUser()
/ohos5.0/base/theme/screenlock_mgr/services/include/
H A Dscreenlock_system_ability.h69 currentUser_ = currentUser; in SetCurrentUser()
99 return currentUser_; in GetCurrentUser()
111 std::atomic<int32_t> currentUser_ {0};
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/
H A Dcloud_upload_recorder.h42 std::string currentUser_; variable
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dscreenlock_system_ability.cpp605 currentUser_ = USER_NULL; in Reset()