Home
last modified time | relevance | path

Searched refs:SetAPPWindowLabel (Results 1 - 15 of 15) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_window.cpp162 auto ret = window->SetAPPWindowLabel(label); in SetMissionLabel()
H A Dui_ability.cpp777 if (window->SetAPPWindowLabel(label) != OHOS::Rosen::WMError::WM_OK) { in SetMissionLabel()
H A Dability.cpp1788 if (window->SetAPPWindowLabel(label) != OHOS::Rosen::WMError::WM_OK) { in SetMissionLabel()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h41 virtual WMError SetAPPWindowLabel(const std::string& label) {return WMError::WM_OK;} in SetAPPWindowLabel() function in OHOS::Rosen::MockWindow
/foundation/window/window_manager/previewer/include/
H A Dwindow.h267 virtual WMError SetAPPWindowLabel(const std::string& label) = 0;
H A Dwindow_impl.h190 virtual WMError SetAPPWindowLabel(const std::string& label) override;
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test2.cpp407 * @tc.name: SetAPPWindowLabel
412 HWTEST_F(WindowImplTest2, SetAPPWindowLabel, Function | SmallTest | Level3) in HWTEST_F()
415 option->SetWindowName("SetAPPWindowLabel"); in HWTEST_F()
422 ASSERT_EQ(WMError::WM_OK, window->SetAPPWindowLabel(label)); in HWTEST_F()
424 ASSERT_EQ(WMError::WM_ERROR_NULLPTR, window->SetAPPWindowLabel(label)); in HWTEST_F()
H A Dwindow_session_impl_test.cpp1171 * @tc.name: SetAPPWindowLabel
1172 * @tc.desc: SetAPPWindowLabel
1175 HWTEST_F(WindowSessionImplTest, SetAPPWindowLabel, Function | SmallTest | Level2) in HWTEST_F()
1177 GTEST_LOG_(INFO) << "WindowSessionImplTest: SetAPPWindowLabel start"; in HWTEST_F()
1179 option->SetWindowName("SetAPPWindowLabel"); in HWTEST_F()
1190 WMError res = window->SetAPPWindowLabel(label); in HWTEST_F()
1194 res = window->SetAPPWindowLabel(label); in HWTEST_F()
1197 GTEST_LOG_(INFO) << "WindowSessionImplTest: SetAPPWindowLabel end"; in HWTEST_F()
H A Dwindow_test.cpp1642 * @tc.name: SetAPPWindowLabel
1646 HWTEST_F(WindowTest, SetAPPWindowLabel, Function | SmallTest | Level2) in HWTEST_F()
1650 auto ret = window->SetAPPWindowLabel(""); in HWTEST_F()
1656 ASSERT_EQ(WMError::WM_OK, window_->SetAPPWindowLabel("000111")); in HWTEST_F()
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp931 WMError WindowImpl::SetAPPWindowLabel(const std::string& label) in SetAPPWindowLabel() function in OHOS::Rosen::WindowImpl
/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h132 WMError SetAPPWindowLabel(const std::string& label) override;
H A Dwindow_impl.h295 virtual WMError SetAPPWindowLabel(const std::string& label) override;
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1502 virtual WMError SetAPPWindowLabel(const std::string& label) { return WMError::WM_OK; } in SetAPPWindowLabel() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1293 SetAPPWindowLabel(subWindowTitle_); in SetUIContentInner()
1295 SetAPPWindowLabel(dialogTitle_); in SetUIContentInner()
1764 WMError WindowSessionImpl::SetAPPWindowLabel(const std::string& label) in SetAPPWindowLabel() function in OHOS::OHOS::Rosen::WindowSessionImpl
H A Dwindow_impl.cpp4102 WMError WindowImpl::SetAPPWindowLabel(const std::string& label) in SetAPPWindowLabel() function in OHOS::Rosen::WindowImpl

Completed in 43 milliseconds