Home
last modified time | relevance | path

Searched refs:double_indent (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/cpp/evs/manager/1.1/
DHalCamera.cpp573 std::string double_indent(indent); in toString() local
574 double_indent += indent; in toString()
575 buffer += CameraUsageStats::toString(getStats(), double_indent.c_str()); in toString()
584 buffer += handle->toString(double_indent.c_str()); in toString()
598 std::string double_indent(indent); in toString() local
599 double_indent += indent; in toString()
608 double_indent.c_str(), configuration.id, in toString()
609 double_indent.c_str(), configuration.width, in toString()
610 double_indent.c_str(), configuration.height, in toString()
611 double_indent.c_str(), configuration.format, in toString()
[all …]
/packages/services/Car/cpp/evs/manager/1.1/stats/
DStatsCollector.cpp433 std::string double_indent(indent); in toString() local
434 double_indent += indent; in toString()
456 buffer += it->toString(double_indent.c_str()); in toString()