Home
last modified time | relevance | path

Searched refs:accountEventInfo (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H A Daccount_delegate_impl.cpp33 AccountEventInfo accountEventInfo {}; in OnReceiveEvent()
38 accountEventInfo.status = AccountStatus::DEVICE_ACCOUNT_DELETE; in OnReceiveEvent()
39 accountEventInfo.userId = std::to_string(event.GetCode()); in OnReceiveEvent()
41 accountEventInfo.status = AccountStatus::DEVICE_ACCOUNT_SWITCHED; in OnReceiveEvent()
42 accountEventInfo.userId = std::to_string(event.GetCode()); in OnReceiveEvent()
44 accountEventInfo.status = AccountStatus::DEVICE_ACCOUNT_UNLOCKED; in OnReceiveEvent()
45 accountEventInfo.userId = std::to_string(event.GetCode()); in OnReceiveEvent()
49 eventCallback_(accountEventInfo); in OnReceiveEvent()
62 void AccountDelegateImpl::NotifyAccountChanged(const AccountEventInfo &accountEventInfo) in NotifyAccountChanged() argument
64 observerMap_.ForEach([&accountEventInfo] (cons in NotifyAccountChanged()
[all...]
H A Daccount_delegate_impl.h48 void NotifyAccountChanged(const AccountEventInfo &accountEventInfo);

Completed in 1 milliseconds