Lines Matching refs:signature
263 AppendStringHeader("signature", GetSignature(), &headers);
335 const char* signature = dbus_message_get_signature(raw_message_);
336 return signature ? signature : "";
522 // Ideally, client shouldn't need to supply the signature string, but
525 // for us to design API that doesn't require the signature but it will
526 // complicate the implementation so we decided to have the signature
530 void MessageWriter::OpenArray(const std::string& signature,
537 signature.c_str(),
543 void MessageWriter::OpenVariant(const std::string& signature,
550 signature.c_str(),
562 NULL, // Signature should be NULL.
574 NULL, // Signature should be NULL.
696 const std::string signature(1u, // length
699 OpenVariant(signature, &variant_writer);
938 std::string signature;
941 signature = raw_signature;
944 return signature;