/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_sys_event_receiver_test/ |
H A D | fms_form_sys_event_receiver_test.cpp | 144 int callingUid, std::string actionType, EventFwk::CommonEventData &eventData) in CreateEventData() argument 147 want.SetAction(actionType); in CreateEventData() 156 want.SetAction(actionType); in CreateEventData() 259 CreateEventData(bundle, formId, callingUidForWant, actionType, eventData); 293 CreateEventData(bundle1, formId, callingUid, actionType, eventData); 356 CreateEventData(bundle, formId, callingUid, actionType, eventData); 383 CreateEventData(bundle, formId, callingUid, actionType, eventData); 437 CreateEventData(bundle, formId, callingUid, actionType, eventData); 473 CreateEventData(bundle, formId, callingUid, actionType, eventData); 525 CreateEventData(bundle, formId, callingUid, actionType, eventData); [all …]
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ndk-bind-gesture-events.md | 148 ArkUI_GestureEventActionType actionType = OH_ArkUI_GestureEvent_GetActionType(event); 165 … "onPanActionCallBack,longPressGesturecallback actionType:%{public}d,velocity%{public}f,velocityX" 191 ArkUI_GestureEventActionType actionType = OH_ArkUI_GestureEvent_GetActionType(event); 209 "onPanActionCallBack, swipeGesture callback actionType: %{public}d, velocity " 285 ArkUI_GestureEventActionType actionType = OH_ArkUI_GestureEvent_GetActionType(event); 302 … "onPanActionCallBack,longPressGesturecallback actionType:%{public}d,velocity%{public}f,velocityX" 329 ArkUI_GestureEventActionType actionType = OH_ArkUI_GestureEvent_GetActionType(event); 347 "onPanActionCallBack, swipeGesture callback actionType: %{public}d, velocity " 422 ArkUI_GestureEventActionType actionType = OH_ArkUI_GestureEvent_GetActionType(event); 440 … "onPanActionCallBack, panGesture callback actionType: %{public}d, velocity %{public}f,velocityX " [all …]
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/gesture_event/src/ |
H A D | js_gesture_event.cpp | 62 napi_value actionType = nullptr; in Export() local 64 sizeof(actionArr) / sizeof(*actionArr), actionArr, &actionType), DEFINE_CLASS); in Export() 65 CHKRP(napi_set_named_property(env, exports, "ActionType", actionType), SET_NAMED_PROPERTY); in Export()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/performancemonitor/ |
H A D | napi_perf_monitor.cpp | 213 napi_value actionType = nullptr; in PerfMonitorInit() local 214 napi_create_object(env, &actionType); in PerfMonitorInit() 217 napi_set_named_property(env, actionType, "LAST_DOWN", prop); in PerfMonitorInit() 219 napi_set_named_property(env, actionType, "LAST_UP", prop); in PerfMonitorInit() 221 napi_set_named_property(env, actionType, "FIRST_MOVE", prop); in PerfMonitorInit() 241 DECLARE_NAPI_PROPERTY("ActionType", actionType), in PerfMonitorInit()
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ndk-bind-gesture-events.md | 148 ArkUI_GestureEventActionType actionType = OH_ArkUI_GestureEvent_GetActionType(event); 165 … "onPanActionCallBack,longPressGesturecallback actionType:%{public}d,velocity%{public}f,velocityX" 191 ArkUI_GestureEventActionType actionType = OH_ArkUI_GestureEvent_GetActionType(event); 209 "onPanActionCallBack, swipeGesture callback actionType: %{public}d, velocity " 285 ArkUI_GestureEventActionType actionType = OH_ArkUI_GestureEvent_GetActionType(event); 302 … "onPanActionCallBack,longPressGesturecallback actionType:%{public}d,velocity%{public}f,velocityX" 329 ArkUI_GestureEventActionType actionType = OH_ArkUI_GestureEvent_GetActionType(event); 347 "onPanActionCallBack, swipeGesture callback actionType: %{public}d, velocity " 422 ArkUI_GestureEventActionType actionType = OH_ArkUI_GestureEvent_GetActionType(event); 440 … "onPanActionCallBack, panGesture callback actionType: %{public}d, velocity %{public}f,velocityX " [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | event_convertor.h | 41 ActionType actionType = ActionType::UNKNOWN; member 89 void SetTouchEventType(AceActionData::ActionType actionType, TouchEvent& point, std::vector<TouchEv…
|
H A D | event_convertor.cpp | 20 void SetTouchEventType(AceActionData::ActionType actionType, TouchEvent& point, std::vector<TouchEv… in SetTouchEventType() argument 22 switch (actionType) { in SetTouchEventType()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-inner-wantAgent-wantAgentInfo.md | 25 … | 否 | 动作类型。 <br/>从API version 7 开始支持,从API version 11 开始废弃,建议使用actionType<sup>11+</sup>替代。… 26 | actionType<sup>11+</sup> | [wantAgent.OperationType](js-apis-app-ability-wantAgent.md#operationty…
|
H A D | js-apis-app-ability-wantAgent.md | 77 actionType: wantAgent.OperationType.START_ABILITY, 163 actionType: wantAgent.OperationType.START_ABILITY, 240 actionType: wantAgent.OperationType.START_ABILITY, 338 actionType: wantAgent.OperationType.START_ABILITY, 426 actionType: wantAgent.OperationType.START_ABILITY, 524 actionType: wantAgent.OperationType.START_ABILITY, 613 actionType: wantAgent.OperationType.START_ABILITY, 711 actionType: wantAgent.OperationType.START_ABILITY, 803 actionType: wantAgent.OperationType.START_ABILITY, 896 actionType: wantAgent.OperationType.START_ABILITY, [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/ |
H A D | plugin_manager_delegate.cpp | 162 auto actionType = eventAction->GetValue("action"); in OnActionEvent() local 163 if (!actionType->IsValid()) { in OnActionEvent() 167 auto type = actionType->GetString(); in OnActionEvent()
|
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/ |
H A D | mouse_event_normalize_test.cpp | 191 auto actionType = PointerEvent::POINTER_ACTION_UNKNOWN; variable 193 EXPECT_NO_FATAL_FAILURE(MouseEventHdr->NormalizeRotateEvent(event, actionType, angle)); 222 auto actionType = PointerEvent::POINTER_ACTION_UNKNOWN; variable 224 EXPECT_NO_FATAL_FAILURE(MouseEventHdr->NormalizeRotateEvent(event, actionType, angle)); 225 EXPECT_NO_FATAL_FAILURE(MouseEventHdr->NormalizeRotateEvent(event, actionType, angle));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_ace_page.cpp | 371 void JsAcePage::AddNodeEvent(int32_t nodeId, const std::string& actionType, const std::string& even… in AddNodeEvent() argument 374 nodeEvent_[nodeId][actionType] = eventAction; in AddNodeEvent() 377 std::string JsAcePage::GetNodeEventAction(int32_t nodeId, const std::string& actionType) in GetNodeEventAction() argument 381 return nodeEvent_[nodeId][actionType]; in GetNodeEventAction()
|
/ohos5.0/docs/zh-cn/application-dev/notification/ |
H A D | notification-with-wantagent.md | 50 actionType: wantAgent.OperationType.START_ABILITY, 69 actionType: wantAgent.OperationType.SEND_COMMON_EVENT,
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-inner-wantAgent-wantAgentInfo.md | 25 … version 7 and deprecated since API version 11. You are advised to use actionType<sup>11+</sup> in… 26 | actionType<sup>11+</sup> | [wantAgent.OperationType](js-apis-app-ability-wantAgent.md#operationty…
|
H A D | js-apis-app-ability-wantAgent.md | 78 actionType: wantAgent.OperationType.START_ABILITY, 164 actionType: wantAgent.OperationType.START_ABILITY, 241 actionType: wantAgent.OperationType.START_ABILITY, 339 actionType: wantAgent.OperationType.START_ABILITY, 427 actionType: wantAgent.OperationType.START_ABILITY, 525 actionType: wantAgent.OperationType.START_ABILITY, 614 actionType: wantAgent.OperationType.START_ABILITY, 712 actionType: wantAgent.OperationType.START_ABILITY, 804 actionType: wantAgent.OperationType.START_ABILITY, 897 actionType: wantAgent.OperationType.START_ABILITY, [all …]
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_element_info.cpp | 92 bool AccessibilityElementInfo::DeleteAction(ActionType &actionType) in DeleteAction() argument 95 if (iter->GetActionType() == actionType) { in DeleteAction() 100 HILOG_ERROR("Not find actionType[%{public}d]", actionType); in DeleteAction() 605 AccessibleAction::AccessibleAction(ActionType actionType, const std::string &description) in AccessibleAction() argument 607 actionType_ = actionType; in AccessibleAction()
|
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/ |
H A D | wifi_msg.h | 797 int actionType = -1; member 804 this->actionType = type; in WifiCategoryBlackListInfo() 811 int actionType = -1; member 819 this->actionType = type; in WifiCategoryConnectFailInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/perfmonitor/ |
H A D | perf_monitor.h | 85 PerfActionType actionType {UNKNOWN_ACTION}; 129 PerfActionType actionType {UNKNOWN_ACTION};
|
H A D | perf_monitor.cpp | 180 actionType = aType; in InitRecord() 271 actionType = UNKNOWN_ACTION; in Reset() 522 data.actionType = record->actionType; in FlushDataBase()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | native_interface_accessibility_test.cpp | 679 ArkUI_Accessibility_ActionType actionType variable 683 operationActions[i].actionType = actionType; 692 EXPECT_EQ(afterActionVetor[i].actionType, 693 operationActions[i].actionType);
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessibility_mouse_key.h | 69 void PerformMouseAction(int32_t buttonId, int32_t actionType);
|
/ohos5.0/docs/en/application-dev/notification/ |
H A D | notification-with-wantagent.md | 50 actionType: wantAgent.OperationType.START_ABILITY, 69 actionType: wantAgent.OperationType.SEND_COMMON_EVENT,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/ |
H A D | form_element.cpp | 348 auto actionType = eventAction->GetValue("action"); in OnActionEvent() local 349 if (!actionType->IsValid()) { in OnActionEvent() 354 auto type = actionType->GetString(); in OnActionEvent()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | event_log_helper.h | 71 …static void PrintEventData(std::shared_ptr<T> event, int32_t actionType, int32_t itemNum, const Lo… 450 template <class T> void EventLogHelper::PrintEventData(std::shared_ptr<T> event, int32_t actionType… in PrintEventData() argument 459 … if ((actionType == POINTER_ACTION_MOVE) && (event->GetActionTime() - nowTimeUSec <= TIMEOUT)) { in PrintEventData() 463 if (actionType == POINTER_ACTION_UP && itemNum == FINAL_FINGER) { in PrintEventData()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | plugin_element.cpp | 205 auto actionType = eventAction->GetValue("action"); in OnActionEvent() local 206 if (!actionType->IsValid()) { in OnActionEvent() 210 auto type = actionType->GetString(); in OnActionEvent()
|