Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test.cpp990 HWTEST_F(WindowSessionTest, SetNeedNotify, Function | SmallTest | Level2)
994 session_->SetNeedNotify(false);
1008 session_->SetNeedNotify(true);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h310 void SetNeedNotify(bool needNotify);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp600 void Session::SetNeedNotify(bool needNotify) in SetNeedNotify() function in OHOS::Rosen::Session