Home
last modified time | relevance | path

Searched refs:GetKvStore (Results 1 - 16 of 16) sorted by relevance

/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_preferences_database.h84 void GetKvStore();
H A Ddistributed_screen_status_manager.h56 void GetKvStore();
H A Ddistributed_database.h131 void GetKvStore();
/base/notification/common_event_service/services/include/
H A Dstatic_subscriber_data_manager.h42 DistributedKv::Status GetKvStore();
/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_preferences_database.cpp54 void DistributedPreferencesDatabase::GetKvStore() in GetKvStore() function in OHOS::Notification::DistributedPreferencesDatabase
83 GetKvStore(); in CheckKvStore()
H A Ddistributed_screen_status_manager.cpp122 void DistributedScreenStatusManager::GetKvStore() in GetKvStore() function in OHOS::Notification::DistributedScreenStatusManager
159 GetKvStore(); in CheckKvStore()
H A Ddistributed_database.cpp75 void DistributedDatabase::GetKvStore() in GetKvStore() function in OHOS::Notification::DistributedDatabase
123 GetKvStore(); in CheckKvStore()
/base/security/dlp_permission_service/services/dlp_permission/sa/storage/include/
H A Ddlp_kv_data_storage.h52 OHOS::DistributedKv::Status GetKvStore();
/base/notification/common_event_service/services/src/
H A Dstatic_subscriber_data_manager.cpp41 DistributedKv::Status StaticSubscriberDataManager::GetKvStore() in GetKvStore() function in OHOS::EventFwk::StaticSubscriberDataManager
68 DistributedKv::Status status = GetKvStore(); in CheckKvStore()
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
H A Ddistributed_database_branch_test.cpp126 * @tc.desc : Test GetKvStore function and CheckKvDataManager is false.
134 database_->GetKvStore(); in HWTEST_F()
140 * @tc.desc : Test GetKvStore function and status != DistributedKv::Status::SUCCESS.
147 database_->GetKvStore(); in HWTEST_F()
153 * @tc.desc : Test GetKvStore function and kvStore_ == nullptr.
161 database_->GetKvStore(); in HWTEST_F()
167 * @tc.desc : Test GetKvStore function and SubscribeKvStore != DistributedKv::Status::SUCCESS.
180 database_->GetKvStore(); in HWTEST_F()
/base/account/os_account/services/accountmgr/include/
H A Daccount_data_storage.h59 OHOS::DistributedKv::Status GetKvStore();
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/
H A Ddistributed_screen_status_manager_branch_test.cpp157 * @tc.desc : Test GetKvStore function and CheckKvDataManager is false.
165 distributedScreenStatusManager->GetKvStore(); in HWTEST_F()
171 * @tc.desc : Test GetKvStore function and status != DistributedKv::Status::SUCCESS.
180 distributedScreenStatusManager->GetKvStore(); in HWTEST_F()
/base/security/dlp_permission_service/services/dlp_permission/sa/storage/src/
H A Ddlp_kv_data_storage.cpp82 OHOS::DistributedKv::Status DlpKvDataStorage::GetKvStore() in GetKvStore() function in OHOS::Security::DlpPermission::DlpKvDataStorage
111 status = GetKvStore(); in CheckKvStore()
/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Daccount_data_storage.cpp40 OHOS::DistributedKv::Status AccountDataStorage::GetKvStore() in GetKvStore() function in OHOS::AccountSA::AccountDataStorage
/base/account/os_account/services/accountmgr/src/
H A Daccount_data_storage.cpp57 OHOS::DistributedKv::Status AccountDataStorage::GetKvStore() in GetKvStore() function in OHOS::AccountSA::AccountDataStorage
88 status = GetKvStore(); in CheckKvStore()
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
H A Ddistributed_preferences_database_test.cpp61 * @tc.desc : test GetKvStore and status != DistributedKv::Status::SUCCESS.
68 distributedPreferencesDatabase->GetKvStore(); in HWTEST_F()

Completed in 13 milliseconds