Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager_lite.cpp37 WSError SceneSessionManagerLite::SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) in SetSessionLabel() function in OHOS::Rosen::SceneSessionManagerLite
40 return SceneSessionManager::GetInstance().SetSessionLabel(token, label); in SetSessionLabel()
H A Dscene_session_manager.cpp6197 WSError SceneSessionManager::SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) in SetSessionLabel() function in OHOS::Rosen::SceneSessionManager
6206 sceneSession->SetSessionLabel(label); in SetSessionLabel()
6215 return taskScheduler_->PostSyncTask(task, "SetSessionLabel"); in SetSessionLabel()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager_lite.h27 WSError SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) override;
H A Dscene_session_manager.h259 WSError SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) override;
/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_lite_interface.h86 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.h124 virtual WSError SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) = 0;
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test9.cpp550 * @tc.desc: SetSessionLabel
567 ssm_->SetSessionLabel(token, label); in HWTEST_F()
570 ssm_->SetSessionLabel(token, label); in HWTEST_F()
573 ssm_->SetSessionLabel(token, label); in HWTEST_F()
H A Dscene_session_manager_proxy_test.cpp767 * @tc.name: SetSessionLabel
771 HWTEST_F(sceneSessionManagerProxyTest, SetSessionLabel, Function | SmallTest | Level2) in HWTEST_F()
774 std::string label = "SetSessionLabel"; in HWTEST_F()
780 ASSERT_EQ(WSError::WS_ERROR_IPC_FAILED, sceneSessionManagerProxy_->SetSessionLabel(token, label)); in HWTEST_F()
H A Dscene_session_manager_test2.cpp1567 * @tc.name: SetSessionLabel
1571 HWTEST_F(SceneSessionManagerTest2, SetSessionLabel, Function | SmallTest | Level3) in HWTEST_F()
1574 ret = ssm_->SetSessionLabel(nullptr, "test"); in HWTEST_F()
1582 ssm_->SetSessionLabel(nullptr, "test"); in HWTEST_F()
H A Dscene_session_manager_lite_stub_test.cpp27 WSError SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) override
H A Dsession_test.cpp1211 * @tc.name: SetSessionLabel
1212 * @tc.desc: SetSessionLabel Test
1215 HWTEST_F(WindowSessionTest, SetSessionLabel, Function | SmallTest | Level2) in HWTEST_F()
1221 ASSERT_EQ(WSError::WS_OK, session_->SetSessionLabel("SetSessionLabel Test")); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_lite_stub.cpp142 WSError errCode = SetSessionLabel(token, label); in HandleSetSessionLabel()
H A Dscene_session_manager_lite_proxy.cpp28 WSError SceneSessionManagerLiteProxy::SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) in SetSessionLabel() function in OHOS::Rosen::SceneSessionManagerLiteProxy
30 WLOGFD("run SceneSessionManagerLiteProxy::SetSessionLabel"); in SetSessionLabel()
H A Dscene_session_manager_stub.cpp398 WSError errCode = SetSessionLabel(token, label); in HandleSetSessionLabel()
H A Dscene_session_manager_proxy.cpp640 WSError SceneSessionManagerProxy::SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) in SetSessionLabel() function in OHOS::Rosen::SceneSessionManagerProxy
642 WLOGFI("run SceneSessionManagerProxy::SetSessionLabel"); in SetSessionLabel()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h263 WSError SetSessionLabel(const std::string& label);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_client.cpp1335 auto err = sceneSessionManager->SetSessionLabel(token, label); in SetMissionLabel()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1555 WSError Session::SetSessionLabel(const std::string& label) in SetSessionLabel() function in OHOS::Rosen::Session
1557 WLOGFI("run Session::SetSessionLabel"); in SetSessionLabel()

Completed in 52 milliseconds