Searched refs:HandleSecureSessionShouldHide (Results 1 - 5 of 5) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test4.cpp | 351 EXPECT_EQ(WSError::WS_ERROR_INVALID_SESSION, ssm_->HandleSecureSessionShouldHide(nullptr)); in HWTEST_F() 428 EXPECT_EQ(WSError::WS_ERROR_INVALID_SESSION, ssm_->HandleSecureSessionShouldHide(nullptr)); in HWTEST_F() 450 EXPECT_EQ(WSError::WS_ERROR_INVALID_SESSION, ssm_->HandleSecureSessionShouldHide(nullptr)); in HWTEST_F() 468 EXPECT_EQ(WSError::WS_ERROR_INVALID_SESSION, ssm_->HandleSecureSessionShouldHide(nullptr)); in HWTEST_F() 481 EXPECT_EQ(WSError::WS_ERROR_INVALID_SESSION, ssm_->HandleSecureSessionShouldHide(nullptr)); in HWTEST_F() 517 EXPECT_EQ(WSError::WS_ERROR_INVALID_SESSION, ssm_->HandleSecureSessionShouldHide(nullptr)); in HWTEST_F() 653 EXPECT_EQ(WSError::WS_ERROR_INVALID_SESSION, ssm_->HandleSecureSessionShouldHide(nullptr)); in HWTEST_F() 688 EXPECT_EQ(WSError::WS_ERROR_INVALID_SESSION, ssm_->HandleSecureSessionShouldHide(nullptr)); in HWTEST_F() 714 EXPECT_EQ(WSError::WS_ERROR_INVALID_SESSION, ssm_->HandleSecureSessionShouldHide(nullptr)); in HWTEST_F() 867 EXPECT_EQ(WSError::WS_ERROR_INVALID_SESSION, ssm_->HandleSecureSessionShouldHide(nullpt in HWTEST_F() [all...] |
H A D | scene_session_manager_test.cpp | 830 * @tc.name: HandleSecureSessionShouldHide 834 HWTEST_F(SceneSessionManagerTest, HandleSecureSessionShouldHide, Function | SmallTest | Level3) in HWTEST_F() 837 info.abilityName_ = "HandleSecureSessionShouldHide"; in HWTEST_F() 838 info.bundleName_ = "HandleSecureSessionShouldHide"; in HWTEST_F() 863 auto ret = ssm_->HandleSecureSessionShouldHide(sceneSession); in HWTEST_F()
|
H A D | scene_session_manager_lifecycle_test.cpp | 874 EXPECT_EQ(WSError::WS_ERROR_INVALID_SESSION, ssm_->HandleSecureSessionShouldHide(nullptr)); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 889 WSError HandleSecureSessionShouldHide(const sptr<SceneSession>& sceneSession);
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 1370 return this->HandleSecureSessionShouldHide(sceneSession); in CreateSpecificSessionCallback() 9670 HandleSecureSessionShouldHide(sceneSession); in DestroyExtensionSession() 9906 WSError SceneSessionManager::HandleSecureSessionShouldHide(const sptr<SceneSession>& sceneSession) in HandleSecureSessionShouldHide() function in OHOS::Rosen::SceneSessionManager 9959 return HandleSecureSessionShouldHide(sceneSession); in AddOrRemoveSecureSession() 10017 HandleSecureSessionShouldHide(sceneSession); in UpdateExtWindowFlags()
|
Completed in 30 milliseconds