/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/editing/ |
H A D | text_input_client_mgr.cpp | 110 bool TextInputClientMgr::PerformAction(const TextInputAction action) in PerformAction() function in OHOS::Ace::Platform::TextInputClientMgr 125 client->PerformAction(action); in PerformAction()
|
H A D | text_input_client_mgr.h | 41 bool PerformAction(const TextInputAction action);
|
/ohos5.0/base/update/sys_installer/frameworks/action_processer/src/ |
H A D | action_processer.cpp | 68 curAction_->PerformAction(); in Start() 158 curAction_->PerformAction(); in StartNextAction()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_pattern_testfour.cpp | 449 pattern->PerformAction(TextInputAction::DONE); 456 pattern->PerformAction(TextInputAction::DONE); 459 pattern->PerformAction(TextInputAction::NEW_LINE); 462 pattern->PerformAction(TextInputAction::NEW_LINE); 464 pattern->PerformAction(TextInputAction::NEW_LINE);
|
H A D | text_area_test.cpp | 264 pattern_->PerformAction(textInputAction, false); 544 pattern_->PerformAction(textInputAction, false); 581 pattern_->PerformAction(textInputAction, false); 620 pattern_->PerformAction(textInputAction, false); 1112 pattern_->PerformAction(textInputAction, false); 1149 pattern_->PerformAction(textInputAction, false); 1186 pattern_->PerformAction(textInputAction, false); 1760 pattern_->PerformAction(textInputAction, false);
|
H A D | text_field_keyevent_test.cpp | 563 pattern_->PerformAction(TextInputAction::DONE, true); 586 pattern_->PerformAction(TextInputAction::DONE, true); 611 pattern_->PerformAction(TextInputAction::BEGIN, true);
|
/ohos5.0/base/update/sys_installer/frameworks/actions/include/ |
H A D | iaction.h | 36 virtual void PerformAction() = 0;
|
/ohos5.0/base/update/sys_installer/services/ab_update/include/ |
H A D | ab_update.h | 31 void PerformAction() override;
|
/ohos5.0/base/update/sys_installer/frameworks/actions/verify_action/include/ |
H A D | pkg_verify.h | 31 void PerformAction() override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_text_field.h | 30 void PerformAction(TextInputAction action, bool forceCloseKeyboard = true) override;
|
H A D | search_text_field.cpp | 35 void SearchTextFieldPattern::PerformAction(TextInputAction action, bool forceCloseKeyboard) in PerformAction() function in OHOS::Ace::NG::SearchTextFieldPattern
|
/ohos5.0/base/update/sys_installer/frameworks/actions/verify_action/src/ |
H A D | pkg_verify.cpp | 64 void PkgVerify::PerformAction() in PerformAction() function in OHOS::SysInstaller::PkgVerify
|
/ohos5.0/base/update/sys_installer/services/ab_update/src/ |
H A D | ab_update.cpp | 77 void ABUpdate::PerformAction() in PerformAction() function in OHOS::SysInstaller::ABUpdate
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_client.h | 90 virtual void PerformAction(TextInputAction action, bool forceCloseKeyboard = false) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | on_text_changed_listener_impl.cpp | 206 client->PerformAction(action_); in HandleFunctionKey()
|
H A D | render_text_field.cpp | 830 PerformAction(action_, true); in SearchAction() 839 PerformAction(action_, true); in SearchAction() 1720 PerformAction(action_); in PerformDefaultAction() 1723 void RenderTextField::PerformAction(TextInputAction action, bool forceCloseKeyboard) in PerformAction() function in OHOS::Ace::RenderTextField 2518 PerformAction(action_, true); in HandleKeyEvent()
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/include/ |
H A D | napi_accessibility_element.h | 78 static napi_value PerformAction(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
H A D | search_testtwo_ng.cpp | 811 textFieldPattern->PerformAction(action2, forceCloseKeyboard); 814 textFieldPattern->PerformAction(action2, forceCloseKeyboard); 817 textFieldPattern->PerformAction(action2, forceCloseKeyboard);
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_nweb_impl.cpp | 1117 void ArkWebNWebImpl::PerformAction(int64_t accessibility_id, uint32_t action, in PerformAction() function in OHOS::ArkWeb::ArkWebNWebImpl 1120 …nweb_nweb_->PerformAction(accessibility_id, action, ArkWebStringMapStructToClass(actionArguments)); in PerformAction()
|
H A D | ark_web_nweb_impl.h | 1273 void PerformAction(int64_t accessibility_id, uint32_t action,
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_nweb.h | 1531 virtual void PerformAction(int64_t accessibilityId,
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_change_callback_test_ng.cpp | 1159 richEditorPattern->PerformAction(action2, forceCloseKeyboard); 1163 richEditorPattern->PerformAction(action2, forceCloseKeyboard); 1165 richEditorPattern->PerformAction(action2, forceCloseKeyboard);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | on_text_changed_listener_impl.cpp | 187 client->PerformAction(action, true); in HandleFunctionKey()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_nweb_wrapper.cpp | 1315 void ArkWebNWebWrapper::PerformAction(int64_t accessibility_id, uint32_t action, in PerformAction() function in OHOS::ArkWeb::ArkWebNWebWrapper 1319 ark_web_nweb_->PerformAction(accessibility_id, action, stArguments); in PerformAction()
|
H A D | ark_web_nweb_wrapper.h | 1282 void PerformAction(int64_t accessibilityId, uint32_t action,
|