Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H A Daccount_delegate_impl.h31 using EventCallback = std::function<void(AccountEventInfo &account)>;
48 void NotifyAccountChanged(const AccountEventInfo &accountEventInfo);
H A Daccount_delegate_impl.cpp33 AccountEventInfo accountEventInfo {}; in OnReceiveEvent()
62 void AccountDelegateImpl::NotifyAccountChanged(const AccountEventInfo &accountEventInfo) in NotifyAccountChanged()
H A Daccount_delegate_normal_impl.cpp115 eventSubscriber_->SetEventCallback([this](AccountEventInfo& account) { in SubscribeAccountEvent()
124 void AccountDelegateNormalImpl::UpdateUserStatus(const AccountEventInfo& account) in UpdateUserStatus()
H A Daccount_delegate_normal_impl.h46 void UpdateUserStatus(const AccountEventInfo& account);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/account/
H A Daccount_delegate.h37 struct AccountEventInfo { struct
52 API_EXPORT virtual void OnAccountChanged(const AccountEventInfo &eventInfo) = 0; argument
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_account_observer.cpp26 void KvStoreAccountObserver::OnAccountChanged(const AccountEventInfo &eventInfo) in OnAccountChanged()
H A Dkvstore_account_observer.h44 void OnAccountChanged(const AccountEventInfo &eventInfo) override;
H A Dkvstore_data_service.h103 void AccountEventChanged(const AccountEventInfo &eventInfo);
124 void NotifyAccountEvent(const AccountEventInfo &eventInfo);
H A Dkvstore_data_service.cpp506 void KvStoreDataService::AccountEventChanged(const AccountEventInfo &eventInfo) in AccountEventChanged()
547 void KvStoreDataService::NotifyAccountEvent(const AccountEventInfo &eventInfo) in NotifyAccountEvent()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Duser_delegate.h49 void OnAccountChanged(const DistributedKv::AccountEventInfo &eventInfo) override;
H A Duser_delegate.cpp204 void UserDelegate::LocalUserObserver::OnAccountChanged(const DistributedKv::AccountEventInfo &event… in OnAccountChanged()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/test/
H A Daccount_delegate_test.cpp31 void OnAccountChanged(const AccountEventInfo &info) override in OnAccountChanged()