/foundation/ability/form_fwk/test/unittest/fms_form_sys_event_receiver_test/ |
H A D | fms_form_sys_event_receiver_test.cpp | 83 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 D | js_gesture_event.cpp | 70 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 D | napi_perf_monitor.cpp | 209 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 D | event_convertor.h | 42 ActionType actionType = ActionType::UNKNOWN; variable 92 void SetTouchEventType(AceActionData::ActionType actionType, int8_t actionPoint,
|
H A D | event_convertor.cpp | 20 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 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()
|
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/ |
H A D | injecting_executor.h | 28 int32_t actionType; member
|
H A D | raw_input_injector.cpp | 357 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 D | injecting_executor.cpp | 108 pointerEvent->SetPointerAction(activingPointer.actionType); in InjectOnePonterEvent()
|
/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/ |
H A D | mouse_event_normalize_test.cpp | 191 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 D | app_control_manager_rdb.cpp | 121 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 D | i_rtsp_controller.h | 49 virtual bool Action(ActionType actionType) = 0;
|
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/include/ |
H A D | i_rtsp_controller.h | 49 virtual bool Action(ActionType actionType) = 0;
|
/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessibility_mouse_key.h | 69 void PerformMouseAction(int32_t buttonId, int32_t actionType);
|
/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& 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 D | wifi_msg.h | 793 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 D | accessibility_element_info.cpp | 89 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 D | perf_monitor.h | 86 PerfActionType actionType {UNKNOWN_ACTION}; 130 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()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | event_report.h | 152 int32_t actionType = 0; member 197 actionType = 0; in Reset()
|
/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()
|
/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()
|
/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | native_interface_accessibility_test.cpp | 679 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 D | rtsp_package.h | 41 static std::string EncapActionRequest(ActionType actionType, double version, int curSeq);
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/ |
H A D | rtsp_package.h | 41 static std::string EncapActionRequest(ActionType actionType, double version, int curSeq);
|