Searched refs:SetAppWindowTitle (Results 1 – 11 of 11) sorted by relevance
64 MOCK_METHOD1(SetAppWindowTitle, void(const std::string& title));
66 MOCK_METHOD1(SetAppWindowTitle, void(const std::string &title));
71 MOCK_METHOD1(SetAppWindowTitle, void(const std::string& title));
102 void SetAppWindowTitle(const std::string& title) override {} in SetAppWindowTitle() function
179 virtual void SetAppWindowTitle(const std::string& title) = 0;
143 void SetAppWindowTitle(const std::string& title) override;
3016 void UIContentImpl::SetAppWindowTitle(const std::string& title) in SetAppWindowTitle() function in OHOS::Ace::UIContentImpl
957 uiContent_->SetAppWindowTitle(label); in SetAPPWindowLabel()
421 EXPECT_CALL(*content, SetAppWindowTitle(_));
4150 uiContent_->SetAppWindowTitle(label); in SetAPPWindowLabel()
1868 uiContent->SetAppWindowTitle(label); in SetAPPWindowLabel()