Searched refs:GetBarItemsString (Results 1 – 5 of 5) sorted by relevance
24 std::string NavDestinationNodeBase::GetBarItemsString(bool isMenu) const in GetBarItemsString() function in OHOS::Ace::NG::NavDestinationNodeBase
147 std::string GetBarItemsString(bool isMenu) const;
335 json->PutExtAttr("menus", navBarNode->GetBarItemsString(true).c_str(), filter); in ToJsonValue()336 json->PutExtAttr("toolBar", navBarNode->GetBarItemsString(false).c_str(), filter); in ToJsonValue()
499 navBar->GetBarItemsString(true);507 navBar->GetBarItemsString(true);
252 auto ret = barNode->GetBarItemsString(false);