Home
last modified time | relevance | path

Searched refs:InputEventCallback (Results 1 – 3 of 3) sorted by relevance

/test/testfwk/arkxtest/uitest/record/
Dui_record.cpp28 static std::shared_ptr<InputEventCallback> g_uiCallBackInstance = nullptr;
54 inline const std::string InputEventCallback::DEFAULT_DIR = "/data/local/tmp";
55 std::string EventData::defaultDir = InputEventCallback::DEFAULT_DIR;
68 void InputEventCallback::KeyEventSubscribeTemplate(SubscribeKeyevent& subscribeKeyevent) in KeyEventSubscribeTemplate()
83 void InputEventCallback::SubscribeMonitorInit() in SubscribeMonitorInit()
90 void InputEventCallback::SubscribeMonitorCancel() in SubscribeMonitorCancel()
116 void InputEventCallback::OnInputEvent(std::shared_ptr<MMI::KeyEvent> keyEvent) const in OnInputEvent()
163 void InputEventCallback::DoAbcCallBack(nlohmann::json jsonData) const in DoAbcCallBack()
173 bool InputEventCallback::dealSpecialKey(std::shared_ptr<MMI::KeyEvent> keyEvent) const in dealSpecialKey()
192 void InputEventCallback::OnInputEvent(std::shared_ptr<MMI::AxisEvent> axisEvent) const { in OnInputEvent()
[all …]
Dui_record.h53 class InputEventCallback : public MMI::IInputEventConsumer {
/test/ostest/wukong/input_factory/src/
Drecord_input.cpp141 class InputEventCallback : public MMI::IInputEventConsumer { class
174 static std::shared_ptr<InputEventCallback> GetPtr();
177 std::shared_ptr<InputEventCallback> InputEventCallback::GetPtr() in GetPtr()
179 return std::make_shared<InputEventCallback>(); in GetPtr()
200 auto callBackPtr = InputEventCallback::GetPtr(); in OrderInput()