Home
last modified time | relevance | path

Searched defs:action (Results 1301 - 1325 of 1339) sorted by relevance

1...<<51525354

/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1344 virtual void CheckAndLogLastReceivedMouseEventInfo(int32_t eventId, MouseAction action) {} in CheckAndLogLastReceivedMouseEventInfo() argument
1346 virtual void CheckAndLogLastConsumedMouseEventInfo(int32_t eventId, MouseAction action) {} in CheckAndLogLastConsumedMouseEventInfo() argument
1348 virtual void CheckAndLogLastReceivedAxisEventInfo(int32_t eventId, AxisAction action) {} in CheckAndLogLastReceivedAxisEventInfo() argument
1350 virtual void CheckAndLogLastConsumedAxisEventInfo(int32_t eventId, AxisAction action) {} in CheckAndLogLastConsumedAxisEventInfo() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp891 void WebDelegate::OnMouseEvent(int32_t x, int32_t y, const MouseButton button, const MouseAction action, int count) {} in OnMouseEvent() argument
1059 ExecuteAction( int64_t accessibilityId, AceAction action, const std::map<std::string, std::string>& actionArguments) ExecuteAction() argument
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_event.cpp1098 const char* KeyEvent::ActionToString(int32_t action) in ActionToString() argument
1145 int32_t action = GetKeyAction(); in IsValidKeyItem() local
1203 int32_t action = GetKeyAction(); in IsValid() local
1398 std::string_view KeyEvent::ActionToShortStr(int32_t action) in ActionToShortStr() argument
[all...]
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp1790 WSError SceneSession::SetPipActionEvent(const std::string& action, int32_t status) in SetPipActionEvent() argument
1916 int32_t action = pointerEvent->GetPointerAction(); in NotifyOutsideDownEvent() local
1943 int32_t action = pointerEvent->GetPointerAction(); in TransferPointerEvent() local
3427 IsNeedSystemPermissionByAction(WSPropertyChangeAction action, const sptr<WindowSessionProperty>& property, const sptr<WindowSessionProperty>& sessionProperty) IsNeedSystemPermissionByAction() argument
3456 UpdateSessionPropertyByAction(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) UpdateSessionPropertyByAction() argument
3544 HandleUpdatePropertyByAction(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleUpdatePropertyByAction() argument
3555 ProcessUpdatePropertyByAction(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) ProcessUpdatePropertyByAction() argument
3621 HandleActionUpdateTurnScreenOn(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateTurnScreenOn() argument
3649 HandleActionUpdateKeepScreenOn(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateKeepScreenOn() argument
3657 HandleActionUpdateFocusable(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateFocusable() argument
3665 HandleActionUpdateTouchable(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateTouchable() argument
3673 HandleActionUpdateSetBrightness(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateSetBrightness() argument
3695 HandleActionUpdateOrientation(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateOrientation() argument
3702 HandleActionUpdatePrivacyMode(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdatePrivacyMode() argument
3711 HandleActionUpdateSnapshotSkip(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateSnapshotSkip() argument
3718 HandleActionUpdateMaximizeState(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateMaximizeState() argument
3729 HandleActionUpdateOtherProps(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateOtherProps() argument
3740 HandleActionUpdateStatusProps(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateStatusProps() argument
3748 HandleActionUpdateNavigationProps(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateNavigationProps() argument
3756 HandleActionUpdateNavigationIndicatorProps(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateNavigationIndicatorProps() argument
3764 HandleActionUpdateFlags(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateFlags() argument
3772 HandleActionUpdateMode(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateMode() argument
3783 HandleActionUpdateAnimationFlag(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateAnimationFlag() argument
3793 HandleActionUpdateTouchHotArea(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateTouchHotArea() argument
3805 HandleActionUpdateDecorEnable(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateDecorEnable() argument
3819 HandleActionUpdateWindowLimits(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateWindowLimits() argument
3833 HandleActionUpdateDragenabled(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateDragenabled() argument
3848 HandleActionUpdateRaiseenabled(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateRaiseenabled() argument
3863 HandleActionUpdateHideNonSystemFloatingWindows(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateHideNonSystemFloatingWindows() argument
3878 HandleActionUpdateTextfieldAvoidInfo(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateTextfieldAvoidInfo() argument
3889 HandleActionUpdateWindowMask(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateWindowMask() argument
3901 HandleActionUpdateTopmost(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateTopmost() argument
3913 HandleActionUpdateMainWindowTopmost(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateMainWindowTopmost() argument
3952 NotifySessionChangeByActionNotifyManager(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) NotifySessionChangeByActionNotifyManager() argument
4727 HandleActionUpdateModeSupportInfo(const sptr<WindowSessionProperty>& property, WSPropertyChangeAction action) HandleActionUpdateModeSupportInfo() argument
[all...]
H A Dsession.cpp1874 WSError Session::HandleSubWindowClick(int32_t action) in HandleSubWindowClick() argument
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1128 WMError WindowImpl::UpdateProperty(PropertyChangeAction action) in UpdateProperty() argument
3131 int32_t action = pointerEvent->GetPointerAction(); in ConsumeMoveOrDragEvent() local
3216 auto action = pointerEvent->GetPointerAction(); in HandlePointerStyle() local
3266 int32_t action = pointerEvent->GetPointerAction(); PerfLauncherHotAreaIfNeed() local
3297 int32_t action = pointerEvent->GetPointerAction(); ConsumePointerEvent() local
[all...]
H A Dwindow_session_impl.cpp3133 WSError WindowSessionImpl::SetPipActionEvent(const std::string& action, int32_t status) in SetPipActionEvent() argument
3609 WMError WindowSessionImpl::UpdateProperty(WSPropertyChangeAction action) in UpdateProperty() argument
H A Dwindow_scene_session_impl.cpp816 const int32_t& action = pointerEvent->GetPointerAction(); in ConsumePointerEventInner() local
4148 int32_t action = pointerEvent->GetPointerAction(); in HandleEventForCompatibleMode() local
4306 int32_t action = pointerEvent->GetPointerAction(); in IgnoreClickEvent() local
[all...]
/third_party/backends/backend/
H A Dhp3500.c473 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *val, SANE_Int * info) sane_control_option() argument
/third_party/libbpf/include/uapi/linux/
H A Dpkt_sched.h176 int action; member
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp4285 auto action = jit->builder->CreateCall(coro_suspend, { in promoteFunctionToCoroutine() local
4369 auto action = jit->builder->CreateCall(coro_suspend, { in yield() local
/third_party/python/Lib/test/
H A Dtest_argparse.py3742 action=argparse.BooleanOptionalAction), global() variable in TestHelpUsage
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc813 PushNewStatementBlock(const Construct* construct, uint32_t end_id, CompletionAction action) PushNewStatementBlock() argument
/third_party/toybox/toys/pending/
H A Dawk.c2343 static void action(int action_type) in action() function
/third_party/python/Modules/_decimal/libmpdec/
H A Dmpdecimal.c3754 _mpd_qdiv(int action, mpd_t *q, const mpd_t *a, const mpd_t *b, in _mpd_qdiv() argument
5128 _mpd_qlog10(int action, mpd_t *result, const mpd_t *a, in _mpd_qlog10() argument
7294 _mpd_qround_to_integral(int action, mpd_t *result, const mpd_t *a, in _mpd_qround_to_integral() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp4797 TransferExecuteAction( int64_t elementId, const std::map<std::string, std::string>& actionArguments, int32_t action, int64_t offset) TransferExecuteAction() argument
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp5697 void WebDelegate::OnMouseEvent(int32_t x, int32_t y, const MouseButton button, const MouseAction action, int count) in OnMouseEvent() argument
6657 bool WebDelegate::ExecuteAction(int64_t accessibilityId, AceAction action, in ExecuteAction() argument
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp4399 OnDragEvent(const PointerEvent& pointerEvent, DragEventAction action, const RefPtr<NG::FrameNode>& node) OnDragEvent() argument
5215 CheckAndLogLastReceivedMouseEventInfo(int32_t eventId, MouseAction action) CheckAndLogLastReceivedMouseEventInfo() argument
5220 CheckAndLogLastConsumedMouseEventInfo(int32_t eventId, MouseAction action) CheckAndLogLastConsumedMouseEventInfo() argument
5225 CheckAndLogLastReceivedAxisEventInfo(int32_t eventId, AxisAction action) CheckAndLogLastReceivedAxisEventInfo() argument
5230 CheckAndLogLastConsumedAxisEventInfo(int32_t eventId, AxisAction action) CheckAndLogLastConsumedAxisEventInfo() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp3981 std::function<void(const std::string&)> action = std::move(menuOption.action); in OnSelectionMenuOptionsUpdate() local
6313 ExecuteAction(int64_t accessibilityId, AceAction action, const std::map<std::string, std::string>& actionArguments) const ExecuteAction() argument
[all...]
/third_party/elfutils/src/
H A Dreadelf.c11023 unsigned int action; in print_debug_exception_table() local
/third_party/cups-filters/utils/
H A Dcups-browsed.c12563 struct sigaction action; /* Actions for POSIX signals */ in main() local
[all...]
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp1290 void ucnv_getFromUCallBack(const UConverter *converter, UConverterFromUCallback *action, const void **context) in ucnv_getFromUCallBack() argument
1338 void ucnv_getToUCallBack(const UConverter *converter, UConverterToUCallback *action, const void **context) in ucnv_getToUCallBack() argument
/third_party/node/deps/v8/src/d8/
H A Dd8.cc5451 unsigned action = 0; in Main() local
/third_party/node/deps/v8/src/heap/
H A Dheap.cc4101 bool Heap::PerformIdleTimeAction(GCIdleTimeAction action, in PerformIdleTimeAction() argument
4123 void Heap::IdleNotificationEpilogue(GCIdleTimeAction action, in IdleNotificationEpilogue() argument
4190 GCIdleTimeAction action = in IdleNotification() local
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c7777 entityTrackingReportStats(XML_Parser rootParser, ENTITY *entity, const char *action, int sourceLine) entityTrackingReportStats() argument

Completed in 177 milliseconds

1...<<51525354