Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/module_loader/src/
H A Dmmi_fd_listener.cpp31 MMIFdListener::MMIFdListener(MMIClientPtr client) : mmiClient_(client) in MMIFdListener() function in OHOS::MMI::MMIFdListener
36 void MMIFdListener::OnReadable(int32_t fd) in OnReadable()
87 void MMIFdListener::OnShutdown(int32_t fd) in OnShutdown()
97 void MMIFdListener::OnException(int32_t fd) in OnException()
H A Dmmi_client.cpp149 auto fdListener = std::make_shared<MMIFdListener>(GetSharedPtr()); in AddFdListener()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/module_loader/include/
H A Dmmi_fd_listener.h25 class MMIFdListener final : public AppExecFwk::FileDescriptorListener {
27 explicit MMIFdListener(MMIClientPtr client);
28 DISALLOW_COPY_AND_MOVE(MMIFdListener);
29 ~MMIFdListener() override = default;