Home
last modified time | relevance | path

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

12

/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_bm_storage.cpp88 if (!CheckKvStore()) { in SaveStorageDistributeInfo()
134 if (!CheckKvStore()) { in UpdatePublicRecords()
166 if (!CheckKvStore()) { in InnerSaveStorageDistributeInfo()
202 if (!CheckKvStore()) { in DeleteStorageDistributeInfo()
243 if (!CheckKvStore()) { in GetStorageDistributeInfo()
280 if (!CheckKvStore()) { in DealGetBundleName()
328 if (!CheckKvStore()) { in DelReduData()
409 if (!CheckKvStore()) { in GetDistributedBundleInfo()
488 if (!CheckKvStore()) { in GetBundleNameId()
592 if (!CheckKvStore()) { in GetLastBundleNameId()
[all …]
H A Ddsched_sync_e2e.cpp87 if (!CheckKvStore()) { in PushAndPullData()
110 if (!CheckKvStore()) { in PushAndPullData()
154 bool DmsKvSyncE2E::CheckKvStore() in CheckKvStore() function in OHOS::DistributedSchedule::DmsKvSyncE2E
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_config_data_manager.cpp64 bool AppConfigDataManager::CheckKvStore() in CheckKvStore() function in OHOS::AbilityRuntime::AppConfigDataManager
92 if (!CheckKvStore()) { in SetAppWaitingDebugInfo()
118 if (!CheckKvStore()) { in ClearAppWaitingDebugInfo()
143 if (!CheckKvStore()) { in GetAppWaitingDebugList()
/ohos5.0/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()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_auto_startup_data_manager_test/
H A Dability_auto_startup_data_manager_test.cpp76 auto result = abilityAutoStartupDataManager.CheckKvStore();
157 EXPECT_EQ(true, abilityAutoStartupDataManager.CheckKvStore());
245 EXPECT_EQ(true, abilityAutoStartupDataManager.CheckKvStore());
325 EXPECT_EQ(true, abilityAutoStartupDataManager.CheckKvStore());
383 EXPECT_EQ(true, abilityAutoStartupDataManager.CheckKvStore());
458 EXPECT_EQ(true, abilityAutoStartupDataManager.CheckKvStore());
499 EXPECT_EQ(true, abilityAutoStartupDataManager.CheckKvStore());
539 EXPECT_EQ(true, abilityAutoStartupDataManager.CheckKvStore());
/ohos5.0/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()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_exit_reason_data_manager.cpp66 bool AppExitReasonDataManager::CheckKvStore() in CheckKvStore() function in OHOS::AbilityRuntime::AppExitReasonDataManager
97 if (!CheckKvStore()) { in SetAppExitReason()
142 if (!CheckKvStore()) { in DeleteAppExitReason()
186 if (!CheckKvStore()) { in GetAppExitReason()
325 if (!CheckKvStore()) { in AddAbilityRecoverInfo()
375 if (!CheckKvStore()) { in DeleteAllRecoverInfoByTokenId()
391 if (!CheckKvStore()) { in DeleteAbilityRecoverInfo()
435 if (!CheckKvStore()) { in GetAbilityRecoverInfo()
473 if (!CheckKvStore()) { in GetAbilitySessionId()
515 if (!CheckKvStore()) { in SetUIExtensionAbilityExitReason()
[all …]
H A Dability_auto_startup_data_manager.cpp93 bool AbilityAutoStartupDataManager::CheckKvStore() in CheckKvStore() function in OHOS::AbilityRuntime::AbilityAutoStartupDataManager
126 if (!CheckKvStore()) { in InsertAutoStartupData()
166 if (!CheckKvStore()) { in UpdateAutoStartupData()
217 if (!CheckKvStore()) { in DeleteAutoStartupData()
253 if (!CheckKvStore()) { in DeleteAutoStartupData()
310 if (!CheckKvStore()) { in QueryAutoStartupData()
350 if (!CheckKvStore()) { in QueryAllAutoStartupApplications()
391 if (!CheckKvStore()) { in GetCurrentAppAutoStartupData()
/ohos5.0/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();
112 dataManager->CheckKvStore();
146 dataManager->CheckKvStore();
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_data_storage.cpp76 if (!CheckKvStore()) { in SaveStorageDistributeInfo()
136 if (!CheckKvStore()) { in DeleteStorageDistributeInfo()
172 if (!CheckKvStore()) { in GetStorageDistributeInfo()
214 if (!CheckKvStore()) { in GetDistributedBundleName()
275 bool DistributedDataStorage::CheckKvStore() in CheckKvStore() function in OHOS::AppExecFwk::DistributedDataStorage
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_config_data_manager.h41 bool CheckKvStore();
/ohos5.0/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();
/ohos5.0/base/notification/common_event_service/services/include/
H A Dstatic_subscriber_data_manager.h43 bool CheckKvStore();
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_data_storage_test.cpp86 EXPECT_EQ(osAccountDataStorage_->CheckKvStore(), false);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddsched_sync_e2e.h50 bool CheckKvStore();
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/
H A Ddistributed_screen_status_manager_branch_test.cpp106 EXPECT_EQ(false, distributedScreenStatusManager.CheckKvStore());
119 EXPECT_EQ(true, distributedScreenStatusManager.CheckKvStore());
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/storage/include/
H A Ddlp_kv_data_storage.h53 bool CheckKvStore();
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/forminfostoragemgr_fuzzer/
H A Dforminfostoragemgr_fuzzer.cpp53 formInfoStorageMgr.CheckKvStore(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_auto_startup_data_manager.h53 bool CheckKvStore();

12