Home
last modified time | relevance | path

Searched refs:KvStoreAccountObserver (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_account_observer.h35 class KvStoreAccountObserver : public AccountDelegate::Observer {
37 explicit KvStoreAccountObserver(KvStoreDataService &kvStoreDataService, in KvStoreAccountObserver() function
42 ~KvStoreAccountObserver() override = default;
H A Dkvstore_account_observer.cpp26 void KvStoreAccountObserver::OnAccountChanged(const AccountEventInfo &eventInfo) in OnAccountChanged()
H A Dkvstore_data_service.h39 class KvStoreAccountObserver; variable
174 std::shared_ptr<KvStoreAccountObserver> accountEventObserver_;
H A Dkvstore_data_service.cpp128 accountEventObserver_ = std::make_shared<KvStoreAccountObserver>(*this, executors_); in Initialize()