Home
last modified time | relevance | path

Searched defs:mirrorScreenId (Results 1 – 5 of 5) sorted by relevance

/foundation/windowmanager/interfaces/kits/napi/display_runtime/api/
D@ohos.screen.d.ts128 mirrorScreenId: Array<number>; property
/foundation/windowmanager/dmserver/src/
Ddisplay_manager_stub.cpp211 std::vector<ScreenId> mirrorScreenId; in OnRemoteRequest() local
Ddisplay_manager_proxy.cpp734 …reenId DisplayManagerProxy::MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId) in MakeMirror()
/foundation/windowmanager/dm/src/
Ddisplay_manager_adapter.cpp284 …eenId ScreenManagerAdapter::MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId) in MakeMirror()
Dscreen_manager.cpp369 ScreenId ScreenManager::MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId) in MakeMirror()