Home
last modified time | relevance | path

Searched refs:GetInitStatus (Results 1 – 8 of 8) sorted by relevance

/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.cpp127 StorageInitStatus DeviceProfileStorage::GetInitStatus() in GetInitStatus() function in OHOS::DeviceProfile::DeviceProfileStorage
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_codec_thread.h133 bool GetInitStatus() const;
H A Da2dp_codec_thread.cpp160 bool A2dpCodecThread::GetInitStatus() const in GetInitStatus() function in OHOS::bluetooth::A2dpCodecThread
H A Da2dp_state_machine.cpp31 if (codecThread->GetInitStatus()) { in Entry()
821 if (codecThread->GetInitStatus()) { in Entry()
834 if (codecThread->GetInitStatus()) { in Exit()
/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Dsource_map_operator.h78 bool GetInitStatus() const in GetInitStatus() function
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp137 if (sourceMapOperator_ != nullptr && sourceMapOperator_->GetInitStatus()) { in InitSourceMap()
146 if (sourceMapOperator_ != nullptr && sourceMapOperator_->GetInitStatus()) { in InitSourceMap()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/
H A Ddevice_profile_storage.h58 StorageInitStatus GetInitStatus();