Home
last modified time | relevance | path

Searched refs:SetSessionLabel (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager_lite.cpp33 WSError SceneSessionManagerLite::SetSessionLabel(const sptr<IRemoteObject>& token, const std::strin… in SetSessionLabel() function in OHOS::Rosen::SceneSessionManagerLite
36 return SceneSessionManager::GetInstance().SetSessionLabel(token, label); in SetSessionLabel()
H A Dscene_session_manager.cpp6440 WSError SceneSessionManager::SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& l… in SetSessionLabel() function in OHOS::Rosen::SceneSessionManager
6449 sceneSession->SetSessionLabel(label); in SetSessionLabel()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_lite_interface.h88 virtual WSError SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) = 0;
H A Dscene_session_manager_lite_proxy.h30 WSError SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) override;
H A Dscene_session_manager_proxy.h55 WSError SetSessionLabel(const sptr<IRemoteObject> &token, const std::string& label) override;
H A Dscene_session_manager_interface.h127 virtual WSError SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) = 0;
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test9.cpp587 ssm_->SetSessionLabel(token, label);
592 ssm_->SetSessionLabel(token, label);
595 ssm_->SetSessionLabel(token, label);
H A Dscene_session_manager_test2.cpp1531 HWTEST_F(SceneSessionManagerTest2, SetSessionLabel, Function | SmallTest | Level3)
1534 ssm_->SetSessionLabel(nullptr, "test");
1541 ssm_->SetSessionLabel(nullptr, "test");
H A Dscene_session_manager_proxy_test.cpp712 HWTEST_F(sceneSessionManagerProxyTest, SetSessionLabel, Function | SmallTest | Level2)
721 … ASSERT_EQ(WSError::WS_ERROR_IPC_FAILED, sceneSessionManagerProxy_->SetSessionLabel(token, label));
H A Dscene_session_manager_lite_stub_test.cpp27 WSError SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) override in SetSessionLabel() function in OHOS::Rosen::MockSceneSessionManagerLiteStub
H A Dsession_test.cpp1199 HWTEST_F(WindowSessionTest, SetSessionLabel, Function | SmallTest | Level2)
1205 ASSERT_EQ(WSError::WS_OK, session_->SetSessionLabel("SetSessionLabel Test"));
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager_lite.h30 WSError SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) override;
H A Dscene_session_manager.h237 WSError SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) override;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_lite_stub.cpp143 WSError errCode = SetSessionLabel(token, label); in HandleSetSessionLabel()
H A Dscene_session_manager_lite_proxy.cpp28 WSError SceneSessionManagerLiteProxy::SetSessionLabel(const sptr<IRemoteObject>& token, const std::… in SetSessionLabel() function in OHOS::Rosen::SceneSessionManagerLiteProxy
H A Dscene_session_manager_stub.cpp383 WSError errCode = SetSessionLabel(token, label); in HandleSetSessionLabel()
H A Dscene_session_manager_proxy.cpp640 WSError SceneSessionManagerProxy::SetSessionLabel(const sptr<IRemoteObject>& token, const std::stri… in SetSessionLabel() function in OHOS::Rosen::SceneSessionManagerProxy
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h264 WSError SetSessionLabel(const std::string &label);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_client.cpp1305 auto err = sceneSessionManager->SetSessionLabel(token, label); in SetMissionLabel()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1629 WSError Session::SetSessionLabel(const std::string& label) in SetSessionLabel() function in OHOS::Rosen::Session