Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/distributed/src/
Ddistributed_preferences_database.cpp79 bool DistributedPreferencesDatabase::CheckKvStore(void) in CheckKvStore() function in OHOS::Notification::DistributedPreferencesDatabase
94 if (!CheckKvStore()) { in PutToDistributedDB()
119 if (!CheckKvStore()) { in GetFromDistributedDB()
144 if (!CheckKvStore()) { in GetEntriesFromDistributedDB()
166 if (!CheckKvStore()) { in DeleteToDistributedDB()
Ddistributed_screen_status_manager.cpp50 CheckKvStore(); in OnDeviceConnected()
79 if (!CheckKvStore()) { in OnDeviceDisconnected()
138 bool DistributedScreenStatusManager::CheckKvStore(void) in CheckKvStore() function in OHOS::Notification::DistributedScreenStatusManager
Ddistributed_database.cpp100 bool DistributedDatabase::CheckKvStore(void) in CheckKvStore() function in OHOS::Notification::DistributedDatabase
115 return CheckKvStore(); in OnDeviceConnected()
/base/account/os_account/services/accountmgr/src/
Daccount_data_storage.cpp71 bool AccountDataStorage::CheckKvStore() in CheckKvStore() function in OHOS::AccountSA::AccountDataStorage
99 if (!CheckKvStore()) { in LoadAllData()
152 if (!CheckKvStore()) { in RemoveValueFromKvStore()
202 if (!CheckKvStore()) { in DeleteKvStore()
244 if (!CheckKvStore()) { in LoadDataByLocalFuzzyQuery()
267 if (!CheckKvStore()) { in PutValueToKvStore()
294 if (!CheckKvStore()) { in GetValueFromKvStore()
/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.h54 bool CheckKvStore();
/base/account/os_account/services/accountmgr/
Dlibaccountmgr.map19 "OHOS::AccountSA::AccountDataStorage::CheckKvStore()";