Home
last modified time | relevance | path

Searched refs:dataManager_ (Results 1 – 6 of 6) sorted by relevance

/base/notification/common_event_service/services/src/
Dstatic_subscriber_data_manager.cpp36 dataManager_.CloseKvStore(appId_, kvStorePtr_); in ~StaticSubscriberDataManager()
52 …DistributedKv::Status status = dataManager_.GetSingleKvStore(options, appId_, storeId_, kvStorePtr… in GetKvStore()
101 dataManager_.CloseKvStore(appId_, kvStorePtr_); in InsertDisableStaticSubscribeData()
130 dataManager_.CloseKvStore(appId_, kvStorePtr_); in DeleteDisableStaticSubscribeData()
162 dataManager_.CloseKvStore(appId_, kvStorePtr_); in QueryDisableStaticSubscribeAllData()
/base/notification/common_event_service/services/include/
Dstatic_subscriber_data_manager.h46 DistributedKv::DistributedKvDataManager dataManager_; variable
/base/account/os_account/services/accountmgr/src/
Daccount_data_storage.cpp44 dataManager_.CloseKvStore(appId_, kvStorePtr_); in ~AccountDataStorage()
70 …OHOS::DistributedKv::Status status = dataManager_.GetSingleKvStore(options, appId_, storeId_, kvSt… in GetKvStore()
217 dataManager_.CloseKvStore(this->appId_, this->storeId_); in DeleteKvStore()
219 status = dataManager_.DeleteKvStore(this->appId_, this->storeId_, baseDir_); in DeleteKvStore()
/base/account/os_account/services/accountmgr/include/
Daccount_data_storage.h59 OHOS::DistributedKv::DistributedKvDataManager dataManager_; variable
/base/notification/distributed_notification_service/services/ans/include/
Dadvanced_notification_service.h852 DistributedKv::DistributedKvDataManager dataManager_; variable
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp302 dataManager_.RegisterKvStoreServiceDeathRecipient(distributedKvStoreDeathRecipient_); in AdvancedNotificationService()
332 dataManager_.UnRegisterKvStoreServiceDeathRecipient(distributedKvStoreDeathRecipient_); in ~AdvancedNotificationService()