Home
last modified time | relevance | path

Searched refs:CEnableInputDevice (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/msdp/device_status/rust/subsystem/input/binding/include/
H A Dinput_binding.h46 int32_t CEnableInputDevice(bool enable);
/ohos5.0/base/msdp/device_status/rust/subsystem/input/sys/src/interaction/
H A Dinput_manager.rs65 if input_binding::CEnableInputDevice(enable) != INPUT_BINDING_OK { in enable_input_device()
/ohos5.0/base/msdp/device_status/rust/subsystem/input/sys/src/
H A Dinput_binding.rs99 pub fn CEnableInputDevice(enable: bool) -> i32; in CEnableInputDevice() function
/ohos5.0/base/msdp/device_status/rust/subsystem/input/binding/src/
H A Dinput_binding.cpp212 int32_t CEnableInputDevice(bool enable) in CEnableInputDevice() function