Searched refs:serialized (Results 1 – 10 of 10) sorted by relevance
/system/bt/osi/include/ |
D | metrics.h | 217 void WriteBase64String(std::string* serialized, bool clear); 218 void WriteString(std::string* serialized, bool clear);
|
/system/bt/osi/src/ |
D | metrics.cc | 399 void BluetoothMetricsLogger::WriteString(std::string* serialized, bool clear) { in WriteString() argument 404 if (!pimpl_->bluetooth_log_->SerializeToString(serialized)) { in WriteString() 413 void BluetoothMetricsLogger::WriteBase64String(std::string* serialized, in WriteBase64String() argument 415 this->WriteString(serialized, clear); in WriteBase64String() 416 base::Base64Encode(*serialized, serialized); in WriteBase64String()
|
D | metrics_linux.cc | 179 void BluetoothMetricsLogger::WriteString(std::string* serialized, bool clear) { in WriteString() argument 183 void BluetoothMetricsLogger::WriteBase64String(std::string* serialized, in WriteBase64String() argument
|
/system/update_engine/payload_generator/ |
D | payload_signer.cc | 67 string serialized; in ConvertSignatureToProtobufBlob() local 68 TEST_AND_RETURN_FALSE(out_message.AppendToString(&serialized)); in ConvertSignatureToProtobufBlob() 70 serialized.begin(), in ConvertSignatureToProtobufBlob() 71 serialized.end()); in ConvertSignatureToProtobufBlob()
|
/system/tpm/attestation/common/ |
D | interface.proto | 73 // The serialized TPM_CERTIFY_INFO or TPM2B_ATTEST for the new key. 138 // The serialized TPM_CERTIFY_INFO or TPM2B_ATTEST for the new key.
|
D | attestation_ca.proto | 68 // The serialized TPM_CERTIFY_INFO for the certified key. 134 // SignedData message, in which the data field is the serialized Challenge 150 // SignedData message, in which the data field is the serialized
|
D | common.proto | 57 // The serialized data that was quoted; this assists in verifying the quote.
|
D | database.proto | 81 // The serialized TPM_CERTIFY_INFO for the certified key.
|
/system/keymaster/ |
D | authorization_set_test.cpp | 354 UniquePtr<uint8_t[]> serialized(new uint8_t[serialize_size]); in TEST() local 355 EXPECT_EQ(serialized.get() + serialize_size, in TEST() 356 growable.Serialize(serialized.get(), serialized.get() + serialize_size)); in TEST() 358 AuthorizationSet deserialized(serialized.get(), serialize_size); in TEST()
|
/system/update_engine/ |
D | update_metadata.proto | 32 // // this location, not including the signature itself). This is a serialized
|