Searched refs:screenOption (Results 1 – 1 of 1) sorted by relevance
278 VirtualScreenOption screenOption; in ProxyInterfaceFuzzTestPart2() local279 screenOption.name_ = source.GetString(); in ProxyInterfaceFuzzTestPart2()280 screenOption.width_ = source.GetObject<uint32_t>(); in ProxyInterfaceFuzzTestPart2()281 screenOption.height_ = source.GetObject<uint32_t>(); in ProxyInterfaceFuzzTestPart2()282 screenOption.density_ = source.GetObject<float>(); in ProxyInterfaceFuzzTestPart2()283 screenOption.flags_ = source.GetObject<int32_t>(); in ProxyInterfaceFuzzTestPart2()284 screenOption.isForShot_ = source.GetObject<bool>(); in ProxyInterfaceFuzzTestPart2()286 proxy->CreateVirtualScreen(screenOption, displayManagerAgent); in ProxyInterfaceFuzzTestPart2()