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.cpp72 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl); variable
96 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl); variable
120 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl); variable
141 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl); variable
166 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl); variable
194 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl); variable
222 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl); variable
250 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl); variable
280 sptr<ScreenSessionManagerProxy> screenSessionManagerProxy = new ScreenSessionManagerProxy(impl); variable
308 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