/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager_lite.cpp | 37 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 D | scene_session_manager.cpp | 6197 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 D | scene_session_manager_lite.h | 27 WSError SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) override;
|
H A D | scene_session_manager.h | 259 WSError SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) override;
|
/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | scene_session_manager_lite_interface.h | 86 virtual WSError SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) = 0;
|
H A D | scene_session_manager_lite_proxy.h | 30 WSError SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) override;
|
H A D | scene_session_manager_proxy.h | 55 WSError SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) override;
|
H A D | scene_session_manager_interface.h | 124 virtual WSError SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) = 0;
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test9.cpp | 550 * @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 D | scene_session_manager_proxy_test.cpp | 767 * @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 D | scene_session_manager_test2.cpp | 1567 * @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 D | scene_session_manager_lite_stub_test.cpp | 27 WSError SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) override
|
H A D | session_test.cpp | 1211 * @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 D | scene_session_manager_lite_stub.cpp | 142 WSError errCode = SetSessionLabel(token, label); in HandleSetSessionLabel()
|
H A D | scene_session_manager_lite_proxy.cpp | 28 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 D | scene_session_manager_stub.cpp | 398 WSError errCode = SetSessionLabel(token, label); in HandleSetSessionLabel()
|
H A D | scene_session_manager_proxy.cpp | 640 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 D | session.h | 263 WSError SetSessionLabel(const std::string& label);
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_client.cpp | 1335 auto err = sceneSessionManager->SetSessionLabel(token, label); in SetMissionLabel()
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | session.cpp | 1555 WSError Session::SetSessionLabel(const std::string& label) in SetSessionLabel() function in OHOS::Rosen::Session 1557 WLOGFI("run Session::SetSessionLabel"); in SetSessionLabel()
|