Home
last modified time | relevance | path

Searched defs:handled (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessibility_keyevent_filter_test/
H A Daams_accessibility_keyevent_filter_test.cpp165 bool handled = true; variable
202 bool handled = false; variable
/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp453 bool handled = false; in OnSubscribeKeyEvent() local
571 …hared_ptr<KeyOption> keyOption, std::list<std::shared_ptr<Subscriber>> &subscribers, bool &handled) in NotifyKeyDownSubscriber()
584 std::list<std::shared_ptr<Subscriber>> &subscribers, bool &handled) in NotifyKeyDownRightNow()
602 std::list<std::shared_ptr<Subscriber>> &subscribers, bool &handled) in NotifyKeyDownDelay()
623 std::list<std::shared_ptr<Subscriber>> subscribers, bool &handled) in NotifyKeyUpSubscriber()
786 bool handled = false; in HandleKeyDown() local
845 bool handled = false; in HandleKeyUp() local
H A Dswitch_subscriber_handler.cpp118 bool handled = false; in OnSubscribeSwitchEvent() local
/ohos5.0/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_subscriber_handler_test.cpp350 bool handled = false; variable
368 bool handled = false; variable
390 bool handled = false; variable
550 bool handled = false; variable
718 bool handled = handler.HandleKeyUp(keyEvent); variable
1391 bool handled = false; variable
1415 bool handled = false; variable
1444 bool handled = false; variable
1474 bool handled = false; variable
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessible_ability_channel_proxy.cpp138 void AccessibleAbilityChannelProxy::SetOnKeyPressEventResult(const bool handled, const int32_t sequ… in SetOnKeyPressEventResult()
H A Dmock_accessible_ability_connection.cpp156 void AccessibleAbilityChannel::SetOnKeyPressEventResult(const bool handled, const int32_t sequence) in SetOnKeyPressEventResult()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/test/mock/src/
H A Dmock_accessible_ability_channel_proxy.cpp150 void AccessibleAbilityChannelProxy::SetOnKeyPressEventResult(const bool handled, const int32_t sequ… in SetOnKeyPressEventResult()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H A Daccessible_ability_channel_client.cpp43 void AccessibleAbilityChannelClient::SetOnKeyPressEventResult(const bool handled, const int32_t seq… in SetOnKeyPressEventResult()
H A Daccessible_ability_client_impl.cpp365 bool handled = false; in OnKeyPressEvent() local
/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/
H A Daccessible_ability_channel_proxy.cpp440 void AccessibleAbilityChannelProxy::SetOnKeyPressEventResult(const bool handled, const int32_t sequ… in SetOnKeyPressEventResult()
H A Daccessible_ability_channel_stub.cpp384 bool handled = data.ReadBool(); in HandleSetOnKeyPressEventResult() local
/ohos5.0/foundation/barrierfree/accessibility/common/interface/test/fuzztest/accessibleabilitychannelstub_fuzzer/
H A Daccessibleabilitychannelstub_fuzzer.cpp84 void SetOnKeyPressEventResult(const bool handled, const int32_t sequence) override {} in SetOnKeyPressEventResult()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessible_ability_channel.cpp512 void AccessibleAbilityChannel::SetOnKeyPressEventResult(const bool handled, const int32_t sequence) in SetOnKeyPressEventResult()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp2914 bool handled = static_cast<bool>(uiContent_->ProcessKeyEvent(keyEvent)); in ConsumeKeyEvent() local