Searched refs:KEY_F5 (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.cpp | 118 …e::KEY_F2, "F2" }, { KeyCode::KEY_F3, "F3" }, { KeyCode::KEY_F4, "F4" }, { KeyCode::KEY_F5, "F5" }, in ConvertInputCodeToString()
|
H A D | key_event.h | 152 KEY_F5 = 2094, enumerator
|
H A D | key_event_recognizer.cpp | 162 {KeyCode::KEY_F5, "KEYCODE_F5"}, in KeyCodeToString()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_xcomponent_key_event.h | 156 KEY_F5 = 2094, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 149 KEY_F5 = 2094, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/refresh/ |
H A D | refresh_layout_test_ng.cpp | 230 EXPECT_TRUE(pattern_->OnKeyEvent(KeyEvent(KeyCode::KEY_F5, KeyAction::UNKNOWN)));
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | native__xcomponent__key__event_8h.md | 24 …component.md) = 2092, [KEY_F4](_o_h___native_x_component.md) = 2093,<br>[KEY_F5](_o_h___native_x_c…
|
H A D | native__key_event_8h.md | 22 …ive_module.md) = 2092, [KEY_F4](_ark_u_i___native_module.md) = 2093,<br>[KEY_F5](_ark_u_i___native…
|
H A D | _o_h___native_x_component.md | 55 … 2089,<br>KEY_F1 = 2090, KEY_F2 = 2091, KEY_F3 = 2092, KEY_F4 = 2093,<br>KEY_F5 = 2094, KEY_F6 = 2… 395 | KEY_F5 | F5 key. |
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | native__xcomponent__key__event_8h.md | 24 …omponent.md) = 2092, [KEY_F4](_o_h___native_x_component.md) = 2093,<br/>[KEY_F5](_o_h___native_x_c…
|
H A D | _o_h___native_x_component.md | 55 …sp;2091, KEY_F3 = 2092, KEY_F4 = 2093,<br/>KEY_F5 = 2094,&… 397 | KEY_F5 | 按键'F5' |
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
H A D | refresh_pattern.cpp | 410 …if (event.code == KeyCode::KEY_F5 || (event.IsCombinationKey() && event.IsCtrlWith(KeyCode::KEY_R)… in OnKeyEvent()
|