Home
last modified time | relevance | path

Searched refs:CheckKvStore (Results 1 – 15 of 15) sorted by relevance

/base/notification/distributed_notification_service/services/distributed/src/
Ddistributed_preferences_database.cpp80 bool DistributedPreferencesDatabase::CheckKvStore(void) in CheckKvStore() function in OHOS::Notification::DistributedPreferencesDatabase
95 if (!CheckKvStore()) { in PutToDistributedDB()
120 if (!CheckKvStore()) { in GetFromDistributedDB()
145 if (!CheckKvStore()) { in GetEntriesFromDistributedDB()
167 if (!CheckKvStore()) { in DeleteToDistributedDB()
Ddistributed_screen_status_manager.cpp51 CheckKvStore(); in OnDeviceConnected()
79 if (!CheckKvStore()) { in OnDeviceDisconnected()
148 bool DistributedScreenStatusManager::CheckKvStore(void) in CheckKvStore() function in OHOS::Notification::DistributedScreenStatusManager
Ddistributed_database.cpp110 bool DistributedDatabase::CheckKvStore(void) in CheckKvStore() function in OHOS::Notification::DistributedDatabase
125 return CheckKvStore(); in OnDeviceConnected()
/base/notification/common_event_service/services/src/
Dstatic_subscriber_data_manager.cpp59 bool StaticSubscriberDataManager::CheckKvStore() in CheckKvStore() function in OHOS::EventFwk::StaticSubscriberDataManager
87 if (!CheckKvStore()) { in InsertDisableStaticSubscribeData()
117 if (!CheckKvStore()) { in DeleteDisableStaticSubscribeData()
141 if (!CheckKvStore()) { in QueryDisableStaticSubscribeAllData()
/base/account/os_account/services/accountmgr/src/
Daccount_data_storage.cpp78 bool AccountDataStorage::CheckKvStore() in CheckKvStore() function in OHOS::AccountSA::AccountDataStorage
106 if (!CheckKvStore()) { in LoadAllData()
159 if (!CheckKvStore()) { in RemoveValueFromKvStore()
209 if (!CheckKvStore()) { in DeleteKvStore()
250 if (!CheckKvStore()) { in LoadDataByLocalFuzzyQuery()
273 if (!CheckKvStore()) { in PutValueToKvStore()
300 if (!CheckKvStore()) { in GetValueFromKvStore()
/base/notification/common_event_service/services/include/
Dstatic_subscriber_data_manager.h42 bool CheckKvStore();
/base/account/os_account/services/accountmgr/test/unittest/os_account/
Dos_account_data_storage_test.cpp78 EXPECT_EQ(osAccountDataStorage_->CheckKvStore(), false);
/base/notification/distributed_notification_service/services/distributed/include/
Ddistributed_preferences_database.h85 bool CheckKvStore(void);
Ddistributed_screen_status_manager.h57 bool CheckKvStore(void);
Ddistributed_database.h132 bool CheckKvStore(void);
/base/account/os_account/services/accountmgr/include/
Daccount_data_storage.h58 bool CheckKvStore();
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/
Ddistributed_screen_status_manager_branch_test.cpp106 EXPECT_EQ(false, distributedScreenStatusManager.CheckKvStore());
119 EXPECT_EQ(true, distributedScreenStatusManager.CheckKvStore());
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
Ddistributed_database_branch_test.cpp192 EXPECT_EQ(true, database_->CheckKvStore());
205 EXPECT_EQ(false, database_->CheckKvStore());
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
Ddistributed_preferences_database_test.cpp80 EXPECT_EQ(false, distributedPreferencesDatabase.CheckKvStore());
/base/account/os_account/services/accountmgr/
Dlibaccountmgr.map19 "OHOS::AccountSA::AccountDataStorage::CheckKvStore()";