Lines Matching refs:Format
194 Format::Format() in Format() function in OHOS::Media::Format
197 Format::~Format() in ~Format()
207 bool Format::PutIntValue(const std::string &key, int32_t value) in PutIntValue()
212 bool Format::PutLongValue(const std::string &key, int64_t value) in PutLongValue()
217 bool Format::PutFloatValue(const std::string &key, float value) in PutFloatValue()
222 bool Format::PutDoubleValue(const std::string &key, double value) in PutDoubleValue()
227 bool Format::PutStringValue(const std::string &key, const std::string &value) in PutStringValue()
233 bool Format::SetFormatCommon(const std::string &key, const T &value, FormatDataType type) in SetFormatCommon()
255 bool Format::GetStringValue(const std::string &key, std::string &value) const in GetStringValue()
266 bool Format::GetIntValue(const std::string &key, int32_t &value) const in GetIntValue()
277 bool Format::GetLongValue(const std::string &key, int64_t &value) const in GetLongValue()
288 bool Format::GetFloatValue(const std::string &key, float &value) const in GetFloatValue()
299 bool Format::GetDoubleValue(const std::string &key, double &value) const in GetDoubleValue()
310 const std::map<std::string, FormatData *> &Format::GetFormatMap() const in GetFormatMap()
315 bool Format::CopyFrom(const Format &format) in CopyFrom()