Home
last modified time | relevance | path

Searched refs:AddOrRemoveSecureSession (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_adapter_test.cpp349 HWTEST_F(WindowAdapterTest, AddOrRemoveSecureSession, Function | SmallTest | Level2)
353 windowAdapter.AddOrRemoveSecureSession(persistentId, true);
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h128 virtual WMError AddOrRemoveSecureSession(int32_t persistentId, bool shouldHide);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_proxy.h110 WSError AddOrRemoveSecureSession(int32_t persistentId, bool shouldHide) override;
H A Dscene_session_manager_interface.h249 WSError AddOrRemoveSecureSession(int32_t persistentId, bool shouldHide) override in AddOrRemoveSecureSession() function
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h211 virtual WSError AddOrRemoveSecureSession(int32_t persistentId, bool shouldHide) in AddOrRemoveSecureSession() function
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp876 WMError WindowAdapter::AddOrRemoveSecureSession(int32_t persistentId, bool shouldHide) in AddOrRemoveSecureSession() function in OHOS::Rosen::WindowAdapter
882 return static_cast<WMError>(wmsProxy->AddOrRemoveSecureSession(persistentId, shouldHide)); in AddOrRemoveSecureSession()
H A Dwindow_scene_session_impl.cpp3993 …return SingletonContainer::Get<WindowAdapter>().AddOrRemoveSecureSession(property_->GetPersistentI… in HideNonSecureWindows()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test.cpp864 HWTEST_F(SceneSessionManagerTest, AddOrRemoveSecureSession, Function | SmallTest | Level3)
871 auto ret = ssm_->AddOrRemoveSecureSession(persistentId, true);
H A Dscene_session_manager_test4.cpp1251 auto result = ssm_->AddOrRemoveSecureSession(0, shouldHide);
1253 result = ssm_->AddOrRemoveSecureSession(persistentId, shouldHide);
H A Dscene_session_manager_proxy_test.cpp576 …ASSERT_EQ(WSError::WS_OK, sceneSessionManagerProxy_->AddOrRemoveSecureSession(persistentId, true));
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp995 WSError ret = AddOrRemoveSecureSession(persistentId, shouldHide); in HandleAddOrRemoveSecureSession()
H A Dscene_session_manager_proxy.cpp1980 WSError SceneSessionManagerProxy::AddOrRemoveSecureSession(int32_t persistentId, bool shouldHide) in AddOrRemoveSecureSession() function in OHOS::Rosen::SceneSessionManagerProxy
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h395 WSError AddOrRemoveSecureSession(int32_t persistentId, bool shouldHide) override;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp10334 WSError SceneSessionManager::AddOrRemoveSecureSession(int32_t persistentId, bool shouldHide) in AddOrRemoveSecureSession() function in OHOS::Rosen::SceneSessionManager