Searched refs:KvStoreAccountObserver (Results 1 – 4 of 4) sorted by relevance
35 class KvStoreAccountObserver : public AccountDelegate::Observer {37 explicit KvStoreAccountObserver(KvStoreDataService &kvStoreDataService, in KvStoreAccountObserver() function42 ~KvStoreAccountObserver() override = default;
26 void KvStoreAccountObserver::OnAccountChanged(const AccountEventInfo &eventInfo) in OnAccountChanged()
39 class KvStoreAccountObserver; variable174 std::shared_ptr<KvStoreAccountObserver> accountEventObserver_;
128 accountEventObserver_ = std::make_shared<KvStoreAccountObserver>(*this, executors_); in Initialize()