Home
last modified time | relevance | path

Searched defs:action (Results 226 – 250 of 911) sorted by relevance

12345678910>>...37

/ohos5.0/base/web/webview/ohos_adapter/date_time_format_adapter/src/
H A Ddate_time_format_adapter_impl.cpp44 const std::string action = data.GetWant().GetAction(); in OnReceiveEvent() local
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_touchEvent_injector.cpp74 int32_t action, MMI::PointerEvent::PointerItem point, int64_t actionTime) in obtainTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dnative_interface_accessibility_impl.cpp80 void ArkUI_AccessibilityElementInfo::AddOperationAction(const ArkUI_AccessibleAction& action) in AddOperationAction()
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dcommeventsubscriber.cpp39 std::string action = want.GetAction(); in OnReceiveEvent() local
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/conditions/
H A Dcharger_listener.cpp32 const std::string action = data.GetWant().GetAction(); in OnReceiveEvent() local
H A Dbattery_level_listener.cpp35 const std::string action = data.GetWant().GetAction(); in OnReceiveEvent() local
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/touch_event/src/
H A Djs_touch_event.cpp58 napi_value action = nullptr; in Export() local
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/
H A Devents_subscriber.cpp107 auto action = want.GetAction(); in OnReceiveEvent() local
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/sync_rule/
H A Duser_status_listener.cpp31 auto action = eventData.GetWant().GetAction(); in OnReceiveEvent() local
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/netlink/test/
H A Dnetlink_data_test.cpp82 for (auto action : actions) { variable
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/key_event/src/
H A Djs_key_event.cpp63 napi_value action = nullptr; in Export() local
/ohos5.0/base/web/webview/ohos_adapter/enterprise_device_management_adapter/src/
H A Denterprise_device_management_adapter_impl.cpp50 const std::string action = data.GetWant().GetAction(); in OnReceiveEvent() local
/ohos5.0/base/powermgr/power_manager/services/native/src/suspend/
H A Dsuspend_sources.h42 SuspendSource(SuspendDeviceType reason, uint32_t action, uint32_t delay) in SuspendSource()
/ohos5.0/base/update/updater/test/unittest/script/
H A Dscript_interpreter_unittest.cpp44 int32_t action = 0; in TestScriptInterpreterScriptValue() local
135 int32_t action = 100; in TestIntegerValueComputer() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Devent_pass_through_subscriber.cpp71 std::string action = want.GetAction(); in OnReceiveEvent() local
H A Dmmi_event_convertor.cpp244 void GetMouseEventAction(int32_t action, MouseEvent& events, bool isScenceBoardWindow) in GetMouseEventAction()
366 void GetAxisEventAction(int32_t action, AxisEvent& event) in GetAxisEventAction()
467 void GetPointerEventAction(int32_t action, PointerEvent& event) in GetPointerEventAction()
500 …d UpdatePointerAction(std::shared_ptr<MMI::PointerEvent>& pointerEvent, const PointerAction action) in UpdatePointerAction()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H A Dres_sched_service_ability.cpp100 void ResSchedServiceAbility::OnDeviceLevelChanged(int32_t type, int32_t level, std::string& action) in OnDeviceLevelChanged()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dkeyguard_status_listener.cpp121 std::string action = data.GetWant().GetAction(); in OnReceiveEvent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend_delegate_declarative.cpp62 void CardFrontendDelegateDeclarative::FireCardAction(const std::string& action) in FireCardAction()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/src/
H A Dglfw_render_context.cpp212 void GlfwRenderContext::OnMouseButton(GLFWwindow *window, int button, int action, int mods) in OnMouseButton()
228 void GlfwRenderContext::OnKey(GLFWwindow *window, int key, int scancode, int action, int mods) in OnKey()
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Drequest_module.cpp33 static void NapiCreateAction(napi_env env, napi_value &action) in NapiCreateAction()
93 napi_value action = nullptr; in InitAgent() local
/ohos5.0/base/request/request/services/src/service/command/
H A Dconstruct.rs41 let action: u32 = data.read()?; in construct() localVariable
42 let action: Action = Action::from(action as u8); in construct() localVariable
/ohos5.0/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp44 int32_t action; member
50 int32_t action; member
60 int32_t action; member
304 void OH_Input_SetKeyEventAction(struct Input_KeyEvent* keyEvent, int32_t action) in OH_Input_SetKeyEventAction()
486 void OH_Input_SetMouseEventAction(struct Input_MouseEvent* mouseEvent, int32_t action) in OH_Input_SetMouseEventAction()
715 void OH_Input_SetTouchEventAction(struct Input_TouchEvent* touchEvent, int32_t action) in OH_Input_SetTouchEventAction()
814 static bool IsAxisEvent(int32_t action) in IsAxisEvent()
966 static bool SetKeyEventAction(Input_KeyEvent* keyEvent, int32_t action) in SetKeyEventAction()
1040 static bool SetTouchEventAction(Input_TouchEvent* touchEvent, int32_t action) in SetTouchEventAction()
1089 static bool SetMouseEventAction(Input_MouseEvent* mouseEvent, int32_t action) in SetMouseEventAction()
[all …]
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.h57 ActionType action; member
61 ActionType action; member
84 Accessibility::ActionType action; member
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/
H A Dv4l2_uvc.cpp254 void HosV4L2UVC::V4L2GetUsbString(std::string& action, std::string& subsystem, in V4L2GetUsbString()
342 std::string action = ""; in CheckBuf() local
351 void HosV4L2UVC::UpdateV4L2UvcMatchDev(std::string& action, std::string& subsystem, std::string& de… in UpdateV4L2UvcMatchDev()

12345678910>>...37