/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager_lite.cpp | 33 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 D | scene_session_manager.cpp | 6440 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 D | scene_session_manager_lite_interface.h | 88 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 | 127 virtual WSError SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) = 0;
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test9.cpp | 587 ssm_->SetSessionLabel(token, label); 592 ssm_->SetSessionLabel(token, label); 595 ssm_->SetSessionLabel(token, label);
|
H A D | scene_session_manager_test2.cpp | 1531 HWTEST_F(SceneSessionManagerTest2, SetSessionLabel, Function | SmallTest | Level3) 1534 ssm_->SetSessionLabel(nullptr, "test"); 1541 ssm_->SetSessionLabel(nullptr, "test");
|
H A D | scene_session_manager_proxy_test.cpp | 712 HWTEST_F(sceneSessionManagerProxyTest, SetSessionLabel, Function | SmallTest | Level2) 721 … ASSERT_EQ(WSError::WS_ERROR_IPC_FAILED, sceneSessionManagerProxy_->SetSessionLabel(token, label));
|
H A D | scene_session_manager_lite_stub_test.cpp | 27 WSError SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) override in SetSessionLabel() function in OHOS::Rosen::MockSceneSessionManagerLiteStub
|
H A D | session_test.cpp | 1199 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 D | scene_session_manager_lite.h | 30 WSError SetSessionLabel(const sptr<IRemoteObject>& token, const std::string& label) override;
|
H A D | scene_session_manager.h | 237 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 D | scene_session_manager_lite_stub.cpp | 143 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::… in SetSessionLabel() function in OHOS::Rosen::SceneSessionManagerLiteProxy
|
H A D | scene_session_manager_stub.cpp | 383 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::stri… in SetSessionLabel() function in OHOS::Rosen::SceneSessionManagerProxy
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | session.h | 264 WSError SetSessionLabel(const std::string &label);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_client.cpp | 1305 auto err = sceneSessionManager->SetSessionLabel(token, label); in SetMissionLabel()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | session.cpp | 1629 WSError Session::SetSessionLabel(const std::string& label) in SetSessionLabel() function in OHOS::Rosen::Session
|