Home
last modified time | relevance | path

Searched defs:AddInterceptor (Results 1 – 2 of 2) sorted by relevance

/base/msdp/device_status/intention/adapters/input_adapter/src/
Dinput_adapter.cpp52 int32_t InputAdapter::AddInterceptor(std::function<void(std::shared_ptr<MMI::PointerEvent>)> pointe… in AddInterceptor() function in OHOS::Msdp::DeviceStatus::InputAdapter
57 int32_t InputAdapter::AddInterceptor(std::function<void(std::shared_ptr<MMI::KeyEvent>)> keyCb) in AddInterceptor() function in OHOS::Msdp::DeviceStatus::InputAdapter
62 int32_t InputAdapter::AddInterceptor(std::function<void(std::shared_ptr<MMI::PointerEvent>)> pointe… in AddInterceptor() function in OHOS::Msdp::DeviceStatus::InputAdapter
/base/msdp/device_status/test/unittest/intention/cooperate/src/
Dtest_context.cpp52 int32_t MockInputAdapter::AddInterceptor(std::function<void(std::shared_ptr<MMI::PointerEvent>)> po… in AddInterceptor() function in OHOS::Msdp::DeviceStatus::MockInputAdapter
57 int32_t MockInputAdapter::AddInterceptor(std::function<void(std::shared_ptr<MMI::KeyEvent>)> keyCb) in AddInterceptor() function in OHOS::Msdp::DeviceStatus::MockInputAdapter
62 int32_t MockInputAdapter::AddInterceptor(std::function<void(std::shared_ptr<MMI::PointerEvent>)> po… in AddInterceptor() function in OHOS::Msdp::DeviceStatus::MockInputAdapter