Searched refs:PARAM_INPUT_INVALID (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/base/msdp/device_status/utils/ipc/src/ |
H A D | stream_buffer.cpp | 98 FI_HILOGE("Invalid input parameter buf:nullptr, errCode:%{public}d", PARAM_INPUT_INVALID); in Read() 103 …_HILOGE("Invalid input parameter size:%{public}zu, errCode:%{public}d", size, PARAM_INPUT_INVALID); in Read() 131 FI_HILOGE("Invalid input parameter, buf:nullptr, errCode:%{public}d", PARAM_INPUT_INVALID); in Write() 136 …HILOGE("Invalid input parameter, size:%{public}zu, errCode:%{public}d", size, PARAM_INPUT_INVALID); in Write()
|
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/ |
H A D | stream_buffer.rs | 36 const PARAM_INPUT_INVALID: i32 = 5; const 181 … error!(LOG_LABEL, "Invalid input parameter buf=nullptr errCode:{}", PARAM_INPUT_INVALID); in write_char_usize() 186 … error!(LOG_LABEL, "Invalid input parameter size={} errCode:{}", size, PARAM_INPUT_INVALID); in write_char_usize() 236 … error!(LOG_LABEL, "Invalid input parameter buf=nullptr errCode:{}", PARAM_INPUT_INVALID); in read_char_usize() 241 … error!(LOG_LABEL, "Invalid input parameter size={} errCode:{}", size, PARAM_INPUT_INVALID); in read_char_usize()
|
/ohos5.0/foundation/multimodalinput/input/util/network/src/ |
H A D | stream_buffer.cpp | 104 …I_HILOGE("Invalid input parameter size=%{public}zu errCode:%{public}d", size, PARAM_INPUT_INVALID); in Read() 135 …I_HILOGE("Invalid input parameter size=%{public}zu errCode:%{public}d", size, PARAM_INPUT_INVALID); in Write()
|
/ohos5.0/foundation/multimodalinput/input/util/common/include/ |
H A D | error_multimodal.h | 56 PARAM_INPUT_INVALID, enumerator
|
/ohos5.0/base/msdp/device_status/utils/common/include/ |
H A D | proto.h | 27 inline constexpr int32_t PARAM_INPUT_INVALID { 5 };
|
/ohos5.0/base/msdp/device_status/services/native/src/ |
H A D | stream_server.cpp | 250 FI_HILOGE("The fd less than 0, errCode:%{public}d", PARAM_INPUT_INVALID); in OnEpollEvent() 323 FI_HILOGE("The fd less than 0, errCode:%{public}d", PARAM_INPUT_INVALID); in DelSession()
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | uds_server.cpp | 297 MMI_HILOGE("The fd less than 0, errCode:%{public}d", PARAM_INPUT_INVALID); in OnEpollEvent() 385 MMI_HILOGE("The fd less than 0, errCode:%{public}d", PARAM_INPUT_INVALID); in DelSession()
|
/ohos5.0/foundation/multimodalinput/input/service/fingerprint_event_processor/src/ |
H A D | fingerprint_event_processor.cpp | 230 CHKPR(device, PARAM_INPUT_INVALID); in HandleFingerprintEvent() 239 return PARAM_INPUT_INVALID; in HandleFingerprintEvent()
|
/ohos5.0/foundation/multimodalinput/input/service/event_dispatch/src/ |
H A D | event_dispatch_handler.cpp | 384 CHKPR(key, PARAM_INPUT_INVALID); in DispatchKeyEventPid() 404 CHKPR(key, PARAM_INPUT_INVALID); in DispatchKeyEvent()
|
/ohos5.0/foundation/multimodalinput/input/service/key_event_normalize/src/ |
H A D | key_event_normalize.cpp | 52 CHKPR(event, PARAM_INPUT_INVALID); in Normalize()
|
/ohos5.0/foundation/multimodalinput/input/service/fingerprint_event_processor/test/src/ |
H A D | fingerprint_event_processor_test.cpp | 198 EXPECT_EQ(FingerprintEventHdr->HandleFingerprintEvent(&event), MMI::PARAM_INPUT_INVALID);
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_manager_impl.cpp | 176 return PARAM_INPUT_INVALID; in UpdateWindowInfo()
|