Home
last modified time | relevance | path

Searched refs:INVALID_VALUE (Results 1 - 25 of 95) sorted by relevance

1234

/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/provider/src/
H A Dext_special_controller.cpp21 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 Dclassic_remote_device.cpp27 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 Dsocperf_thread_wrap.cpp432 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 Drtsp_parse.cpp92 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 Drtsp_parse.cpp92 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 Ddcamera_hdf_operate.h35 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 Ddaudio_hdf_operate.h30 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 Dscreen_fold_data.h33 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 Dswitches_meta_data.h26 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 Dmatrix_event.h28 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 Dtrans_sdk_tcp_direct_test.cpp40 #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 Dwebgl_rendering_context_draw.cpp117 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 Dwebgl2_rendering_context_impl.cpp187 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 Dwebgl_rendering_context_base_impl.cpp383 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 Davmetadatahelper_server.h67 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 Dnet_datashare_utils.cpp32 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 Dpersistent_data_controller.cpp22 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 Dsocperf_common.h44 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 Dbluetooth_remote_device.cpp72 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 Dnet_datashare_utils.cpp34 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 Dwifi_msg_test.cpp32 constexpr int INVALID_VALUE = -1; member
47 int method = INVALID_VALUE; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_client.h37 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 Dscreen_fold_data.cpp23 currentScreenFoldStatus_ = ScreenFoldData::INVALID_VALUE; in SetInvalid()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_test.h58 #define INVALID_VALUE (-1) macro
/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dwork_info.cpp21 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...]

Completed in 20 milliseconds

1234