Home
last modified time | relevance | path

Searched defs:screenSessionManagerProxy (Results 1 – 2 of 2) sorted by relevance

/foundation/window/window_manager/window_scene/test/dms_unittest/
Dscreen_session_manager_proxy_test.cpp73 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl); variable
97 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl); variable
121 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl); variable
142 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl); variable
167 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl); variable
195 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl); variable
223 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl); variable
251 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl); variable
281 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl); variable
309 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl); variable
[all …]
/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/
Dscreensessionmanager_fuzzer.cpp50 auto screenSessionManagerProxy = iface_cast<IScreenSessionManager>(remoteObject); in GetProxy() local