Home
last modified time | relevance | path

Searched refs:AccountStatus (Results 1 - 12 of 12) sorted by relevance

/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Daccount_status_listener.cpp55 AccountStatus::SetAccountState(AccountStatus::AccountState::ACCOUNT_LOGIN); in OnReceiveEvent()
58 AccountStatus::SetAccountState(AccountStatus::AccountState::ACCOUNT_LOGOUT); in OnReceiveEvent()
61 AccountStatus::GetAccountState() == AccountStatus::AccountState::ACCOUNT_LOGIN) { in OnReceiveEvent()
H A Daccount_status.cpp20 bool AccountStatus::IsNeedCleanCache() in IsNeedCleanCache()
30 void AccountStatus::SetAccountState(AccountState accountState) in SetAccountState()
36 AccountStatus::AccountState AccountStatus::GetAccountState() in GetAccountState()
H A Dfile_operations_cloud.cpp308 if (AccountStatus::IsNeedCleanCache()) { in GetDatabase()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/include/cloud_disk/
H A Daccount_status.h22 class AccountStatus { class
30 static AccountStatus::AccountState GetAccountState();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H A Daccount_delegate_impl.cpp38 accountEventInfo.status = AccountStatus::DEVICE_ACCOUNT_DELETE; in OnReceiveEvent()
41 accountEventInfo.status = AccountStatus::DEVICE_ACCOUNT_SWITCHED; in OnReceiveEvent()
44 accountEventInfo.status = AccountStatus::DEVICE_ACCOUNT_UNLOCKED; in OnReceiveEvent()
H A Daccount_delegate_normal_impl.cpp128 case static_cast<uint32_t>(AccountStatus::DEVICE_ACCOUNT_DELETE): in UpdateUserStatus()
131 case static_cast<uint32_t>(AccountStatus::DEVICE_ACCOUNT_UNLOCKED): in UpdateUserStatus()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/account/
H A Daccount_delegate.h28 enum class AccountStatus { class
40 AccountStatus status;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H A Dstore_account_observer.cpp32 if (eventInfo.status == DistributedKv::AccountStatus::DEVICE_ACCOUNT_DELETE) { in OnAccountChanged()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_service_impl.cpp181 if (code == static_cast<uint32_t>(DistributedKv::AccountStatus::DEVICE_ACCOUNT_SWITCHED)) { in OnUserChange()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.cpp670 case static_cast<uint32_t>(AccountStatus::DEVICE_ACCOUNT_SWITCHED): in OnUserChange()
673 case static_cast<uint32_t>(AccountStatus::DEVICE_ACCOUNT_DELETE): in OnUserChange()
676 case static_cast<uint32_t>(AccountStatus::DEVICE_ACCOUNT_UNLOCKED): in OnUserChange()
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dfile_operations_cloud_mock.cpp197 if (AccountStatus::IsNeedCleanCache()) { in GetDatabase()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.cpp679 case AccountStatus::DEVICE_ACCOUNT_DELETE: { in AccountEventChanged()
703 case AccountStatus::DEVICE_ACCOUNT_SWITCHED: { in AccountEventChanged()

Completed in 12 milliseconds