Home
last modified time | relevance | path

Searched refs:handled (Results 1 – 25 of 91) sorted by relevance

1234

/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp453 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 Dswitch_subscriber_handler.cpp118 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 Dts-drawing-components-rect.md29handled 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 Dts-drawing-components-circle.md41 … 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 Dts-drawing-components-polygon.md29 | 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 Dts-drawing-components-polyline.md27 …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 Dts-drawing-components-ellipse.md29 | 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 Daams_accessibility_keyevent_filter_test.cpp165 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 Dkey_subscriber_handler.h104 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 Dkey_subscriber_handler_test.cpp350 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 Dmock_accessible_ability_channel_proxy.cpp138 void AccessibleAbilityChannelProxy::SetOnKeyPressEventResult(const bool handled, const int32_t sequ… in SetOnKeyPressEventResult() argument
140 (void)handled; in SetOnKeyPressEventResult()
H A Dmock_accessible_ability_connection.cpp156 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 Dmock_accessible_ability_channel_proxy.cpp150 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 Daccessible_ability_channel_proxy.cpp440 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.md38 …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 Dts-methods-action-sheet.md117 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 Di_accessible_ability_channel.h152 virtual void SetOnKeyPressEventResult(const bool handled, const int32_t sequence) = 0;
H A Daccessible_ability_channel_proxy.h157 virtual void SetOnKeyPressEventResult(const bool handled, const int32_t sequence) override;
/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/include/
H A Daccessible_ability_channel_client.h50 void SetOnKeyPressEventResult(const bool handled, const int32_t sequence);
/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/test/mock/include/
H A Dmock_accessible_ability_channel_proxy.h51 MOCK_METHOD2(SetOnKeyPressEventResult, void(const bool handled, const int32_t sequence));
H A Dmock_accessible_ability_channel_stub.h53 MOCK_METHOD2(SetOnKeyPressEventResult, void(const bool handled, const int32_t sequence));
/ohos5.0/build/config/
H A Dpython.gni96 # 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 Djs-apis-ability-wantConstant-sys.md19 Enumerates the flags that specify how the Want will be handled.
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_accessible_ability_connection.h49 MOCK_METHOD2(SetOnKeyPressEventResult, void(const bool handled, const int32_t sequence));
/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() argument
47 proxy_->SetOnKeyPressEventResult(handled, sequence); in SetOnKeyPressEventResult()

1234