Searched refs:GetCoding (Results 1 – 5 of 5) sorted by relevance
| /developtools/smartperf_host/trace_streamer/src/base/ |
| D | codec_cov.h | 31 CODING GetCoding(const uint8_t* data, int32_t len);
|
| D | codec_cov.cpp | 94 CODING GetCoding(const uint8_t* data, int32_t len) in GetCoding() function
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_data_db.cpp | 114 if (!base::GetCoding(reinterpret_cast<const uint8_t*>(attachSql.c_str()), attachSql.length())) { in CreatEmptyBatchDB() 140 if (!base::GetCoding(reinterpret_cast<const uint8_t*>(attachSql.c_str()), attachSql.length())) { in BatchExportDatabase() 175 if (!base::GetCoding(reinterpret_cast<const uint8_t*>(attachSql.c_str()), attachSql.length())) { in RevertTableName() 206 if (!base::GetCoding(reinterpret_cast<const uint8_t*>(attachSql.c_str()), attachSql.length())) { in ExportDatabase()
|
| /developtools/smartperf_host/trace_streamer/src/ |
| D | main.cpp | 185 …if (!base::GetCoding(reinterpret_cast<const uint8_t*>(fileNameTmp.c_str()), fileNameTmp.length()))… in OpenAndParserFile() 204 …if (!base::GetCoding(reinterpret_cast<const uint8_t*>(fileNameTmp.c_str()), fileNameTmp.length()))… in ExportDatabase() 231 …if (!base::GetCoding(reinterpret_cast<const uint8_t*>(fileNameTmp.c_str()), fileNameTmp.length()))… in LongTraceExportDatabase()
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/trace_data/ |
| D | demo_trace_data_db.cpp | 91 …if (!base::GetCoding(reinterpret_cast<const uint8_t*>(demoAttachSql.c_str()), demoAttachSql.length… in DemoExportDatabase()
|