Home
last modified time | relevance | path

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

/system/bt/common/
Dmetrics.cc474 std::string protoBase64; in WriteBase64() local
475 this->WriteBase64String(&protoBase64); in WriteBase64()
477 OSI_NO_INTR(ret = write(fd, protoBase64.c_str(), protoBase64.size())); in WriteBase64()