Home
last modified time | relevance | path

Searched refs:actionType (Results 1 – 25 of 74) sorted by relevance

123

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_sys_event_receiver_test/
H A Dfms_form_sys_event_receiver_test.cpp144 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 Dndk-bind-gesture-events.md148 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 Djs_gesture_event.cpp62 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 Dnapi_perf_monitor.cpp213 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 Dndk-bind-gesture-events.md148 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 Devent_convertor.h41 ActionType actionType = ActionType::UNKNOWN; member
89 void SetTouchEventType(AceActionData::ActionType actionType, TouchEvent& point, std::vector<TouchEv…
H A Devent_convertor.cpp20 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 Djs-apis-inner-wantAgent-wantAgentInfo.md25 … | 否 | 动作类型。 <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 Djs-apis-app-ability-wantAgent.md77 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 Dplugin_manager_delegate.cpp162 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 Dmouse_event_normalize_test.cpp191 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 Djs_ace_page.cpp371 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 Dnotification-with-wantagent.md50 actionType: wantAgent.OperationType.START_ABILITY,
69 actionType: wantAgent.OperationType.SEND_COMMON_EVENT,
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-inner-wantAgent-wantAgentInfo.md25 … 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 Djs-apis-app-ability-wantAgent.md78 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 Daccessibility_element_info.cpp92 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 Dwifi_msg.h797 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 Dperf_monitor.h85 PerfActionType actionType {UNKNOWN_ACTION};
129 PerfActionType actionType {UNKNOWN_ACTION};
H A Dperf_monitor.cpp180 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 Dnative_interface_accessibility_test.cpp679 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 Daccessibility_mouse_key.h69 void PerformMouseAction(int32_t buttonId, int32_t actionType);
/ohos5.0/docs/en/application-dev/notification/
H A Dnotification-with-wantagent.md50 actionType: wantAgent.OperationType.START_ABILITY,
69 actionType: wantAgent.OperationType.SEND_COMMON_EVENT,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dform_element.cpp348 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 Devent_log_helper.h71 …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 Dplugin_element.cpp205 auto actionType = eventAction->GetValue("action"); in OnActionEvent() local
206 if (!actionType->IsValid()) { in OnActionEvent()
210 auto type = actionType->GetString(); in OnActionEvent()

123