Searched refs:UpdateNodeContent (Results 1 – 2 of 2) sorted by relevance
372 void UpdateNodeContent(const RefPtr<FrameNode>& node, std::string& text);
1180 UpdateNodeContent(contentNodeMap_[DialogContentNode::TITLE], dialogProperties_.title); in OnLanguageConfigurationUpdate()1186 UpdateNodeContent(contentNodeMap_[DialogContentNode::SUBTITLE], dialogProperties_.subtitle); in OnLanguageConfigurationUpdate()1192 UpdateNodeContent(contentNodeMap_[DialogContentNode::MESSAGE], dialogProperties_.content); in OnLanguageConfigurationUpdate()1224 void DialogPattern::UpdateNodeContent(const RefPtr<FrameNode>& node, std::string& text) in UpdateNodeContent() function in OHOS::Ace::NG::DialogPattern