/ohos5.0/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessibility_keyevent_filter_test/ |
H A D | aams_accessibility_keyevent_filter_test.cpp | 165 bool handled = true; variable 202 bool handled = false; variable
|
/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/ |
H A D | key_subscriber_handler.cpp | 453 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 D | switch_subscriber_handler.cpp | 118 bool handled = false; in OnSubscribeSwitchEvent() local
|
/ohos5.0/foundation/multimodalinput/input/service/subscriber/test/ |
H A D | key_subscriber_handler_test.cpp | 350 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 D | mock_accessible_ability_channel_proxy.cpp | 138 void AccessibleAbilityChannelProxy::SetOnKeyPressEventResult(const bool handled, const int32_t sequ… in SetOnKeyPressEventResult()
|
H A D | mock_accessible_ability_connection.cpp | 156 void AccessibleAbilityChannel::SetOnKeyPressEventResult(const bool handled, const int32_t sequence) in SetOnKeyPressEventResult()
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/test/mock/src/ |
H A D | mock_accessible_ability_channel_proxy.cpp | 150 void AccessibleAbilityChannelProxy::SetOnKeyPressEventResult(const bool handled, const int32_t sequ… in SetOnKeyPressEventResult()
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/src/ |
H A D | accessible_ability_channel_client.cpp | 43 void AccessibleAbilityChannelClient::SetOnKeyPressEventResult(const bool handled, const int32_t seq… in SetOnKeyPressEventResult()
|
H A D | accessible_ability_client_impl.cpp | 365 bool handled = false; in OnKeyPressEvent() local
|
/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/ |
H A D | accessible_ability_channel_proxy.cpp | 440 void AccessibleAbilityChannelProxy::SetOnKeyPressEventResult(const bool handled, const int32_t sequ… in SetOnKeyPressEventResult()
|
H A D | accessible_ability_channel_stub.cpp | 384 bool handled = data.ReadBool(); in HandleSetOnKeyPressEventResult() local
|
/ohos5.0/foundation/barrierfree/accessibility/common/interface/test/fuzztest/accessibleabilitychannelstub_fuzzer/ |
H A D | accessibleabilitychannelstub_fuzzer.cpp | 84 void SetOnKeyPressEventResult(const bool handled, const int32_t sequence) override {} in SetOnKeyPressEventResult()
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessible_ability_channel.cpp | 512 void AccessibleAbilityChannel::SetOnKeyPressEventResult(const bool handled, const int32_t sequence) in SetOnKeyPressEventResult()
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_impl.cpp | 2914 bool handled = static_cast<bool>(uiContent_->ProcessKeyEvent(keyEvent)); in ConsumeKeyEvent() local
|