Searched refs:iconVal (Results 1 – 5 of 5) sorted by relevance
34 std::u16string iconVal; in ReadFromParcel() local35 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, iconVal); in ReadFromParcel()36 icon = Str16ToStr8(iconVal); in ReadFromParcel()
43 std::u16string iconVal; in ReadFromParcel() local44 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, iconVal); in ReadFromParcel()45 icon = Str16ToStr8(iconVal); in ReadFromParcel()
186 const std::optional<std::string>& textVal, const std::optional<std::string>& iconVal) in ProcessTabBarTextIconPair() argument188 if (!iconVal.has_value()) { in ProcessTabBarTextIconPair()194 tabContent->SetBarIcon(iconVal.value()); in ProcessTabBarTextIconPair()197 return TabBarItemComponent::BuildWithTextIcon(textStr, iconVal.value()); in ProcessTabBarTextIconPair()
51 const std::optional<std::string>& textVal, const std::optional<std::string>& iconVal);
86 auto iconVal = obj->GetProperty("icon"); in ParseSheetInfo() local88 if (JSActionSheet::ParseJsMedia(iconVal, icon)) { in ParseSheetInfo()