Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display.h57 std::shared_ptr<NativeReference> FindJsDisplayObject(DisplayId displayId);
H A Djs_display.cpp651 std::shared_ptr<NativeReference> FindJsDisplayObject(DisplayId displayId) in FindJsDisplayObject() function
766 std::shared_ptr<NativeReference> jsDisplayObj = FindJsDisplayObject(display->GetId()); in CreateJsDisplayObject()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
H A Djs_screen.cpp262 std::shared_ptr<NativeReference> FindJsDisplayObject(ScreenId screenId) in FindJsDisplayObject() function
277 std::shared_ptr<NativeReference> jsScreenObj = FindJsDisplayObject(screen->GetId()); in CreateJsScreenObject()