Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_source_stub.cpp568 case static_cast<uint32_t>(IDInputSourceInterfaceCode::REGISTER_SESSION_STATE_CB): in HandleRemoteRequest()
594 case static_cast<uint32_t>(IDInputSourceInterfaceCode::INIT): in OnRemoteRequest()
596 case static_cast<uint32_t>(IDInputSourceInterfaceCode::RELEASE): in OnRemoteRequest()
598 case static_cast<uint32_t>(IDInputSourceInterfaceCode::REGISTER_REMOTE_INPUT): in OnRemoteRequest()
600 case static_cast<uint32_t>(IDInputSourceInterfaceCode::UNREGISTER_REMOTE_INPUT): in OnRemoteRequest()
602 case static_cast<uint32_t>(IDInputSourceInterfaceCode::PREPARE_REMOTE_INPUT): in OnRemoteRequest()
604 case static_cast<uint32_t>(IDInputSourceInterfaceCode::UNPREPARE_REMOTE_INPUT): in OnRemoteRequest()
606 case static_cast<uint32_t>(IDInputSourceInterfaceCode::START_REMOTE_INPUT): in OnRemoteRequest()
608 case static_cast<uint32_t>(IDInputSourceInterfaceCode::STOP_REMOTE_INPUT): in OnRemoteRequest()
618 case static_cast<uint32_t>(IDInputSourceInterfaceCode::START_DHID_REMOTE_INPUT): in OnRemoteRequest()
[all …]
H A Ddistributed_input_source_proxy.cpp41 bool ret = SendRequest(static_cast<uint32_t>(IDInputSourceInterfaceCode::INIT), data, reply); in Init()
57 bool ret = SendRequest(static_cast<uint32_t>(IDInputSourceInterfaceCode::RELEASE), data, reply); in Release()
90 …bool ret = SendRequest(static_cast<uint32_t>(IDInputSourceInterfaceCode::REGISTER_REMOTE_INPUT), d… in RegisterDistributedHardware()
218 …bool ret = SendRequest(static_cast<uint32_t>(IDInputSourceInterfaceCode::START_REMOTE_INPUT), data… in StartRemoteInput()
252 …bool ret = SendRequest(static_cast<uint32_t>(IDInputSourceInterfaceCode::STOP_REMOTE_INPUT), data,… in StopRemoteInput()
329 …bool ret = SendRequest(static_cast<uint32_t>(IDInputSourceInterfaceCode::STOP_RELAY_TYPE_REMOTE_IN… in StopRemoteInput()
398 …bool ret = SendRequest(static_cast<uint32_t>(IDInputSourceInterfaceCode::UNPREPARE_RELAY_REMOTE_IN… in UnprepareRemoteInput()
529 …bool ret = SendRequest(static_cast<uint32_t>(IDInputSourceInterfaceCode::START_RELAY_DHID_REMOTE_I… in StartRemoteInput()
576 …bool ret = SendRequest(static_cast<uint32_t>(IDInputSourceInterfaceCode::STOP_RELAY_DHID_REMOTE_IN… in StopRemoteInput()
709 …bool ret = SendRequest(static_cast<uint32_t>(IDInputSourceInterfaceCode::REGISTER_SESSION_STATE_CB… in RegisterSessionStateCb()
[all …]
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Ddinput_ipc_interface_code.h24 enum class IDInputSourceInterfaceCode : uint32_t { enum
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/dinputsourcecallbackunittest/
H A Ddinput_source_callback_unittest.cpp373 IDInputSourceInterfaceCode code = IDInputSourceInterfaceCode::INIT;