Lines Matching refs:param
117 event.param.screenshot.display = ScreenshotParam::DISPLAY_0; in Initialize()
122 event.param.screenshot.hash[i] = correctHashDisplay0[i]; in Initialize()
126 event.param.screenshot.hash[i] = 0; in Initialize()
131 event.param.screenshot.display = ScreenshotParam::DISPLAY_1; in Initialize()
136 event.param.screenshot.hash[i] = correctHashDisplay1[i]; in Initialize()
140 event.param.screenshot.hash[i] = 0; in Initialize()
192 SendScreenshot(m_CurrentEvent->param.screenshot); in AdvanceFrame()
195 SetPadStatus(m_CurrentEvent->param.setPadStatus); in AdvanceFrame()
198 SendBeacon(m_CurrentEvent->param.beacon); in AdvanceFrame()
201 SendLoadMeter(m_CurrentEvent->param.sendLoadMeter); in AdvanceFrame()
213 SwitchCpuProfilingMode(m_CurrentEvent->param.switchCpuProfilingMode); in AdvanceFrame()
228 const ScreenshotParam& param in SendScreenshot() argument
233 switch (param.display) in SendScreenshot()
246 ScreenshotParam eachParam = param; in SendScreenshot()
255 ScreenshotParam eachParam = param; in SendScreenshot()
276 header.display = param.display; in SendScreenshot()
295 header.display = param.display; in SendScreenshot()
305 if (m_CurrentEvent->param.screenshot.hash[0] || in SendScreenshot()
306 m_CurrentEvent->param.screenshot.hash[0] || in SendScreenshot()
307 m_CurrentEvent->param.screenshot.hash[0] || in SendScreenshot()
308 m_CurrentEvent->param.screenshot.hash[0] || in SendScreenshot()
309 m_CurrentEvent->param.screenshot.hash[0] ) in SendScreenshot()
312 const bool result = shotDisplay->Equal(m_CurrentEvent->param.screenshot.hash); in SendScreenshot()
331 const SetPadStatusParam& param in SetPadStatus() argument
334 nw::demo::PadFactory::GetPad()->SetTestPadStatus(param.padStatus); in SetPadStatus()
340 const BeaconParam& param in SendBeacon() argument
343 NW_UNUSED_VARIABLE(param); in SendBeacon()
360 const SendLoadMeterParam& param in SendLoadMeter() argument
363 NW_UNUSED_VARIABLE(param); in SendLoadMeter()
415 DebugUtility::AutoTester::SwitchCpuProfilingMode(const SwitchCpuProfilingModeParam& param) in SwitchCpuProfilingMode() argument
417 DebugUtility::s_IsForceCpuProfilingMode = bool(param.isModeEnabled); in SwitchCpuProfilingMode()