Home
last modified time | relevance | path

Searched refs:INIT_FAILED (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_ffi.cpp62 return INIT_FAILED; in FfiOHOSCreateImageSourceByPath()
68 return INIT_FAILED; in FfiOHOSCreateImageSourceByPath()
95 return INIT_FAILED; in FfiOHOSCreateImageSourceByPathWithOption()
101 return INIT_FAILED; in FfiOHOSCreateImageSourceByPathWithOption()
114 return INIT_FAILED; in FfiOHOSCreateImageSourceByFd()
120 return INIT_FAILED; in FfiOHOSCreateImageSourceByFd()
134 return INIT_FAILED; in FfiOHOSCreateImageSourceByFdWithOption()
140 return INIT_FAILED; in FfiOHOSCreateImageSourceByFdWithOption()
153 return INIT_FAILED; in FfiOHOSCreateImageSourceByBuffer()
159 return INIT_FAILED; in FfiOHOSCreateImageSourceByBuffer()
[all …]
H A Dimage_receiver_impl.cpp52 return INIT_FAILED; in CreateImageReceiver()
57 return INIT_FAILED; in CreateImageReceiver()
H A Dimage_impl.cpp45 return INIT_FAILED; in Create()
/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()
202 if (onlineSyncTbl_->GetInitStatus() == StorageInitStatus::INIT_FAILED) { in GetDeviceProfile()
285 if (onlineSyncTbl_->GetInitStatus() == StorageInitStatus::INIT_FAILED) { in DeleteDeviceProfile()
332 if (onlineSyncTbl_->GetInitStatus() == StorageInitStatus::INIT_FAILED) { in RemoveUnBoundDeviceProfile()
357 if (onlineSyncTbl_->GetInitStatus() == StorageInitStatus::INIT_FAILED) { in RemoveRemoteDeviceProfile()
373 … (onlineSyncTbl_ == nullptr || onlineSyncTbl_->GetInitStatus() == StorageInitStatus::INIT_FAILED) { in SyncDeviceProfile()
H A Ddevice_profile_storage.cpp144 initStatus_ = StorageInitStatus::INIT_FAILED; in TryGetKvStore()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H A Dimage_utils.h23 const int64_t INIT_FAILED = -1; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/
H A Ddevice_profile_storage.h33 INIT_FAILED = 2, enumerator
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbackup_const.h225 INIT_FAILED, enumerator
252 { RestoreError::INIT_FAILED, "RESTORE_INIT_FAILED" },
/ohos5.0/base/security/security_component_manager/
H A Dhisysevent.yaml59 INIT_FAILED:
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbase_restore.cpp74 SetErrorCode(RestoreError::INIT_FAILED); in StartRestore()
76 ErrorInfo errorInfo(RestoreError::INIT_FAILED, 0, errorCode); in StartRestore()
H A Dclone_restore.cpp210 SetErrorCode(RestoreError::INIT_FAILED); in StartRestore()
211 ErrorInfo errorInfo(RestoreError::INIT_FAILED, 0, errorCode); in StartRestore()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/
H A Dmedialibrary_backup_clone_test.cpp478 restoreService->SetErrorCode(RestoreError::INIT_FAILED);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_storage_test.cpp1447 …eProfileStorageManager::GetInstance().onlineSyncTbl_->initStatus_ = StorageInitStatus::INIT_FAILED;
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/
H A Dmedialibrary_backup_test.cpp1417 int32_t errCode = INIT_FAILED;