Home
last modified time | relevance | path

Searched refs:TryGetKvStore (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddistributed_data_storage.h96 bool TryGetKvStore();
/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/
H A Ddevice_profile_storage.h64 bool TryGetKvStore();
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_data_storage.cpp120 bool result = TryGetKvStore(); in InitDistributedDataStorage()
122 HILOGI("TryGetKvStore %{public}s, spend %{public}" PRId64 " ms", result ? "success" : "failed", end - begin); in InitDistributedDataStorage()
125 bool DistributedDataStorage::TryGetKvStore() in TryGetKvStore() function in OHOS::DistributedSchedule::DistributedDataStorage
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage.cpp69 bool result = TryGetKvStore(); in Init()
72 HILOGI("TryGetKvStore %{public}s, spend %{public}" PRId64 " ms", in Init()
133 bool DeviceProfileStorage::TryGetKvStore() in TryGetKvStore() function in OHOS::DeviceProfile::DeviceProfileStorage
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_storage_test.cpp139 bool result = DeviceProfileStorageManager::GetInstance().onlineSyncTbl_->TryGetKvStore(); in HWTEST_F()
1478 bool ret = onlineSyncTbl_->TryGetKvStore(); in HWTEST_F()

Completed in 5 milliseconds