Searched refs:PutFormatVector (Results 1 – 4 of 4) sorted by relevance
143 bool PutFormatVector(const std::string_view &key, std::vector<Format> &value);
146 (void)format.PutFormatVector(key, vecFormat); in Unmarshalling()
277 bool Format::PutFormatVector(const std::string_view &key, std::vector<Format> &value) in PutFormatVector() function in OHOS::Media::Format
2629 body.PutFormatVector(std::string(PlayerKeys::PLAYER_TRACK_INFO), trackInfo); in NotifyUpdateTrackInfo()