Searched refs:AccountEventInfo (Results 1 – 12 of 12) sorted by relevance
31 using EventCallback = std::function<void(AccountEventInfo &account)>;48 void NotifyAccountChanged(const AccountEventInfo &accountEventInfo);
33 AccountEventInfo accountEventInfo {}; in OnReceiveEvent()62 void AccountDelegateImpl::NotifyAccountChanged(const AccountEventInfo &accountEventInfo) in NotifyAccountChanged()
115 eventSubscriber_->SetEventCallback([this](AccountEventInfo& account) { in SubscribeAccountEvent()124 void AccountDelegateNormalImpl::UpdateUserStatus(const AccountEventInfo& account) in UpdateUserStatus()
46 void UpdateUserStatus(const AccountEventInfo& account);
37 struct AccountEventInfo { struct52 API_EXPORT virtual void OnAccountChanged(const AccountEventInfo &eventInfo) = 0; argument
26 void KvStoreAccountObserver::OnAccountChanged(const AccountEventInfo &eventInfo) in OnAccountChanged()
44 void OnAccountChanged(const AccountEventInfo &eventInfo) override;
103 void AccountEventChanged(const AccountEventInfo &eventInfo);124 void NotifyAccountEvent(const AccountEventInfo &eventInfo);
506 void KvStoreDataService::AccountEventChanged(const AccountEventInfo &eventInfo) in AccountEventChanged()547 void KvStoreDataService::NotifyAccountEvent(const AccountEventInfo &eventInfo) in NotifyAccountEvent()
49 void OnAccountChanged(const DistributedKv::AccountEventInfo &eventInfo) override;
204 void UserDelegate::LocalUserObserver::OnAccountChanged(const DistributedKv::AccountEventInfo &event… in OnAccountChanged()
31 void OnAccountChanged(const AccountEventInfo &info) override in OnAccountChanged()