OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Recipient
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/jingle/notifier/listener/
notification_defines.h
31
// A structure representing a <
recipient
/> block within a push message.
32
struct
Recipient
{
33
Recipient
();
34
~
Recipient
();
35
bool Equals(const
Recipient
& other) const;
37
// The bare jid of the
recipient
.
39
// User-specific data for the
recipient
.
43
typedef std::vector<
Recipient
> RecipientList;
notification_defines.cc
45
Recipient
::
Recipient
() {}
46
Recipient
::~
Recipient
() {}
48
bool
Recipient
::Equals(const
Recipient
& other) const {
push_notifications_send_update_task.cc
47
const buzz::QName kQnRecipient(kPushNotificationsNamespace, "
recipient
");
52
// [<
recipient
to='{bare jid}'>{base-64 encoded data}</data>]*
67
const
Recipient
&
recipient
= recipients[i];
local
71
recipient_element->AddAttr(buzz::QN_TO,
recipient
.to);
72
if (!
recipient
.user_specific_data.empty()) {
74
base::Base64Encode(
recipient
.user_specific_data, &base64_data);
/external/chromium_org/sync/notifier/
push_client_channel.cc
42
notifier::
Recipient
recipient
;
local
43
recipient
.to = kBotJid;
46
notification.recipients.push_back(
recipient
);
/external/chromium_org/chrome/browser/extensions/api/usb/
usb_api.h
60
bool ConvertRecipientSafely(const extensions::api::usb::
Recipient
& input,
usb_api.cc
48
using usb::
Recipient
;
82
const char kErrorConvertRecipient[] = "Invalid transfer
recipient
.";
217
bool ConvertRecipient(const
Recipient
& input,
517
const
Recipient
& input, UsbDeviceHandle::TransferRecipient* output) {
961
UsbDeviceHandle::TransferRecipient
recipient
;
local
966
!ConvertRecipientSafely(transfer.
recipient
, &
recipient
)) {
986
recipient
,
[
all
...]
/prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar
Completed in 301 milliseconds