Home
last modified time | relevance | path

Searched refs:cjDisplayPtr (Results 1 - 1 of 1) sorted by relevance

/foundation/window/window_manager/interfaces/kits/cj/display_runtime/
H A Dcj_display_impl.cpp109 sptr<DisplayImpl> cjDisplayPtr = DisplayImpl::FindDisplayObject(displayId); in ~DisplayImpl() local
110 if (cjDisplayPtr == nullptr) { in ~DisplayImpl()
121 sptr<DisplayImpl> cjDisplayPtr = DisplayImpl::FindDisplayObject(displayId); in CreateDisplayImpl() local
127 if (cjDisplayPtr == nullptr) { in CreateDisplayImpl()
128 cjDisplayPtr = FFIData::Create<DisplayImpl>(display); in CreateDisplayImpl()
129 if (cjDisplayPtr == nullptr) { in CreateDisplayImpl()
134 g_cjDisplayMap[displayId] = cjDisplayPtr; in CreateDisplayImpl()
136 return cjDisplayPtr; in CreateDisplayImpl()

Completed in 2 milliseconds