/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/ |
H A D | key_subscriber_handler.cpp | 453 bool handled = false; in OnSubscribeKeyEvent() local 455 handled = HandleKeyDown(keyEvent); in OnSubscribeKeyEvent() 458 handled = HandleKeyUp(keyEvent); in OnSubscribeKeyEvent() 465 return handled; in OnSubscribeKeyEvent() 596 handled = true; in NotifyKeyDownRightNow() 617 handled = true; in NotifyKeyDownDelay() 633 handled = true; in NotifyKeyUpSubscriber() 786 bool handled = false; in HandleKeyDown() local 815 return handled; in HandleKeyDown() 845 bool handled = false; in HandleKeyUp() local [all …]
|
H A D | switch_subscriber_handler.cpp | 118 bool handled = false; in OnSubscribeSwitchEvent() local 124 handled = true; in OnSubscribeSwitchEvent() 135 MMI_HILOGD("%{public}s", handled ? "true" : "false"); in OnSubscribeSwitchEvent() 137 return handled; in OnSubscribeSwitchEvent()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-drawing-components-rect.md | 29 …handled as the default value.<br>**height**: height<br>Default value: **0**<br>An invalid value is… 39 …ight of the rounded corner is the same as its width. An invalid value is handled as the default va… 57 …th of the rounded corner is the same as its height. An invalid value is handled as the default va… 75 Sets the radius of the rounded corner. An invalid value is handled as the default value. 93 Color of the fill area. An invalid value is handled as the default value. 147 Stroke dashes. An invalid value is handled as the default value. 165 Sets the offset of the start point for drawing the stroke. An invalid value is handled as the defau…
|
H A D | ts-drawing-components-circle.md | 41 … No| Width of the circle.<br>Default value: **0**<br>An invalid value is handled as the default va… 42 …No| Height of the circle.<br>Default value: **0**<br>An invalid value is handled as the default va… 52 Sets the color of the fill area. An invalid value is handled as the default value. 100 Sets stroke dashes. An invalid value is handled as the default value. 116 Sets the offset of the start point for drawing the stroke. An invalid value is handled as the defau…
|
H A D | ts-drawing-components-polygon.md | 29 | width | string \| number | No| Width.<br>Default value: **0**<br>An invalid value is handled as t… 30 | height | string \| number | No| Height.<br>Default value: **0**<br>An invalid value is handled as… 40 Sets the vertex coordinates of the polygon. An invalid value is handled as the default value. 58 Sets the color of the fill area. An invalid value is handled as the default value. 112 Sets the stroke dashes. An invalid value is handled as the default value. 130 Sets the offset of the start point for drawing the stroke. An invalid value is handled as the defau…
|
H A D | ts-drawing-components-polyline.md | 27 …br>An invalid value is handled as the default value.<br>**height**: height<br>Default value: **0**… 37 Sets the list of coordinates that the polyline passes through. An invalid value is handled as the d… 55 Sets the color of the fill area. An invalid value is handled as the default value. 109 Sets the stroke dashes. Line segments may overlap when they intersect. An invalid value is handled … 127 Sets the offset of the line drawing start point. An invalid value is handled as the default value.
|
H A D | ts-drawing-components-ellipse.md | 29 | width | string \| number | No| Width.<br>Default value: **0**<br>An invalid value is handled as t… 30 | height | string \| number | No| Height.<br>Default value: **0**<br>An invalid value is handled as… 40 Sets the color of the fill area. An invalid value is handled as the default value. 94 Sets stroke dashes. An invalid value is handled as the default value. 112 Sets the offset of the start point for drawing the stroke. An invalid value is handled as the defau…
|
/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 174 aacs_->SetOnKeyPressEventResult(handled, sequence); 202 bool handled = false; variable 211 aacs_->SetOnKeyPressEventResult(handled, sequence);
|
/ohos5.0/foundation/multimodalinput/input/service/subscriber/include/ |
H A D | key_subscriber_handler.h | 104 std::list<std::shared_ptr<Subscriber>> &subscribers, bool &handled); 106 std::list<std::shared_ptr<Subscriber>> &subscribers, bool &handled); 108 std::list<std::shared_ptr<Subscriber>> &subscribers, bool &handled); 110 std::list<std::shared_ptr<Subscriber>> subscribers, bool &handled);
|
/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 370 ASSERT_FALSE(handled); 390 bool handled = false; variable 392 ASSERT_FALSE(handled); 550 bool handled = false; variable 552 ASSERT_FALSE(handled); 555 ASSERT_FALSE(handled); 559 ASSERT_FALSE(handled); 1391 bool handled = false; variable [all …]
|
/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() argument 140 (void)handled; in SetOnKeyPressEventResult()
|
H A D | mock_accessible_ability_connection.cpp | 156 void AccessibleAbilityChannel::SetOnKeyPressEventResult(const bool handled, const int32_t sequence) in SetOnKeyPressEventResult() argument 159 (void)handled; 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() argument 153 (void)handled; in SetOnKeyPressEventResult()
|
/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() argument 451 if (!data.WriteBool(handled)) { in SetOnKeyPressEventResult() 452 HILOG_ERROR("handled write error: %{public}d, ", handled); in SetOnKeyPressEventResult()
|
/ohos5.0/docs/en/application-dev/reference/apis-ipc-kit/ |
H A D | _o_h_i_p_c_skeleton.md | 38 …n](#oh_ipcskeleton_ishandlingtransaction) (void) | Checks whether an IPC request is being handled.| 147 Checks whether an IPC request is being handled. 155 Returns **1** if an IPC request is being handled; returns **0** otherwise.
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-methods-action-sheet.md | 117 console.log('Get Alert Dialog handled') 188 console.log('Get Alert Dialog handled') 322 console.log('Get Alert Dialog handled') 391 console.log('Get Alert Dialog handled')
|
/ohos5.0/foundation/barrierfree/accessibility/common/interface/include/ |
H A D | i_accessible_ability_channel.h | 152 virtual void SetOnKeyPressEventResult(const bool handled, const int32_t sequence) = 0;
|
H A D | accessible_ability_channel_proxy.h | 157 virtual void SetOnKeyPressEventResult(const bool handled, const int32_t sequence) override;
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/include/ |
H A D | accessible_ability_channel_client.h | 50 void SetOnKeyPressEventResult(const bool handled, const int32_t sequence);
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/test/mock/include/ |
H A D | mock_accessible_ability_channel_proxy.h | 51 MOCK_METHOD2(SetOnKeyPressEventResult, void(const bool handled, const int32_t sequence));
|
H A D | mock_accessible_ability_channel_stub.h | 53 MOCK_METHOD2(SetOnKeyPressEventResult, void(const bool handled, const int32_t sequence));
|
/ohos5.0/build/config/ |
H A D | python.gni | 96 # properly handled. All other variables are forwarded with "*", which 139 # properly handled. All other variables are forwarded with "*", which
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-ability-wantConstant-sys.md | 19 Enumerates the flags that specify how the Want will be handled.
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/include/ |
H A D | mock_accessible_ability_connection.h | 49 MOCK_METHOD2(SetOnKeyPressEventResult, void(const bool handled, const int32_t sequence));
|
/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() argument 47 proxy_->SetOnKeyPressEventResult(handled, sequence); in SetOnKeyPressEventResult()
|