Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_window.cpp162 auto ret = window->SetAPPWindowLabel(label); in SetMissionLabel()
H A Dui_ability.cpp757 if (window->SetAPPWindowLabel(label) != OHOS::Rosen::WMError::WM_OK) { in SetMissionLabel()
H A Dability.cpp1786 if (window->SetAPPWindowLabel(label) != OHOS::Rosen::WMError::WM_OK) { in SetMissionLabel()
/ohos5.0/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
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h190 virtual WMError SetAPPWindowLabel(const std::string& label) override;
H A Dwindow.h269 virtual WMError SetAPPWindowLabel(const std::string& label) = 0;
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test2.cpp412 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));
H A Dwindow_session_impl_test.cpp1125 HWTEST_F(WindowSessionImplTest, SetAPPWindowLabel, Function | SmallTest | Level2)
1140 WMError res = window->SetAPPWindowLabel(label);
1144 res = window->SetAPPWindowLabel(label);
H A Dwindow_test.cpp1590 HWTEST_F(WindowTest, SetAPPWindowLabel, Function | SmallTest | Level2)
1594 auto ret = window->SetAPPWindowLabel("");
1600 ASSERT_EQ(WMError::WM_OK, window_->SetAPPWindowLabel("000111"));
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h295 virtual WMError SetAPPWindowLabel(const std::string& label) override;
H A Dwindow_session_impl.h139 WMError SetAPPWindowLabel(const std::string& label) override;
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp951 WMError WindowImpl::SetAPPWindowLabel(const std::string& label) in SetAPPWindowLabel() function in OHOS::Rosen::WindowImpl
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1555 virtual WMError SetAPPWindowLabel(const std::string& label) { return WMError::WM_OK; } in SetAPPWindowLabel() function
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1357 SetAPPWindowLabel(subWindowTitle_); in SetUIContentInner()
1359 SetAPPWindowLabel(dialogTitle_); in SetUIContentInner()
1860 WMError WindowSessionImpl::SetAPPWindowLabel(const std::string& label) in SetAPPWindowLabel() function in OHOS::Rosen::WindowSessionImpl
H A Dwindow_impl.cpp4144 WMError WindowImpl::SetAPPWindowLabel(const std::string& label) in SetAPPWindowLabel() function in OHOS::Rosen::WindowImpl