Home
last modified time | relevance | path

Searched refs:PerformAction (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/editing/
H A Dtext_input_client_mgr.cpp110 bool TextInputClientMgr::PerformAction(const TextInputAction action) in PerformAction() function in OHOS::Ace::Platform::TextInputClientMgr
125 client->PerformAction(action); in PerformAction()
H A Dtext_input_client_mgr.h41 bool PerformAction(const TextInputAction action);
/ohos5.0/base/update/sys_installer/frameworks/action_processer/src/
H A Daction_processer.cpp68 curAction_->PerformAction(); in Start()
158 curAction_->PerformAction(); in StartNextAction()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testfour.cpp449 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 Dtext_area_test.cpp264 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 Dtext_field_keyevent_test.cpp563 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 Diaction.h36 virtual void PerformAction() = 0;
/ohos5.0/base/update/sys_installer/services/ab_update/include/
H A Dab_update.h31 void PerformAction() override;
/ohos5.0/base/update/sys_installer/frameworks/actions/verify_action/include/
H A Dpkg_verify.h31 void PerformAction() override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_text_field.h30 void PerformAction(TextInputAction action, bool forceCloseKeyboard = true) override;
H A Dsearch_text_field.cpp35 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 Dpkg_verify.cpp64 void PkgVerify::PerformAction() in PerformAction() function in OHOS::SysInstaller::PkgVerify
/ohos5.0/base/update/sys_installer/services/ab_update/src/
H A Dab_update.cpp77 void ABUpdate::PerformAction() in PerformAction() function in OHOS::SysInstaller::ABUpdate
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_client.h90 virtual void PerformAction(TextInputAction action, bool forceCloseKeyboard = false) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Don_text_changed_listener_impl.cpp206 client->PerformAction(action_); in HandleFunctionKey()
H A Drender_text_field.cpp830 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 Dnapi_accessibility_element.h78 static napi_value PerformAction(napi_env env, napi_callback_info info);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_testtwo_ng.cpp811 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 Dark_web_nweb_impl.cpp1117 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 Dark_web_nweb_impl.h1273 void PerformAction(int64_t accessibility_id, uint32_t action,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1531 virtual void PerformAction(int64_t accessibilityId,
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_change_callback_test_ng.cpp1159 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 Don_text_changed_listener_impl.cpp187 client->PerformAction(action, true); in HandleFunctionKey()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp1315 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 Dark_web_nweb_wrapper.h1282 void PerformAction(int64_t accessibilityId, uint32_t action,

12