Lines Matching refs:signature
265 AppendStringHeader("signature", GetSignature(), &headers);
337 const char* signature = dbus_message_get_signature(raw_message_);
338 return signature ? signature : "";
524 // Ideally, client shouldn't need to supply the signature string, but
527 // for us to design API that doesn't require the signature but it will
528 // complicate the implementation so we decided to have the signature
532 void MessageWriter::OpenArray(const std::string& signature,
539 signature.c_str(),
545 void MessageWriter::OpenVariant(const std::string& signature,
552 signature.c_str(),
564 NULL, // Signature should be NULL.
576 NULL, // Signature should be NULL.
698 const std::string signature = base::StringPrintf("%c", dbus_type);
700 OpenVariant(signature, &variant_writer);