/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/provider/src/ |
H A D | ext_special_controller.cpp | 21 constexpr int INVALID_VALUE = -1; member 27 return INVALID_VALUE; in OpenFile() 32 return INVALID_VALUE; in OpenFile() 42 return INVALID_VALUE; in OpenRawFile() 47 return INVALID_VALUE; in OpenRawFile() 72 return INVALID_VALUE; in BatchInsert() 77 return INVALID_VALUE; in BatchInsert() 88 return INVALID_VALUE; in BatchUpdate() 93 return INVALID_VALUE; in BatchUpdate() 103 return INVALID_VALUE; in InsertExt() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_remote_device.cpp | 27 cod_ = INVALID_VALUE; in ClassicRemoteDevice() 28 rssi_ = INVALID_VALUE; in ClassicRemoteDevice() 29 connectionHandle_ = INVALID_VALUE; in ClassicRemoteDevice() 31 ioCapability_ = INVALID_VALUE; in ClassicRemoteDevice() 32 batteryLevel_ = INVALID_VALUE; in ClassicRemoteDevice() 38 cod_ = INVALID_VALUE; in ClassicRemoteDevice() 39 rssi_ = INVALID_VALUE; in ClassicRemoteDevice() 40 connectionHandle_ = INVALID_VALUE; in ClassicRemoteDevice() 42 ioCapability_ = INVALID_VALUE; in ClassicRemoteDevice() 43 batteryLevel_ = INVALID_VALUE; in ClassicRemoteDevice() [all...] |
/foundation/resourceschedule/soc_perf/services/core/src/ |
H A D | socperf_thread_wrap.cpp | 432 resStatus->candidatesValue[type] = INVALID_VALUE; in UpdateCandidatesValue() 489 if (candidatePerfValue != INVALID_VALUE) { in ProcessLimitCase() 492 resStatus->candidate = (candidatePowerValue == INVALID_VALUE) ? candidateThermalValue : in ProcessLimitCase() 493 ((candidateThermalValue == INVALID_VALUE) ? candidatePowerValue : in ProcessLimitCase() 497 resStatus->candidate = (candidateThermalValue != INVALID_VALUE) ? candidateThermalValue : in ProcessLimitCase() 500 resStatus->candidate = (candidatePowerValue != INVALID_VALUE) ? candidatePowerValue : in ProcessLimitCase() 503 if (candidatePowerValue == INVALID_VALUE && candidateThermalValue == INVALID_VALUE) { in ProcessLimitCase() 506 resStatus->candidate = (candidatePowerValue == INVALID_VALUE) ? candidateThermalValue : in ProcessLimitCase() 507 ((candidateThermalValue == INVALID_VALUE) in ProcessLimitCase() [all...] |
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/ |
H A D | rtsp_parse.cpp | 92 1. INVALID_VALUE(-1) is global error value 98 return INVALID_VALUE; in ParseIntSafe() 105 return INVALID_VALUE; in ParseIntSafe() 108 return INVALID_VALUE; in ParseIntSafe() 120 1. INVALID_VALUE(-1) is global error value 126 return INVALID_VALUE; in ParseDoubleSafe() 133 return INVALID_VALUE; in ParseDoubleSafe() 136 return INVALID_VALUE; in ParseDoubleSafe()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/ |
H A D | rtsp_parse.cpp | 92 1. INVALID_VALUE(-1) is global error value 98 return INVALID_VALUE; in ParseIntSafe() 105 return INVALID_VALUE; in ParseIntSafe() 108 return INVALID_VALUE; in ParseIntSafe() 120 1. INVALID_VALUE(-1) is global error value 126 return INVALID_VALUE; in ParseDoubleSafe() 133 return INVALID_VALUE; in ParseDoubleSafe() 136 return INVALID_VALUE; in ParseDoubleSafe()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcamerahdf/ |
H A D | dcamera_hdf_operate.h | 35 constexpr uint16_t INVALID_VALUE = 0xffff; variable 52 std::atomic<uint16_t> cameraServStatus_ = INVALID_VALUE; 53 std::atomic<uint16_t> providerServStatus_ = INVALID_VALUE;
|
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/include/ |
H A D | daudio_hdf_operate.h | 30 constexpr uint16_t INVALID_VALUE = 0xffff;
variable 54 std::atomic<uint16_t> audioServStatus_ = INVALID_VALUE;
55 std::atomic<uint16_t> audioextServStatus_ = INVALID_VALUE;
|
/foundation/window/window_manager/utils/include/ |
H A D | screen_fold_data.h | 33 constexpr static int32_t INVALID_VALUE = -1; member 37 int32_t currentScreenFoldStatus_ = INVALID_VALUE;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/ |
H A D | switches_meta_data.h | 26 static constexpr uint32_t INVALID_VALUE = 0xFFFFFFFF; member in OHOS::DistributedData::final 29 uint32_t value = INVALID_VALUE;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/ |
H A D | matrix_event.h | 28 static constexpr uint32_t INVALID_VALUE = 0xFFFFFFFF; member 32 uint32_t switches = INVALID_VALUE;
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/ |
H A D | trans_sdk_tcp_direct_test.cpp | 40 #define INVALID_VALUE (-1) macro 206 channelId = INVALID_VALUE; in HWTEST_F() 234 channelId = INVALID_VALUE; in HWTEST_F() 263 channelId = INVALID_VALUE; in HWTEST_F() 288 info->fd = INVALID_VALUE; in HWTEST_F() 300 channelId = INVALID_VALUE; in HWTEST_F() 331 channelId = INVALID_VALUE; in HWTEST_F() 395 channelId = INVALID_VALUE; in HWTEST_F() 480 int32_t fd = INVALID_VALUE; in HWTEST_F() 496 int32_t fd = INVALID_VALUE; in HWTEST_F() [all...] |
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_draw.cpp | 117 SET_ERROR_WITH_LOG(WebGLRenderingContextBase::INVALID_VALUE, "WebGL texImage2D checkNPOT failed"); in TexImage2D() 148 SET_ERROR(WebGLRenderingContextBase::INVALID_VALUE); in TexImage2D() 320 SET_ERROR(WebGLRenderingContextBase::INVALID_VALUE); in ReadPixels() 341 SET_ERROR(WebGLRenderingContextBase::INVALID_VALUE); in ReadPixels() 405 SET_ERROR_WITH_LOG(WebGLRenderingContextBase::INVALID_VALUE, "data is nullptr"); in BufferData() 410 SET_ERROR(WebGLRenderingContextBase::INVALID_VALUE); in BufferData() 435 SET_ERROR_WITH_LOG(WebGLRenderingContextBase::INVALID_VALUE, "WebGL bufferSubData invalid buffer data"); in BufferSubData() 440 SET_ERROR_WITH_LOG(WebGLRenderingContextBase::INVALID_VALUE, in BufferSubData() 474 SET_ERROR(WebGLRenderingContextBase::INVALID_VALUE); in PixelStorei() 483 SET_ERROR_WITH_LOG(WebGLRenderingContextBase::INVALID_VALUE, in PixelStorei() [all...] |
H A D | webgl2_rendering_context_impl.cpp | 187 SET_ERROR(WebGLRenderingContextBase::INVALID_VALUE); in GetQueryParameter() 269 SET_ERROR(WebGLRenderingContextBase::INVALID_VALUE); in BindSampler() 456 SET_ERROR_WITH_LOG(WebGLRenderingContextBase::INVALID_VALUE, "webGlSync is nullptr"); in ClientWaitSync() 461 SET_ERROR_WITH_LOG(WebGLRenderingContextBase::INVALID_VALUE, "timeout %{pulic}" PRIi64, timeout); in ClientWaitSync() 475 SET_ERROR_WITH_LOG(WebGLRenderingContextBase::INVALID_VALUE, "webGlSync is nullptr"); in WaitSync() 480 SET_ERROR_WITH_LOG(WebGLRenderingContextBase::INVALID_VALUE, "timeout %{pulic}" PRIi64, timeout); in WaitSync() 493 SET_ERROR(WebGLRenderingContextBase::INVALID_VALUE); in GetSyncParameter() 642 SET_ERROR(WebGLRenderingContextBase::INVALID_VALUE); in GetTransformFeedbackVarying() 687 SET_ERROR(WebGLRenderingContextBase::INVALID_VALUE); in TexStorage3D() 718 SET_ERROR(WebGLRenderingContextBase::INVALID_VALUE); in TexImage3D() [all...] |
H A D | webgl_rendering_context_base_impl.cpp | 383 SET_ERROR_WITH_LOG(WebGLRenderingContextBase::INVALID_VALUE, "WebGL attach shader invalid program"); in AttachShader() 388 SET_ERROR_WITH_LOG(WebGLRenderingContextBase::INVALID_VALUE, "WebGL attach shader invalid shader"); in AttachShader() 431 SET_ERROR(WebGLRenderingContextBase::INVALID_VALUE); in CompileShader() 444 SET_ERROR_WITH_LOG(WebGLRenderingContextBase::INVALID_VALUE, "webGlShader is nullptr."); in ShaderSource() 449 SET_ERROR_WITH_LOG(WebGLRenderingContextBase::INVALID_VALUE, "checkString failed."); in ShaderSource() 648 SET_ERROR(WebGLRenderingContextBase::INVALID_VALUE); in GetShaderParameter() 888 SET_ERROR_WITH_LOG(WebGLRenderingContextBase::INVALID_VALUE, "Invalid texture level"); in FrameBufferTexture2D() 892 SET_ERROR_WITH_LOG(WebGLRenderingContextBase::INVALID_VALUE, "Invalid texture level"); in FrameBufferTexture2D() 927 SET_ERROR(WebGLRenderingContextBase::INVALID_VALUE); in GetProgramParameter() 1027 SET_ERROR_WITH_LOG(WebGLRenderingContextBase::INVALID_VALUE, "webGlProgra in GetAttribLocation() [all...] |
/foundation/multimedia/player_framework/services/services/avmetadatahelper/server/ |
H A D | avmetadatahelper_server.h | 67 float leftVolume = INVALID_VALUE; 68 float rightVolume = INVALID_VALUE; 71 static constexpr float INVALID_VALUE = 2.0f; member in OHOS::Media::AVMetadataHelperServer
|
/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_datashare_utils.cpp | 32 constexpr int INVALID_VALUE = -1; member 97 if (result == INVALID_VALUE) { in Insert() 128 if (result == INVALID_VALUE) { in Update()
|
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/service/src/ |
H A D | persistent_data_controller.cpp | 22 constexpr int INVALID_VALUE = -1; member 28 return INVALID_VALUE; in AddQueryTemplate() 38 return INVALID_VALUE; in DelQueryTemplate()
|
/foundation/resourceschedule/soc_perf/services/core/include/ |
H A D | socperf_common.h | 44 const int32_t INVALID_VALUE = INT_MIN;
member 82 name(name), def(INVALID_VALUE), persistMode(persistMode), isGov(isGov), isMaxValue(isMaxValue) {}
in ResourceNode() 220 candidatesValue[ACTION_TYPE_PERF] = INVALID_VALUE;
in ResStatus() 221 candidatesValue[ACTION_TYPE_POWER] = INVALID_VALUE;
in ResStatus() 222 candidatesValue[ACTION_TYPE_THERMAL] = INVALID_VALUE;
in ResStatus() 223 candidatesValue[ACTION_TYPE_PERFLVL] = INVALID_VALUE;
in ResStatus()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_remote_device.cpp | 72 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), INVALID_VALUE, "Invalid remote device."); in GetPhonebookPermission() local 74 CHECK_AND_RETURN_LOG_RET(hostProxy != nullptr, INVALID_VALUE, "proxy is nullptr."); in GetPhonebookPermission() 91 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), INVALID_VALUE, "Invalid remote device."); in GetMessagePermission() local 93 CHECK_AND_RETURN_LOG_RET(hostProxy != nullptr, INVALID_VALUE, "proxy is nullptr."); in GetMessagePermission() 109 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), INVALID_VALUE, "Invalid remote device."); in GetPowerMode() local 111 CHECK_AND_RETURN_LOG_RET(hostProxy != nullptr, INVALID_VALUE, "proxy is nullptr."); in GetPowerMode() 179 CHECK_AND_RETURN_LOG_RET(IsValidBluetoothRemoteDevice(), INVALID_VALUE, "Invalid remote device."); in GetPairState() local 181 CHECK_AND_RETURN_LOG_RET(hostProxy != nullptr, INVALID_VALUE, "proxy is nullptr."); in GetPairState()
|
/foundation/communication/netmanager_base/utils/data_share/src/ |
H A D | net_datashare_utils.cpp | 34 constexpr int INVALID_VALUE = -1; member 116 if (result == INVALID_VALUE) { in Insert() 147 if (result == INVALID_VALUE) { in Update() 175 if (result == INVALID_VALUE) { in Delete()
|
/foundation/communication/wifi/wifi/test/wifi_standard/native/ |
H A D | wifi_msg_test.cpp | 32 constexpr int INVALID_VALUE = -1; member 47 int method = INVALID_VALUE; in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_client.h | 37 constexpr int32_t INVALID_VALUE = -1; member 56 int32_t start = INVALID_VALUE; 57 int32_t end = INVALID_VALUE;
|
/foundation/window/window_manager/utils/src/ |
H A D | screen_fold_data.cpp | 23 currentScreenFoldStatus_ = ScreenFoldData::INVALID_VALUE; in SetInvalid()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_test.h | 58 #define INVALID_VALUE (-1)
macro
|
/foundation/resourceschedule/work_scheduler/frameworks/src/ |
H A D | work_info.cpp | 21 const int32_t INVALID_VALUE = -1; member 28 workId_ = INVALID_VALUE; in WorkInfo() 29 uid_ = INVALID_VALUE; in WorkInfo() 34 saId_ = INVALID_VALUE; in WorkInfo() 231 return INVALID_VALUE; in GetBatteryLevel() 274 return INVALID_VALUE; in GetCycleCount() 278 return INVALID_VALUE; in GetCycleCount() 461 if (uid_ != INVALID_VALUE) { in ParseToJsonStr() 478 int typeId = INVALID_VALUE; in ParseToJsonStr() 482 if (typeId != INVALID_VALUE) { in ParseToJsonStr() [all...] |