Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/account/
H A Daccount_delegate.h33 DEVICE_ACCOUNT_SWITCHED, // the device account is switched enumerator
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H A Daccount_delegate_impl.cpp41 accountEventInfo.status = AccountStatus::DEVICE_ACCOUNT_SWITCHED; in OnReceiveEvent()
/ohos5.0/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()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.cpp535 case AccountStatus::DEVICE_ACCOUNT_SWITCHED: { in AccountEventChanged()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.cpp653 case static_cast<uint32_t>(AccountStatus::DEVICE_ACCOUNT_SWITCHED): in OnUserChange()