Lines Matching defs:msg
353 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum);
354 int32_t ret = SoftbusWriteHisEvt(msg);
356 SoftbusFreeEvtReportMsg(msg);
368 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum);
369 EXPECT_EQ(nullptr, msg);
370 SoftbusFreeEvtReportMsg(msg);
382 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum);
383 EXPECT_EQ(nullptr, msg);
384 SoftbusFreeEvtReportMsg(msg);
396 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum);
397 EXPECT_EQ(nullptr, msg);
398 SoftbusFreeEvtReportMsg(msg);
410 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum);
411 EXPECT_EQ(nullptr, msg);
413 SoftbusFreeEvtReportMsg(msg);
425 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(paramNum);
426 EXPECT_NE(nullptr, msg);
427 SoftbusFreeEvtReportMsg(msg);