Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test3.cpp737 HWTEST_F(WindowSessionTest3, NotifySessionFocusableChange, Function | SmallTest | Level2)
745 session_->NotifySessionFocusableChange(true);
748 session_->NotifySessionFocusableChange(true);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h297 void NotifySessionFocusableChange(bool isFocusable);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp2349 NotifySessionFocusableChange(GetFocusable()); in SetSessionFocusableChangeListener()
2363 void Session::NotifySessionFocusableChange(bool isFocusable) in NotifySessionFocusableChange() function in OHOS::Rosen::Session
H A Dscene_session.cpp1629 NotifySessionFocusableChange(property->GetFocusable()); in NotifyPropertyWhenConnect()