Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.h292 void OnShowWhenLocked(bool showWhenLocked);
H A Djs_scene_session.cpp1503 jsSceneSession->OnShowWhenLocked(showWhenLocked); in ProcessShowWhenLockedRegister()
3595 void JsSceneSession::OnShowWhenLocked(bool showWhenLocked) in OnShowWhenLocked() function in OHOS::Rosen::JsSceneSession
3601 TLOGE(WmsLogTag::WMS_LIFE, "OnShowWhenLocked jsSceneSession id:%{public}d has been destroyed", in OnShowWhenLocked()
3614 taskScheduler_->PostMainThreadTask(task, "OnShowWhenLocked:" +std::to_string(showWhenLocked)); in OnShowWhenLocked()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test.cpp1057 * @tc.name: OnShowWhenLocked
1058 * @tc.desc: OnShowWhenLocked
1061 HWTEST_F(SceneSessionTest, OnShowWhenLocked, Function | SmallTest | Level2) in HWTEST_F()
1075 scensession->OnShowWhenLocked(false); in HWTEST_F()
1081 ASSERT_EQ(scensession->OnShowWhenLocked(false), WSError::WS_OK); in HWTEST_F()
H A Dscene_session_test2.cpp1557 sceneSession->OnShowWhenLocked(showWhenLocked); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h350 WSError OnShowWhenLocked(bool showWhenLocked);
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp1324 OnShowWhenLocked(GetShowWhenLockedFlagValue()); in NotifyPropertyWhenConnect()
1368 WSError SceneSession::OnShowWhenLocked(bool showWhenLocked) in OnShowWhenLocked() function in SceneSession
3947 OnShowWhenLocked(flags & static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_SHOW_WHEN_LOCKED)); in SetWindowFlags()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp6079 sceneSession->OnShowWhenLocked(flags & static_cast<uint32_t>(WindowFlag::WINDOW_FLAG_SHOW_WHEN_LOCKED)); in SetWindowFlags()

Completed in 44 milliseconds