Searched refs:SetAPPWindowLabel (Results 1 – 15 of 15) sorted by relevance
162 auto ret = window->SetAPPWindowLabel(label); in SetMissionLabel()
757 if (window->SetAPPWindowLabel(label) != OHOS::Rosen::WMError::WM_OK) { in SetMissionLabel()
1786 if (window->SetAPPWindowLabel(label) != OHOS::Rosen::WMError::WM_OK) { in SetMissionLabel()
41 virtual WMError SetAPPWindowLabel(const std::string& label) {return WMError::WM_OK;} in SetAPPWindowLabel() function
190 virtual WMError SetAPPWindowLabel(const std::string& label) override;
269 virtual WMError SetAPPWindowLabel(const std::string& label) = 0;
412 HWTEST_F(WindowImplTest2, SetAPPWindowLabel, Function | SmallTest | Level3)422 ASSERT_EQ(WMError::WM_OK, window->SetAPPWindowLabel(label));424 ASSERT_EQ(WMError::WM_ERROR_NULLPTR, window->SetAPPWindowLabel(label));
1125 HWTEST_F(WindowSessionImplTest, SetAPPWindowLabel, Function | SmallTest | Level2)1140 WMError res = window->SetAPPWindowLabel(label);1144 res = window->SetAPPWindowLabel(label);
1590 HWTEST_F(WindowTest, SetAPPWindowLabel, Function | SmallTest | Level2)1594 auto ret = window->SetAPPWindowLabel("");1600 ASSERT_EQ(WMError::WM_OK, window_->SetAPPWindowLabel("000111"));
295 virtual WMError SetAPPWindowLabel(const std::string& label) override;
139 WMError SetAPPWindowLabel(const std::string& label) override;
951 WMError WindowImpl::SetAPPWindowLabel(const std::string& label) in SetAPPWindowLabel() function in OHOS::Rosen::WindowImpl
1555 virtual WMError SetAPPWindowLabel(const std::string& label) { return WMError::WM_OK; } in SetAPPWindowLabel() function
1357 SetAPPWindowLabel(subWindowTitle_); in SetUIContentInner()1359 SetAPPWindowLabel(dialogTitle_); in SetUIContentInner()1860 WMError WindowSessionImpl::SetAPPWindowLabel(const std::string& label) in SetAPPWindowLabel() function in OHOS::Rosen::WindowSessionImpl
4144 WMError WindowImpl::SetAPPWindowLabel(const std::string& label) in SetAPPWindowLabel() function in OHOS::Rosen::WindowImpl