Searched refs:outString_ (Results 1 – 4 of 4) sorted by relevance
182 if (format->outString_ != nullptr) { in OH_AVFormat_GetStringValue()183 free(format->outString_); in OH_AVFormat_GetStringValue()184 format->outString_ = nullptr; in OH_AVFormat_GetStringValue()194 format->outString_ = static_cast<char *>(malloc((bufLength + 1) * sizeof(char))); in OH_AVFormat_GetStringValue()195 FALSE_RETURN_V_MSG_E(format->outString_ != nullptr, false, "malloc out string nullptr!"); in OH_AVFormat_GetStringValue()197 if (strcpy_s(format->outString_, bufLength + 1, str.c_str()) != EOK) { in OH_AVFormat_GetStringValue()199 free(format->outString_); in OH_AVFormat_GetStringValue()200 format->outString_ = nullptr; in OH_AVFormat_GetStringValue()204 *out = format->outString_; in OH_AVFormat_GetStringValue()
38 if (outString_ != nullptr) { in ~OH_AVFormat()39 free(outString_); in ~OH_AVFormat()40 outString_ = nullptr; in ~OH_AVFormat()
60 char *outString_ = nullptr; member
329 if (temp->outString_ != nullptr) { in GetTransData()330 free(temp->outString_); in GetTransData()331 temp->outString_ = nullptr; in GetTransData()391 if (val.second->outString_ != nullptr) { in FormatToTempFunc()392 free(val.second->outString_); in FormatToTempFunc()393 val.second->outString_ = nullptr; in FormatToTempFunc()