Searched refs:g_screenId (Results 1 – 1 of 1) sorted by relevance
56 static uint64_t g_screenId = 0; variable81 g_screenId = screen->GetId(); in QueryRemoteScreenInfo()111 if (screen->GetId() == g_screenId) { in StartMirror()124 DHLOGE("mirror screen Id is: %d", g_screenId); in StartMirror()126 mirrorIds.push_back(g_screenId); in StartMirror()150 if (screen->GetId() == g_screenId) { in StopMirror()161 DHLOGE("stop mirror screen id is: %d", g_screenId); in StopMirror()163 stopMirrorIds.push_back(g_screenId); in StopMirror()186 if (screen->GetId() == g_screenId) { in StartExpand()199 DHLOGE("expand screen Id is: %d", g_screenId); in StartExpand()[all …]