| /foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/ |
| H A D | js_feature_ability.cpp | 372 std::string action = requestParam.GetAction(); in CheckThenGetDeepLinkUri() local 413 std::string action; in UnWrapRequestParams() local
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/ |
| H A D | app_recovery.cpp | 70 struct sigaction action; in BlockMainThreadLocked() local
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| H A D | ace_view_ohos.cpp | 212 int32_t action = keyEvent->GetKeyAction(); in DispatchEventToPerf() local 309 DragEventAction action; in ProcessDragEvent() local 340 ProcessDragEvent(int32_t x, int32_t y, const DragEventAction& action, const RefPtr<OHOS::Ace::NG::FrameNode>& node) ProcessDragEvent() argument 344 dragEventCallback_(PointerEvent(x, y), action, node); ProcessDragEvent() local [all...] |
| H A D | mmi_event_convertor.cpp | 237 void GetMouseEventAction(int32_t action, MouseEvent& events, bool isScenceBoardWindow) in GetMouseEventAction() argument 359 GetAxisEventAction(int32_t action, AxisEvent& event) GetAxisEventAction() argument 463 GetPointerEventAction(int32_t action, PointerEvent& event) GetPointerEventAction() argument 496 UpdatePointerAction(std::shared_ptr<MMI::PointerEvent>& pointerEvent, const PointerAction action) UpdatePointerAction() argument [all...] |
| /foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/ |
| H A D | raw_input_injector.cpp | 270 ConsumeActionInfo action; in PrepareAllInjectingActions() local 393 UpdateInjectInfoForTouchEvent(const ConsumeActionInfo& action, InjectingInfo& info) const UpdateInjectInfoForTouchEvent() argument 413 UpdateInjectInfoForTouchMove(const ConsumeActionInfo& action, InjectingInfo& info) const UpdateInjectInfoForTouchMove() argument 434 CalculatePosValueBaseOnLastPoint( const PointerInfo& lastPoint, const ConsumeActionInfo& action, InjectingInfo& info) const CalculatePosValueBaseOnLastPoint() argument 450 UpdateInjectInfoForWaitAction(const ConsumeActionInfo& action, InjectingInfo& info) const UpdateInjectInfoForWaitAction() argument 466 GetInjectInfoFrom(const ConsumeActionInfo& action, int64_t currentTime) const GetInjectInfoFrom() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_interactable_view.cpp | 372 std::string action; in GetRemoteMessageEventCallback() local
|
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| H A D | js_third_accessibility_hover_ng.cpp | 348 int32_t action = 0; member
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_gesture_ffi.cpp | 109 HandlerOnGestureEvent( const GestureEventType& action, const std::function<void(const GestureEvent& event)>& callback) HandlerOnGestureEvent() argument
|
| /foundation/arkui/ace_engine/frameworks/component_test/core/ |
| H A D | action.cpp | 344 void EventMatrix::PushEventAction(const PointerEventAction& action) in PushEventAction() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
| H A D | js_third_provider_interaction_operation_test.cpp | 476 int32_t action = -1; in HWTEST_F() local
|
| H A D | native_interface_accessibility_provider_test.cpp | 590 int32_t action = testParameter + TEST_PARAMETER_OFFSET1; in HWTEST_F() local 243 MockExecuteAccessibilityAction( int64_t elementId, ArkUI_Accessibility_ActionType action, ArkUI_AccessibilityActionArguments *actionArguments, int32_t requestId) MockExecuteAccessibilityAction() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/form/mock/ |
| H A D | mock_form_manager_delegate.cpp | 53 void FormManagerDelegate::OnActionEvent(const std::string& action) {} in OnActionEvent() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
| H A D | isolated_pattern.cpp | 269 TransferExecuteAction(int64_t elementId, const std::map<std::string, std::string>& actionArguments, int32_t action, int64_t offset) TransferExecuteAction() argument
|
| /foundation/arkui/ace_engine/interfaces/native/ |
| H A D | native_interface_xcomponent.cpp | 193 OH_NativeXComponent_GetKeyEventAction( OH_NativeXComponent_KeyEvent* keyEvent, OH_NativeXComponent_KeyAction* action) OH_NativeXComponent_GetKeyEventAction() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
| H A D | on_text_changed_listener_impl.cpp | 238 void OnTextChangedListenerImpl::HandleExtendAction(int32_t action) in HandleExtendAction() argument
|
| /foundation/arkui/ace_engine/interfaces/native/node/ |
| H A D | native_compatible.h | 174 ArkUI_NodeTouchEventAction action; member 190 ArkUI_NodeTouchEventAction action; member
|
| /foundation/barrierfree/accessibility/common/interface/test/unittest/ |
| H A D | accessible_ability_manager_service_stub_test.cpp | 174 std::shared_ptr<MMI::PointerEvent> AccessibleAbilityManagerServiceStubTest::CreateTouchEvent(int32_t action) in CreateTouchEvent() argument 189 std::shared_ptr<MMI::PointerEvent> AccessibleAbilityManagerServiceStubTest::CreateTouchEvent(int32_t action, in CreateTouchEvent() argument
|
| /foundation/barrierfree/accessibility/frameworks/common/src/ |
| H A D | accessibility_event_info.cpp | 270 void AccessibilityEventInfo::SetTriggerAction(const ActionType action) in SetTriggerAction() argument
|
| /foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
| H A D | mock_accessible_ability_connection.cpp | 95 ExecuteAction(const int32_t accessibilityWindowId, const int64_t elementId, const int32_t action, const std::map<std::string, std::string> &actionArguments, const int32_t requestId, const sptr<IAccessibilityElementOperatorCallback>& callback) ExecuteAction() argument
|
| /foundation/barrierfree/accessibility/services/test/mock/ |
| H A D | mock_service_registry.cpp | 225 SendStrategy(int32_t type, std::vector<int32_t>& systemAbilityIds, int32_t level, std::string& action) SendStrategy() argument
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
| H A D | bundle_mgr_service.cpp | 102 void BundleMgrService::OnDeviceLevelChanged(int32_t type, int32_t level, std::string& action) in OnDeviceLevelChanged() argument
|
| /foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/ |
| H A D | form_renderer.cpp | 327 void FormRenderer::OnActionEvent(const std::string& action) in OnActionEvent() argument
|
| /foundation/barrierfree/accessibility/frameworks/aafwk/test/mock/src/ |
| H A D | mock_accessible_ability_client_impl.cpp | 236 ExecuteAction(const AccessibilityElementInfo &elementInfo, const ActionType action, const std::map<std::string, std::string> &actionArguments) ExecuteAction() argument
|
| /foundation/barrierfree/accessibility/services/aams/test/unittest/ |
| H A D | accessibility_touch_guider_test.cpp | 170 std::shared_ptr<MMI::PointerEvent> TouchGuiderTest::CreateTouchEvent(int32_t action) in CreateTouchEvent() argument 185 std::shared_ptr<MMI::PointerEvent> TouchGuiderTest::CreateTouchEvent(int32_t action, in CreateTouchEvent() argument
|
| /foundation/barrierfree/accessibility/services/aams/src/ |
| H A D | accessible_ability_channel.cpp | 282 RetError AccessibleAbilityChannel::TransmitActionToMmi(const int32_t action) in TransmitActionToMmi() argument 324 ExecuteAction(const int32_t accessibilityWindowId, const int64_t elementId, const int32_t action, const std::map<std::string, std::string> &actionArguments, const int32_t requestId, const sptr<IAccessibilityElementOperatorCallback> &callback) ExecuteAction() argument 380 SetFocusWindowIdAndElementId(const int32_t accessibilityWindowId, const int64_t elementId, const int32_t action) SetFocusWindowIdAndElementId() argument [all...] |