Home
last modified time | relevance | path

Searched refs:screenOption (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/
H A Dscreensessionmanager_fuzzer.cpp278 VirtualScreenOption screenOption; in ProxyInterfaceFuzzTestPart2() local
279 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()