Home
last modified time | relevance | path

Searched refs:PARAM_INPUT_INVALID (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/msdp/device_status/utils/ipc/src/
H A Dstream_buffer.cpp98 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 Dstream_buffer.rs36 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 Dstream_buffer.cpp104 …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 Derror_multimodal.h56 PARAM_INPUT_INVALID, enumerator
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dproto.h27 inline constexpr int32_t PARAM_INPUT_INVALID { 5 };
/ohos5.0/base/msdp/device_status/services/native/src/
H A Dstream_server.cpp250 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 Duds_server.cpp297 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 Dfingerprint_event_processor.cpp230 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 Devent_dispatch_handler.cpp384 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 Dkey_event_normalize.cpp52 CHKPR(event, PARAM_INPUT_INVALID); in Normalize()
/ohos5.0/foundation/multimodalinput/input/service/fingerprint_event_processor/test/src/
H A Dfingerprint_event_processor_test.cpp198 EXPECT_EQ(FingerprintEventHdr->HandleFingerprintEvent(&event), MMI::PARAM_INPUT_INVALID);
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp176 return PARAM_INPUT_INVALID; in UpdateWindowInfo()