Home
last modified time | relevance | path

Searched refs:StorageInitStatus (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/
H A Ddevice_profile_storage.h31 enum class StorageInitStatus { enum
58 StorageInitStatus GetInitStatus();
80 std::atomic<StorageInitStatus> initStatus_ {StorageInitStatus::UNINITED};
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp147 if (kvDataServiceFailed_ || onlineSyncTbl_->GetInitStatus() == StorageInitStatus::INIT_FAILED) { in PutDeviceProfile()
167 …if (onlineSyncTbl_ != nullptr && onlineSyncTbl_->GetInitStatus() == StorageInitStatus::INIT_SUCCEE… in PutDeviceProfile()
202 if (onlineSyncTbl_->GetInitStatus() == StorageInitStatus::INIT_FAILED) { in GetDeviceProfile()
285 if (onlineSyncTbl_->GetInitStatus() == StorageInitStatus::INIT_FAILED) { in DeleteDeviceProfile()
306 …if (onlineSyncTbl_ != nullptr && onlineSyncTbl_->GetInitStatus() == StorageInitStatus::INIT_SUCCEE… in DeleteDeviceProfile()
332 if (onlineSyncTbl_->GetInitStatus() == StorageInitStatus::INIT_FAILED) { in RemoveUnBoundDeviceProfile()
338 if (onlineSyncTbl_->GetInitStatus() != StorageInitStatus::INIT_SUCCEED) { in RemoveUnBoundDeviceProfile()
357 if (onlineSyncTbl_->GetInitStatus() == StorageInitStatus::INIT_FAILED) { in RemoveRemoteDeviceProfile()
362 if (onlineSyncTbl_->GetInitStatus() != StorageInitStatus::INIT_SUCCEED) { in RemoveRemoteDeviceProfile()
373 …if (onlineSyncTbl_ == nullptr || onlineSyncTbl_->GetInitStatus() == StorageInitStatus::INIT_FAILED… in SyncDeviceProfile()
[all …]
H A Ddevice_profile_storage.cpp79 initStatus_ = StorageInitStatus::INIT_SUCCEED; in Init()
127 StorageInitStatus DeviceProfileStorage::GetInitStatus() in GetInitStatus()
144 initStatus_ = StorageInitStatus::INIT_FAILED; in TryGetKvStore()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_storage_test.cpp259 …DeviceProfileStorageManager::GetInstance().onlineSyncTbl_->initStatus_ = StorageInitStatus::UNINIT…
527 …DeviceProfileStorageManager::GetInstance().onlineSyncTbl_->initStatus_ = StorageInitStatus::INIT_S…
967 …DeviceProfileStorageManager::GetInstance().onlineSyncTbl_->initStatus_ = StorageInitStatus::INIT_S…
981 …DeviceProfileStorageManager::GetInstance().onlineSyncTbl_->initStatus_ = StorageInitStatus::INIT_S…
997 …DeviceProfileStorageManager::GetInstance().onlineSyncTbl_->initStatus_ = StorageInitStatus::INIT_S…
1011 …DeviceProfileStorageManager::GetInstance().onlineSyncTbl_->initStatus_ = StorageInitStatus::INIT_S…
1027 …DeviceProfileStorageManager::GetInstance().onlineSyncTbl_->initStatus_ = StorageInitStatus::INIT_S…
1378 …DeviceProfileStorageManager::GetInstance().onlineSyncTbl_->initStatus_ = StorageInitStatus::INIT_S…
1441 …DeviceProfileStorageManager::GetInstance().onlineSyncTbl_->initStatus_ = StorageInitStatus::INIT_S…
1447 …DeviceProfileStorageManager::GetInstance().onlineSyncTbl_->initStatus_ = StorageInitStatus::INIT_F…
[all …]
H A Dprofile_sync_test.cpp132 StorageInitStatus::INIT_SUCCEED;