Searched defs:ToString (Results 1 - 18 of 18) sorted by relevance

/system/update_engine/update_manager/
H A Dpolicy.cc25 string ToString(EvalStatus status) { function in namespace:chromeos_update_manager
H A Dboxed_value.h90 std::string ToString() const { function in class:chromeos_update_manager::BoxedValue
/system/weaved/common/
H A Dbinder_utils.h47 inline std::string ToString(const android::String16& value) { function in namespace:weaved::binder_utils
/system/extras/simpleperf/
H A Dbuild_id.h63 std::string ToString() const { function in class:BuildId
/system/update_engine/common/
H A Dmulti_range_http_fetcher.cc73 LOG(INFO) << "starting transfer of range " << range.ToString();
181 std::string MultiRangeHttpFetcher::Range::ToString() const { function in class:chromeos_update_engine::MultiRangeHttpFetcher::Range
H A Dutils.cc995 string ToString(const Time utc_time) { function in namespace:chromeos_update_engine::utils
1007 string ToString(bool b) { function in namespace:chromeos_update_engine::utils
1011 string ToString(DownloadSource source) { function in namespace:chromeos_update_engine::utils
1024 string ToString(PayloadType payload_type) { function in namespace:chromeos_update_engine::utils
/system/bt/service/common/bluetooth/
H A Duuid.cpp149 std::string UUID::ToString() const { function in class:bluetooth::UUID
/system/connectivity/shill/net/
H A Dnetlink_message.cc191 string ErrorAckMessage::ToString() const { function in class:shill::ErrorAckMessage
204 VLOG(header_log_level) << ToString();
217 VLOG(header_log_level) << ToString();
229 VLOG(header_log_level) << ToString();
243 VLOG(header_log_level) << ToString();
H A Dnetlink_message.h164 std::string ToString() const;
182 std::string ToString() const { return "<NOOP>"; } function in class:shill::NoopMessage
197 std::string ToString() const { return "<DONE with multipart message>"; } function in class:shill::DoneMessage
212 std::string ToString() const { return "<OVERRUN - data lost>"; } function in class:shill::OverrunMessage
H A Dip_address.cc249 string IPAddress::ToString() const { function in class:shill::IPAddress
H A Dnl80211_attribute.cc490 bool Nl80211AttributeMac::ToString(std::string* value) const { function in class:shill::Nl80211AttributeMac
H A Dnl80211_message.cc375 bool Nl80211Frame::ToString(string* output) const { function in class:shill::Nl80211Frame
H A Dnetlink_attribute.cc390 << (ToString(&attribute_value) ? attribute_value :
478 bool NetlinkU8Attribute::ToString(string* output) const { function in class:shill::NetlinkU8Attribute
532 bool NetlinkU16Attribute::ToString(string* output) const { function in class:shill::NetlinkU16Attribute
586 bool NetlinkU32Attribute::ToString(string* output) const { function in class:shill::NetlinkU32Attribute
639 bool NetlinkU64Attribute::ToString(string* output) const { function in class:shill::NetlinkU64Attribute
683 bool NetlinkFlagAttribute::ToString(string* output) const { function in class:shill::NetlinkFlagAttribute
751 bool NetlinkStringAttribute::ToString(string* output) const { function in class:shill::NetlinkStringAttribute
772 bool NetlinkSsidAttribute::ToString(string* output) const { function in class:shill::NetlinkSsidAttribute
838 bool NetlinkNestedAttribute::ToString(string* output) const { function in class:shill::NetlinkNestedAttribute
844 // This should never be called (attribute->ToString i
1055 bool NetlinkRawAttribute::ToString(string* output) const { function in class:shill::NetlinkRawAttribute
[all...]
/system/core/libcutils/tests/
H A DPropertiesTest.cpp74 static std::string ToString(T value) { function in class:android::PropertiesTest
218 const std::string longMaxString = ToString(INT64_MAX);
221 const std::string longMinString = ToString(INT64_MIN);
265 const std::string intMaxString = ToString(INT32_MAX);
268 const std::string intMinString = ToString(INT32_MIN);
/system/tools/aidl/
H A Daidl_language.cpp47 string AidlType::ToString() const { function in class:AidlType
66 string AidlArgument::ToString() const { function in class:AidlArgument
83 ret += type_->ToString();
/system/core/base/
H A Dlogging.cpp353 std::string ToString() const { function in class:android::base::LogMessageData
378 std::string msg(data_->ToString());
/system/core/libmemunreachable/
H A DMemUnreachable.cpp407 std::string Leak::ToString(bool log_contents) const { function in class:Leak
488 std::string UnreachableMemoryInfo::ToString(bool log_contents) const { function in class:UnreachableMemoryInfo
497 oss << it->ToString(log_contents);
510 return info.ToString(log_contents);
520 ALOGE("%s", it->ToString(log_contents).c_str());
/system/netd/tests/
H A Dnetd_test.cpp320 std::string ToString(const hostent* he) const { function in class:ResolverTest
329 std::string ToString(const addrinfo* ai) const { function in class:ResolverTest
389 std::string result_str = ToString(result);
437 EXPECT_EQ("1.2.3.3", ToString(result));
482 EXPECT_EQ(mapping.ip4, ToString(result));
536 std::string result_str = ToString(result);
551 result_str = ToString(result);
572 result_str = ToString(result);
602 EXPECT_EQ("1.2.3.5", ToString(result));
627 EXPECT_EQ("1.2.3.3", ToString(resul
[all...]

Completed in 646 milliseconds