Lines Matching refs:param

115         event.param.screenshot.display = ScreenshotParam::DISPLAY_0;  in Initialize()
120 event.param.screenshot.hash[i] = correctHashDisplay0[i]; in Initialize()
124 event.param.screenshot.hash[i] = 0; in Initialize()
129 event.param.screenshot.display = ScreenshotParam::DISPLAY_1; in Initialize()
134 event.param.screenshot.hash[i] = correctHashDisplay1[i]; in Initialize()
138 event.param.screenshot.hash[i] = 0; in Initialize()
190 SendScreenshot(m_CurrentEvent->param.screenshot); in AdvanceFrame()
193 SetPadStatus(m_CurrentEvent->param.setPadStatus); in AdvanceFrame()
196 SendBeacon(m_CurrentEvent->param.beacon); in AdvanceFrame()
199 SendLoadMeter(m_CurrentEvent->param.sendLoadMeter); in AdvanceFrame()
211 SwitchCpuProfilingMode(m_CurrentEvent->param.switchCpuProfilingMode); in AdvanceFrame()
226 const ScreenshotParam& param in SendScreenshot() argument
231 switch (param.display) in SendScreenshot()
244 ScreenshotParam eachParam = param; in SendScreenshot()
253 ScreenshotParam eachParam = param; in SendScreenshot()
274 header.display = param.display; in SendScreenshot()
293 header.display = param.display; in SendScreenshot()
303 if (m_CurrentEvent->param.screenshot.hash[0] || in SendScreenshot()
304 m_CurrentEvent->param.screenshot.hash[0] || in SendScreenshot()
305 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()
310 const bool result = shotDisplay->Equal(m_CurrentEvent->param.screenshot.hash); in SendScreenshot()
329 const SetPadStatusParam& param in SetPadStatus() argument
332 nw::demo::PadFactory::GetPad()->SetTestPadStatus(param.padStatus); in SetPadStatus()
338 const BeaconParam& param in SendBeacon() argument
341 NW_UNUSED_VARIABLE(param); in SendBeacon()
358 const SendLoadMeterParam& param in SendLoadMeter() argument
361 NW_UNUSED_VARIABLE(param); in SendLoadMeter()
413 DebugUtility::AutoTester::SwitchCpuProfilingMode(const SwitchCpuProfilingModeParam& param) in SwitchCpuProfilingMode() argument
415 DebugUtility::s_IsForceCpuProfilingMode = bool(param.isModeEnabled); in SwitchCpuProfilingMode()