Home
last modified time | relevance | path

Searched refs:actionType (Results 1 - 25 of 58) sorted by relevance

123

/foundation/ability/form_fwk/test/unittest/fms_form_sys_event_receiver_test/
H A Dfms_form_sys_event_receiver_test.cpp83 int callingUid, std::string actionType, EventFwk::CommonEventData &eventData);
85 int callingUid, int32_t userId, std::string actionType, EventFwk::CommonEventData &eventData);
144 int callingUid, std::string actionType, EventFwk::CommonEventData &eventData) in CreateEventData()
147 want.SetAction(actionType); in CreateEventData()
153 int callingUid, int32_t userId, std::string actionType, EventFwk::CommonEventData &eventData) in CreateEventData()
156 want.SetAction(actionType); in CreateEventData()
256 std::string actionType = EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_DATA_CLEARED; in HWTEST_F() local
259 CreateEventData(bundle, formId, callingUidForWant, actionType, eventData); in HWTEST_F()
291 std::string actionType = EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_DATA_CLEARED; in HWTEST_F() local
293 CreateEventData(bundle1, formId, callingUid, actionType, eventDat in HWTEST_F()
143 CreateEventData(std::string bundle, int64_t formId, int callingUid, std::string actionType, EventFwk::CommonEventData &eventData) CreateEventData() argument
152 CreateEventData(std::string bundle, int64_t formId, int callingUid, int32_t userId, std::string actionType, EventFwk::CommonEventData &eventData) CreateEventData() argument
354 std::string actionType = EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_DATA_CLEARED + "ERROR"; HWTEST_F() local
381 std::string actionType = EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_DATA_CLEARED; HWTEST_F() local
435 std::string actionType = EventFwk::CommonEventSupport::COMMON_EVENT_ABILITY_UPDATED; HWTEST_F() local
471 std::string actionType = EventFwk::CommonEventSupport::COMMON_EVENT_ABILITY_UPDATED; HWTEST_F() local
523 std::string actionType = EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_CHANGED; HWTEST_F() local
560 std::string actionType = EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_CHANGED; HWTEST_F() local
[all...]
/foundation/multimodalinput/input/frameworks/napi/gesture_event/src/
H A Djs_gesture_event.cpp70 napi_value actionType = nullptr; in Export() local
72 sizeof(actionArr) / sizeof(*actionArr), actionArr, &actionType), DEFINE_CLASS); in Export()
73 CHKRP(napi_set_named_property(env, exports, "ActionType", actionType), SET_NAMED_PROPERTY); in Export()
/foundation/arkui/ace_engine/interfaces/napi/kits/performancemonitor/
H A Dnapi_perf_monitor.cpp209 napi_value actionType = nullptr; in PerfMonitorInit() local
210 napi_create_object(env, &actionType); in PerfMonitorInit()
213 napi_set_named_property(env, actionType, "LAST_DOWN", prop); in PerfMonitorInit()
215 napi_set_named_property(env, actionType, "LAST_UP", prop); in PerfMonitorInit()
217 napi_set_named_property(env, actionType, "FIRST_MOVE", prop); in PerfMonitorInit()
237 DECLARE_NAPI_PROPERTY("ActionType", actionType), in PerfMonitorInit()
/foundation/arkui/ace_engine/frameworks/core/event/
H A Devent_convertor.h42 ActionType actionType = ActionType::UNKNOWN; variable
92 void SetTouchEventType(AceActionData::ActionType actionType, int8_t actionPoint,
H A Devent_convertor.cpp20 void SetTouchEventType(AceActionData::ActionType actionType, int8_t actionPoint, in SetTouchEventType() argument
23 switch (actionType) { in SetTouchEventType()
/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()
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/
H A Dinjecting_executor.h28 int32_t actionType; member
H A Draw_input_injector.cpp357 info.actionType, info.finger, info.x, info.y, isStartUpdateNeeded); in UpdateGlobalStatus()
371 targetStr += InjectingExecutor::GetPointerActionName(info.actionType) + " "; in DumpInjectingInfo()
395 info.actionType = InjectingExecutor::GetPointerActionFromCommandType(action.type); in UpdateInjectInfoForTouchEvent()
397 if (InjectingExecutor::IsEventNeedTriggerImmediatly(info.actionType)) { in UpdateInjectInfoForTouchEvent()
453 info.actionType = InjectingExecutor::GetPointerActionFromCommandType(CommandType::TOUCH_MOVE); in UpdateInjectInfoForWaitAction()
497 if (InjectingExecutor::IsEventNeedTriggerImmediatly(info.actionType)) { in PackInjectActionForOneRound()
H A Dinjecting_executor.cpp108 pointerEvent->SetPointerAction(activingPointer.actionType); in InjectOnePonterEvent()
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/
H A Dmouse_event_normalize_test.cpp191 auto actionType = PointerEvent::POINTER_ACTION_UNKNOWN; in HWTEST_F() local
193 EXPECT_NO_FATAL_FAILURE(MouseEventHdr->NormalizeRotateEvent(event, actionType, angle)); in HWTEST_F()
222 auto actionType = PointerEvent::POINTER_ACTION_UNKNOWN; in HWTEST_F() local
224 EXPECT_NO_FATAL_FAILURE(MouseEventHdr->NormalizeRotateEvent(event, actionType, angle)); in HWTEST_F()
225 EXPECT_NO_FATAL_FAILURE(MouseEventHdr->NormalizeRotateEvent(event, actionType, angle)); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_control_manager_rdb.cpp121 info.actionType = static_cast<int32_t>(ACTION_TYPE_ENUM::ACTION_TYPE_OF_INSTALL); in AddAppInstallControlRule()
151 info.actionType = static_cast<int32_t>(ACTION_TYPE_ENUM::ACTION_TYPE_OF_INSTALL); in DeleteAppInstallControlRule()
175 info.actionType = static_cast<int32_t>(ACTION_TYPE_ENUM::ACTION_TYPE_OF_INSTALL); in DeleteAppInstallControlRule()
255 info.actionType = static_cast<int32_t>(ACTION_TYPE_ENUM::ACTION_TYPE_OF_RUNUING); in AddAppRunningControlRule()
285 info.actionType = static_cast<int32_t>(ACTION_TYPE_ENUM::ACTION_TYPE_OF_RUNUING); in DeleteAppRunningControlRule()
306 info.actionType = static_cast<int32_t>(ACTION_TYPE_ENUM::ACTION_TYPE_OF_RUNUING); in DeleteAppRunningControlRule()
439 info.actionType = static_cast<int32_t>(ACTION_TYPE_ENUM::ACTION_TYPE_DISPOSE_STATUS); in SetDisposedStatus()
464 info.actionType = static_cast<int32_t>(ACTION_TYPE_ENUM::ACTION_TYPE_DISPOSE_STATUS); in DeleteDisposedStatus()
563 info.actionType = static_cast<int32_t>(ACTION_TYPE_ENUM::ACTION_TYPE_DISPOSE_RULE); in SetDisposedRule()
589 info.actionType in DeleteDisposedRule()
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/include/
H A Di_rtsp_controller.h49 virtual bool Action(ActionType actionType) = 0;
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/include/
H A Di_rtsp_controller.h49 virtual bool Action(ActionType actionType) = 0;
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_mouse_key.h69 void PerformMouseAction(int32_t buttonId, int32_t actionType);
/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& eventAction) 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()
/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_msg.h793 int actionType = -1; member
800 this->actionType = type; in WifiCategoryBlackListInfo()
807 int actionType = -1; member
815 this->actionType = type; in WifiCategoryConnectFailInfo()
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp89 HILOG_ERROR("Not find actionType[%{public}d]", action.GetActionType()); in DeleteAction()
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()
595 AccessibleAction::AccessibleAction(ActionType actionType, const std::string &description) in AccessibleAction() argument
597 actionType_ = actionType; in AccessibleAction()
/foundation/arkui/ace_engine/frameworks/base/perfmonitor/
H A Dperf_monitor.h86 PerfActionType actionType {UNKNOWN_ACTION};
130 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()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Devent_report.h152 int32_t actionType = 0; member
197 actionType = 0; in Reset()
/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()
/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()
/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Dnative_interface_accessibility_test.cpp679 ArkUI_Accessibility_ActionType actionType in HWTEST_F() local
683 operationActions[i].actionType = actionType; in HWTEST_F()
692 EXPECT_EQ(afterActionVetor[i].actionType, in HWTEST_F()
693 operationActions[i].actionType); in HWTEST_F()
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_package.h41 static std::string EncapActionRequest(ActionType actionType, double version, int curSeq);
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_package.h41 static std::string EncapActionRequest(ActionType actionType, double version, int curSeq);

Completed in 17 milliseconds

123