Home
last modified time | relevance | path

Searched refs:evtType (Results 1 - 18 of 18) sorted by relevance

/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_dfx_test.cpp47 reportMsg.evtType = SOFTBUS_EVT_TYPE_FAULT; in HWTEST_F()
69 reportMsg.evtType = SOFTBUS_EVT_TYPE_FAULT; in HWTEST_F()
91 reportMsg.evtType = SOFTBUS_EVT_TYPE_FAULT; in HWTEST_F()
113 reportMsg.evtType = SOFTBUS_EVT_TYPE_FAULT; in HWTEST_F()
135 reportMsg.evtType = SOFTBUS_EVT_TYPE_FAULT; in HWTEST_F()
157 reportMsg.evtType = SOFTBUS_EVT_TYPE_FAULT; in HWTEST_F()
179 reportMsg.evtType = SOFTBUS_EVT_TYPE_FAULT; in HWTEST_F()
201 reportMsg.evtType = SOFTBUS_EVT_TYPE_FAULT; in HWTEST_F()
223 reportMsg.evtType = SOFTBUS_EVT_TYPE_FAULT; in HWTEST_F()
245 reportMsg.evtType in HWTEST_F()
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/include/
H A Dfillp_dfx.h43 void FillpDfxSockLinkAndQosNotify(const struct FtSocket *sock, FillpDfxLinkEvtType evtType);
44 void FillpDfxPktNotify(FILLP_INT sockIdx, FillpDfxPktEvtType evtType, FILLP_UINT32 dropCnt);
/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/fuzztest/softbushisysevt_fuzzer/
H A Dsoftbushisysevt_fuzzer.cpp110 StatisticEvtType evtType = *(reinterpret_cast<const StatisticEvtType *>(data)); in SoftBusHiSysEvtCommonFuzzTest() local
111 SetStatisticEvtReportFunc(evtType, ReportStatisticEvt); in SoftBusHiSysEvtCommonFuzzTest()
112 GetStatisticEvtReportFunc(evtType); in SoftBusHiSysEvtCommonFuzzTest()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_event.cpp369 int32_t evtType; member
408 g_traceStr += Action2Str(item->evtType, item->action); in RefreshTraceStr()
435 if (old.evtType != eventType || old.action != action) { in StartLogTraceId()
436 old.evtType = eventType; in StartLogTraceId()
481 LogTracer::LogTracer(int64_t traceId, int32_t evtType, int32_t action) in LogTracer() argument
484 StartLogTraceId(traceId, evtType, action); in LogTracer()
/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusadapterhisysevent_fuzzer/
H A Dsoftbusadapterhisysevent_fuzzer.cpp29 msg->evtType = SOFTBUS_EVT_TYPE_STATISTIC; in CreateOpenSessionCntMsg()
/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_hisysevent.h110 SoftBusEvtType evtType; member
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_transreporter.c504 msg->evtType = SOFTBUS_EVT_TYPE_STATISTIC; in CreateCalledApiInfoMsg()
537 msg->evtType = SOFTBUS_EVT_TYPE_STATISTIC; in CreateCalledApiCntMsg()
558 msg->evtType = SOFTBUS_EVT_TYPE_STATISTIC; in CreateOpenSessionKpiMsg()
638 msg->evtType = SOFTBUS_EVT_TYPE_STATISTIC; in CreateOpenSessionCntMsg()
778 msg->evtType = SOFTBUS_EVT_TYPE_STATISTIC; in CreateOpenSessionTimeMsg()
846 msg->evtType = SOFTBUS_EVT_TYPE_FAULT; in CreateTransErrMsg()
860 msg->evtType = SOFTBUS_EVT_TYPE_BEHAVIOR; in CreateTransInfoMsg()
H A Dsoftbus_hisysevt_discreporter.c182 msg->evtType = SOFTBUS_EVT_TYPE_STATISTIC; in SoftBusCreateFirstDiscDurMsg()
249 msg->evtType = SOFTBUS_EVT_TYPE_STATISTIC; in SoftBusCreateDiscDetailsMsg()
303 msg->evtType = SOFTBUS_EVT_TYPE_STATISTIC; in SoftBusCreateDiscBleRssiMsg()
H A Dsoftbus_hisysevt_nstack.c143 msg->evtType = (SoftBusEvtType)(info->type); in NstackDfxEvtToSoftBusReportMsg()
H A Dsoftbus_hisysevt_bus_center.c436 msg->evtType = SOFTBUS_EVT_TYPE_STATISTIC; in SoftBusCreateDevDiscStaticMsg()
589 msg->evtType = SOFTBUS_EVT_TYPE_STATISTIC; in SoftBusCreateAppDiscStaticMsg()
756 msg->evtType = SOFTBUS_EVT_TYPE_FAULT; in SoftBusCreateBusCenterFaultMsg()
926 msg->evtType = SOFTBUS_EVT_TYPE_STATISTIC; in SoftBusCreateEvtMsgByInfo()
1043 msg->evtType = SOFTBUS_EVT_TYPE_STATISTIC; in SoftBusCreateAuthResultMsg()
1124 msg->evtType = SOFTBUS_EVT_TYPE_STATISTIC; in SoftBusCreateOnlineDurMsg()
1208 msg->evtType = SOFTBUS_EVT_TYPE_STATISTIC; in CreateBusCenterDurStasticMsg()
H A Dsoftbus_hisysevt_connreporter.c339 msg->evtType = SOFTBUS_EVT_TYPE_STATISTIC; in SoftBusCreateConnDurMsg()
361 msg->evtType = SOFTBUS_EVT_TYPE_STATISTIC; in SoftBusCreateProcStepMsg()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dfillp_dfx.c311 void FillpDfxSockLinkAndQosNotify(const struct FtSocket *sock, FillpDfxLinkEvtType evtType) in FillpDfxSockLinkAndQosNotify() argument
316 args.linkEvt.linkEvtType = evtType; in FillpDfxSockLinkAndQosNotify()
341 void FillpDfxPktNotify(FILLP_INT sockIdx, FillpDfxPktEvtType evtType, FILLP_UINT32 dropCnt) in FillpDfxPktNotify() argument
344 if (evtType == FILLP_DFX_PKT_PARSE_FAIL) { in FillpDfxPktNotify()
362 args.pktEvt.pktEvtType = evtType; in FillpDfxPktNotify()
363 if (evtType == FILLP_DFX_PKT_PARSE_FAIL) { in FillpDfxPktNotify()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_fsm.c359 static void RemoveHbMsgByCustObj(LnnHeartbeatFsm *hbFsm, LnnHeartbeatEventType evtType, void *obj) in RemoveHbMsgByCustObj() argument
365 .arg1 = evtType, in RemoveHbMsgByCustObj()
370 LNN_LOGE(LNN_HEART_BEAT, "remove offline fb fail. hbType=%{public}d, fsmId=%{public}d ", hbFsm->id, evtType); in RemoveHbMsgByCustObj()
1247 int32_t LnnPostTransStateMsgToHbFsm(LnnHeartbeatFsm *hbFsm, LnnHeartbeatEventType evtType) in LnnPostTransStateMsgToHbFsm() argument
1253 if (evtType != EVENT_HB_AS_MASTER_NODE && evtType != EVENT_HB_AS_NORMAL_NODE && evtType != EVENT_HB_IN_NONE_STATE) { in LnnPostTransStateMsgToHbFsm()
1254 LNN_LOGE(LNN_HEART_BEAT, "post trans state msg get invalid evtType"); in LnnPostTransStateMsgToHbFsm()
1257 return LnnFsmPostMessage(&hbFsm->fsm, evtType, NULL); in LnnPostTransStateMsgToHbFsm()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_fsm.h106 int32_t LnnPostTransStateMsgToHbFsm(LnnHeartbeatFsm *hbFsm, LnnHeartbeatEventType evtType);
/foundation/communication/dsoftbus/adapter/common/dfx/
H A Dsoftbus_adapter_hisysevent.cpp195 g_domain, reportMsg->evtName, ConvertMsgType(reportMsg->evtType), g_dstParam, reportMsg->paramNum); in SoftbusWriteHisEvt()
/foundation/barrierfree/accessibility/services/test/xts/src/sa_perform_action_test/
H A Dsa_perform_action_xts.cpp1956 EventType evtType = event.GetEventType(); in UpdateA11yWindowStateByEvent() local
1959 if (windowId == 1 && (evtType == TYPE_VIEW_HOVER_ENTER_EVENT || evtType == TYPE_VIEW_ACCESSIBILITY_FOCUSED_EVENT)) { in UpdateA11yWindowStateByEvent()
1963 switch (evtType) { in UpdateA11yWindowStateByEvent()
/foundation/barrierfree/accessibility/services/test/xts/src/samgr_register_element_test/
H A Dsamgr_register_element_test.cpp1966 EventType evtType = event.GetEventType(); in UpdateA11yRegisterElementWindowStateByEvent() local
1969 if (windowId == 1 && (evtType == TYPE_VIEW_HOVER_ENTER_EVENT || evtType == TYPE_VIEW_ACCESSIBILITY_FOCUSED_EVENT)) { in UpdateA11yRegisterElementWindowStateByEvent()
1973 switch (evtType) { in UpdateA11yRegisterElementWindowStateByEvent()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessible_ability_manager_service.cpp1971 EventType evtType = event.GetEventType(); in UpdateAccessibilityWindowStateByEvent() local
1974 if (windowId == 1 && (evtType == TYPE_VIEW_HOVER_ENTER_EVENT || evtType == TYPE_VIEW_ACCESSIBILITY_FOCUSED_EVENT)) { in UpdateAccessibilityWindowStateByEvent()
1978 switch (evtType) { in UpdateAccessibilityWindowStateByEvent()

Completed in 24 milliseconds