Home
last modified time | relevance | path

Searched defs:methodId (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/watch_slider/
Dwatch_slider_component.h84 void SetOnMoveEndEventId(const EventMarker& methodId) in SetOnMoveEndEventId()
94 void SetOnMovingEventId(const EventMarker& methodId) in SetOnMovingEventId()
/foundation/arkui/ace_engine/frameworks/core/components/slider/
Dslider_component.h86 void SetOnMoveEndEventId(const EventMarker& methodId) in SetOnMoveEndEventId()
96 void SetOnMovingEventId(const EventMarker& methodId) in SetOnMovingEventId()
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/include/
Dsoftbus_hidumper_util.h46 int32_t methodId; member
/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
Dtrans_event_form.h86 int32_t methodId; member
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
Dsoftbus_hidumper_util.c654 int32_t methodId = GetInt32ValueByRecord(&srcRecord[i], METHOD_ID_NAME); in OnQueryAlarm() local