/foundation/communication/dsoftbus/tests/adapter/unittest/ |
H A D | softbus_dfx_test.cpp | 47 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 D | fillp_dfx.h | 43 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 D | softbushisysevt_fuzzer.cpp | 110 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 D | input_event.cpp | 369 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 D | softbusadapterhisysevent_fuzzer.cpp | 29 msg->evtType = SOFTBUS_EVT_TYPE_STATISTIC; in CreateOpenSessionCntMsg()
|
/foundation/communication/dsoftbus/adapter/common/include/ |
H A D | softbus_adapter_hisysevent.h | 110 SoftBusEvtType evtType; member
|
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/ |
H A D | softbus_hisysevt_transreporter.c | 504 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 D | softbus_hisysevt_discreporter.c | 182 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 D | softbus_hisysevt_nstack.c | 143 msg->evtType = (SoftBusEvtType)(info->type); in NstackDfxEvtToSoftBusReportMsg()
|
H A D | softbus_hisysevt_bus_center.c | 436 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 D | softbus_hisysevt_connreporter.c | 339 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 D | fillp_dfx.c | 311 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 D | lnn_heartbeat_fsm.c | 359 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 D | lnn_heartbeat_fsm.h | 106 int32_t LnnPostTransStateMsgToHbFsm(LnnHeartbeatFsm *hbFsm, LnnHeartbeatEventType evtType);
|
/foundation/communication/dsoftbus/adapter/common/dfx/ |
H A D | softbus_adapter_hisysevent.cpp | 195 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 D | sa_perform_action_xts.cpp | 1956 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 D | samgr_register_element_test.cpp | 1966 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 D | accessible_ability_manager_service.cpp | 1971 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()
|