Home
last modified time | relevance | path

Searched refs:CheckKvStore (Results 1 - 18 of 18) sorted by relevance

/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_preferences_database.cpp80 bool DistributedPreferencesDatabase::CheckKvStore() in CheckKvStore() function in OHOS::Notification::DistributedPreferencesDatabase
95 if (!CheckKvStore()) { in PutToDistributedDB()
118 if (!CheckKvStore()) { in GetFromDistributedDB()
141 if (!CheckKvStore()) { in GetEntriesFromDistributedDB()
161 if (!CheckKvStore()) { in DeleteToDistributedDB()
H A Ddistributed_screen_status_manager.cpp52 CheckKvStore(); in OnDeviceConnected()
80 if (!CheckKvStore()) { in OnDeviceDisconnected()
156 bool DistributedScreenStatusManager::CheckKvStore() in CheckKvStore() function in OHOS::Notification::DistributedScreenStatusManager
H A Ddistributed_database.cpp119 bool DistributedDatabase::CheckKvStore() in CheckKvStore() function in OHOS::Notification::DistributedDatabase
134 return CheckKvStore(); in OnDeviceConnected()
/base/account/os_account/services/accountmgr/src/
H A 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()
249 if (!CheckKvStore()) { in LoadDataByLocalFuzzyQuery()
272 if (!CheckKvStore()) { in PutValueToKvStore()
299 if (!CheckKvStore()) { in GetValueFromKvStore()
337 if (ptr == nullptr || !ptr->CheckKvStore() || !CheckKvStore()) { in MoveData()
/base/security/dlp_permission_service/services/dlp_permission/sa/storage/src/
H A Ddlp_kv_data_storage.cpp62 bool res = CheckKvStore(); in LoadAllData()
102 bool DlpKvDataStorage::CheckKvStore() in CheckKvStore() function in OHOS::Security::DlpPermission::DlpKvDataStorage
133 if (!CheckKvStore()) { in RemoveValueFromKvStore()
169 bool res = CheckKvStore(); in DeleteKvStore()
190 bool res = CheckKvStore(); in PutValueToKvStore()
214 bool res = CheckKvStore(); in GetValueFromKvStore()
/base/notification/common_event_service/services/src/
H A Dstatic_subscriber_data_manager.cpp61 bool StaticSubscriberDataManager::CheckKvStore() in CheckKvStore() function in OHOS::EventFwk::StaticSubscriberDataManager
91 if (!CheckKvStore()) { in UpdateStaticSubscriberState()
127 if (!CheckKvStore()) { in QueryStaticSubscriberStateData()
173 if (!CheckKvStore()) { in DeleteDisableEventElementByBundleName()
/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_preferences_database.h85 bool CheckKvStore();
H A Ddistributed_screen_status_manager.h57 bool CheckKvStore();
H A Ddistributed_database.h132 bool CheckKvStore();
/base/notification/common_event_service/services/test/unittest/static_subscriber_data_manager_unit_test/
H A Dstatic_subscriber_data_manager_unit_test.cpp91 dataManager->CheckKvStore(); in HWTEST_F()
112 dataManager->CheckKvStore(); in HWTEST_F()
146 dataManager->CheckKvStore(); in HWTEST_F()
/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_data_storage_test.cpp86 EXPECT_EQ(osAccountDataStorage_->CheckKvStore(), false); in HWTEST_F()
/base/notification/common_event_service/services/include/
H A Dstatic_subscriber_data_manager.h43 bool CheckKvStore();
/base/security/dlp_permission_service/services/dlp_permission/sa/storage/include/
H A Ddlp_kv_data_storage.h53 bool CheckKvStore();
/base/account/os_account/services/accountmgr/include/
H A Daccount_data_storage.h60 bool CheckKvStore();
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/
H A Ddistributed_screen_status_manager_branch_test.cpp100 * @tc.desc : Test CheckKvStore function and kvStore_ == nullptr.
106 EXPECT_EQ(false, distributedScreenStatusManager.CheckKvStore()); in HWTEST_F()
112 * @tc.desc : Test CheckKvStore function and kvStore_ != nullptr.
119 EXPECT_EQ(true, distributedScreenStatusManager.CheckKvStore()); in HWTEST_F()
125 * @tc.desc : Test OnDeviceDisconnected function and CheckKvStore is false.
/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Daccount_data_storage.cpp46 bool AccountDataStorage::CheckKvStore() in CheckKvStore() function in OHOS::AccountSA::AccountDataStorage
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
H A Ddistributed_database_branch_test.cpp186 * @tc.desc : Test CheckKvStore function and kvStore_ != nullptr.
192 EXPECT_EQ(true, database_->CheckKvStore()); in HWTEST_F()
198 * @tc.desc : Test CheckKvStore function and kvStore_ == nullptr.
205 EXPECT_EQ(false, database_->CheckKvStore()); in HWTEST_F()
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
H A Ddistributed_preferences_database_test.cpp74 * @tc.desc : test CheckKvStore and kvStore_ == nullptr.
80 EXPECT_EQ(false, distributedPreferencesDatabase.CheckKvStore()); in HWTEST_F()
86 * @tc.desc : test PutToDistributedDB and CheckKvStore is false.
132 * @tc.desc : test GetFromDistributedDB and CheckKvStore is false.
146 * @tc.desc : test GetFromDistributedDB and CheckKvStore is true and KvStoreFlowControl is false.
196 * @tc.desc : test GetEntriesFromDistributedDB and CheckKvStore is false.
242 * @tc.desc : test DeleteToDistributedDB and CheckKvStore is false.

Completed in 9 milliseconds