Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/include/
H A Droot_scene.h68 getSessionRectCallback_ = std::move(callback); in SetGetSessionRectCallback()
137 GetSessionRectCallback getSessionRectCallback_ = nullptr; variable
/ohos5.0/foundation/window/window_manager/wm/src/
H A Droot_scene.cpp271 if (getSessionRectCallback_ == nullptr) { in GetSessionRectByType()
275 rect = getSessionRectCallback_(type); in GetSessionRectByType()