Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
H A Djs_screen.cpp35 static thread_local std::map<ScreenId, std::shared_ptr<NativeReference>> g_JsScreenMap; variable
63 if (g_JsScreenMap.find(screenId) != g_JsScreenMap.end()) { in Finalizer()
65 g_JsScreenMap.erase(screenId); in Finalizer()
266 if (g_JsScreenMap.find(screenId) == g_JsScreenMap.end()) { in FindJsDisplayObject()
270 return g_JsScreenMap[screenId]; in FindJsDisplayObject()
314 g_JsScreenMap[screenId] = JsScreenRef; in CreateJsScreenObject()