Home
last modified time | relevance | path

Searched refs:OnRemoteInputDevice (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dinput_device_mgr.h50 void OnRemoteInputDevice(const DSoftbusSyncInputDevice &notice);
H A Dcooperate_in.h61 void OnRemoteInputDevice(Context &context, const CooperateEvent &event);
H A Ddsoftbus_handler.h98 void OnRemoteInputDevice(const std::string& networKId, NetPacket &packet);
H A Dstate_machine.h85 void OnRemoteInputDevice(Context &context, const CooperateEvent &event);
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/
H A Dinput_device_mgr.h50 void OnRemoteInputDevice(const DSoftbusSyncInputDevice &notice);
H A Ddsoftbus_handler.h98 void OnRemoteInputDevice(const std::string& networKId, NetPacket &packet);
H A Dcooperate_in.h61 void OnRemoteInputDevice(Context &context, const CooperateEvent &event);
H A Dstate_machine.h87 void OnRemoteInputDevice(Context &context, const CooperateEvent &event);
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dstate_machine.cpp172 this->OnRemoteInputDevice(context, event); in StateMachine()
401 void StateMachine::OnRemoteInputDevice(Context &context, const CooperateEvent &event) in OnRemoteInputDevice() function in OHOS::Msdp::DeviceStatus::Cooperate::StateMachine
405 context.inputDevMgr_.OnRemoteInputDevice(notice); in OnRemoteInputDevice()
H A Ddsoftbus_handler.cpp71 this->OnRemoteInputDevice(networkId, packet);}}, in DSoftbusHandler()
420 void DSoftbusHandler::OnRemoteInputDevice(const std::string& networkId, NetPacket &packet) in OnRemoteInputDevice() function in OHOS::Msdp::DeviceStatus::Cooperate::DSoftbusHandler
H A Dcooperate_in.cpp130 this->OnRemoteInputDevice(context, event); in Initial()
308 void CooperateIn::Initial::OnRemoteInputDevice(Context &context, const CooperateEvent &event) in OnRemoteInputDevice() function in OHOS::Msdp::DeviceStatus::Cooperate::CooperateIn::Initial
H A Dinput_device_mgr.cpp70 void InputDeviceMgr::OnRemoteInputDevice(const DSoftbusSyncInputDevice &notice) in OnRemoteInputDevice() function in OHOS::Msdp::DeviceStatus::Cooperate::InputDeviceMgr
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dstate_machine.cpp171 this->OnRemoteInputDevice(context, event); in StateMachine()
410 void StateMachine::OnRemoteInputDevice(Context &context, const CooperateEvent &event) in OnRemoteInputDevice() function in OHOS::Msdp::DeviceStatus::Cooperate::StateMachine
414 context.inputDevMgr_.OnRemoteInputDevice(notice); in OnRemoteInputDevice()
H A Ddsoftbus_handler.cpp71 this->OnRemoteInputDevice(networkId, packet);}}, in DSoftbusHandler()
420 void DSoftbusHandler::OnRemoteInputDevice(const std::string& networkId, NetPacket &packet) in OnRemoteInputDevice() function in OHOS::Msdp::DeviceStatus::Cooperate::DSoftbusHandler
H A Dcooperate_in.cpp130 this->OnRemoteInputDevice(context, event); in Initial()
310 void CooperateIn::Initial::OnRemoteInputDevice(Context &context, const CooperateEvent &event) in OnRemoteInputDevice() function in OHOS::Msdp::DeviceStatus::Cooperate::CooperateIn::Initial
H A Dinput_device_mgr.cpp70 void InputDeviceMgr::OnRemoteInputDevice(const DSoftbusSyncInputDevice &notice) in OnRemoteInputDevice() function in OHOS::Msdp::DeviceStatus::Cooperate::InputDeviceMgr
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_plugin_test.cpp2531 ASSERT_NO_FATAL_FAILURE(g_context->inputDevMgr_.OnRemoteInputDevice(dSoftbusSyncInputDevice));
2824 relay->OnRemoteInputDevice(cooperateContext, closeEvent);
2855 ASSERT_NO_FATAL_FAILURE(g_context->dsoftbus_.OnRemoteInputDevice(localNetworkId, pkt));
2871 ASSERT_NO_FATAL_FAILURE(g_context->dsoftbus_.OnRemoteInputDevice(localNetworkId, pkt));
2948 ASSERT_NO_FATAL_FAILURE(g_stateMachine->OnRemoteInputDevice(cooperateContext, startEvent));