Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Daccount_status.cpp22 AccountState tempPreAccountState = preAccountState_; in IsNeedCleanCache() local
26 …return (tempPreAccountState == AccountState::ACCOUNT_LOGOUT && tempAccountState == AccountState::A… in IsNeedCleanCache()
27 …(tempPreAccountState == AccountState::ACCOUNT_LOGIN && tempAccountState == AccountState::ACCOUNT_L… in IsNeedCleanCache()