Home
last modified time | relevance | path

Searched refs:notifier_options (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/jingle/notifier/listener/
Dpush_client.cc21 const NotifierOptions& notifier_options) { in CreateXmppPushClient() argument
22 return scoped_ptr<PushClient>(new XmppPushClient(notifier_options)); in CreateXmppPushClient()
28 const NotifierOptions& notifier_options) { in CreateDefault() argument
30 notifier_options.request_context_getter->GetNetworkTaskRunner(), in CreateDefault()
31 base::Bind(&CreateXmppPushClient, notifier_options))); in CreateDefault()
35 const NotifierOptions& notifier_options) { in CreateDefaultOnIOThread() argument
36 CHECK(notifier_options.request_context_getter->GetNetworkTaskRunner()-> in CreateDefaultOnIOThread()
38 return CreateXmppPushClient(notifier_options); in CreateDefaultOnIOThread()
Dpush_client.h28 const NotifierOptions& notifier_options);
34 const NotifierOptions& notifier_options);
Dxmpp_push_client.cc16 XmppPushClient::XmppPushClient(const NotifierOptions& notifier_options) in XmppPushClient() argument
17 : notifier_options_(notifier_options) { in XmppPushClient()
Dxmpp_push_client.h43 explicit XmppPushClient(const NotifierOptions& notifier_options);
/external/chromium_org/jingle/notifier/base/
Dnotifier_options_util.cc16 const NotifierOptions& notifier_options, in MakeXmppClientSettings() argument
27 xmpp_client_settings.set_auth_token(notifier_options.auth_mechanism, in MakeXmppClientSettings()
28 notifier_options.invalidate_xmpp_login ? in MakeXmppClientSettings()
30 if (notifier_options.auth_mechanism == buzz::AUTH_MECHANISM_OAUTH2) in MakeXmppClientSettings()
34 if (notifier_options.allow_insecure_connection) { in MakeXmppClientSettings()
42 const NotifierOptions& notifier_options) { in GetServerList() argument
46 if (!notifier_options.xmpp_host_port.host().empty()) { in GetServerList()
48 ServerInformation(notifier_options.xmpp_host_port, in GetServerList()
Dnotifier_options_util.h21 const NotifierOptions& notifier_options,
24 ServerList GetServerList(const NotifierOptions& notifier_options);
/external/chromium_org/sync/tools/
Dsync_listen_notifications.cc117 notifier::NotifierOptions notifier_options; in ParseNotifierOptions() local
118 notifier_options.request_context_getter = request_context_getter; in ParseNotifierOptions()
121 notifier_options.xmpp_host_port = in ParseNotifierOptions()
124 LOG(INFO) << "Using " << notifier_options.xmpp_host_port.ToString() in ParseNotifierOptions()
128 notifier_options.try_ssltcp_first = in ParseNotifierOptions()
130 LOG_IF(INFO, notifier_options.try_ssltcp_first) in ParseNotifierOptions()
133 notifier_options.allow_insecure_connection = in ParseNotifierOptions()
135 LOG_IF(INFO, notifier_options.allow_insecure_connection) in ParseNotifierOptions()
138 return notifier_options; in ParseNotifierOptions()
181 const notifier::NotifierOptions& notifier_options = in SyncListenNotificationsMain() local
[all …]
Dsync_client.cc271 notifier::NotifierOptions notifier_options; in ParseNotifierOptions() local
272 notifier_options.request_context_getter = request_context_getter; in ParseNotifierOptions()
273 notifier_options.auth_mechanism = "X-OAUTH2"; in ParseNotifierOptions()
276 notifier_options.xmpp_host_port = in ParseNotifierOptions()
279 LOG(INFO) << "Using " << notifier_options.xmpp_host_port.ToString() in ParseNotifierOptions()
283 notifier_options.try_ssltcp_first = in ParseNotifierOptions()
285 LOG_IF(INFO, notifier_options.try_ssltcp_first) in ParseNotifierOptions()
288 notifier_options.allow_insecure_connection = in ParseNotifierOptions()
290 LOG_IF(INFO, notifier_options.allow_insecure_connection) in ParseNotifierOptions()
293 return notifier_options; in ParseNotifierOptions()
[all …]
/external/chromium_org/components/invalidation/
Dinvalidation_service_util.cc17 notifier::NotifierOptions notifier_options; in ParseNotifierOptions() local
20 notifier_options.xmpp_host_port = in ParseNotifierOptions()
24 DVLOG(1) << "Using " << notifier_options.xmpp_host_port.ToString() in ParseNotifierOptions()
28 notifier_options.allow_insecure_connection = in ParseNotifierOptions()
30 DVLOG_IF(1, notifier_options.allow_insecure_connection) in ParseNotifierOptions()
33 return notifier_options; in ParseNotifierOptions()
Dnon_blocking_invalidator_unittest.cc42 notifier::NotifierOptions notifier_options; in CreateInvalidator() local
43 notifier_options.request_context_getter = request_context_getter_; in CreateInvalidator()
45 NonBlockingInvalidator::MakePushClientChannelCreator(notifier_options); in CreateInvalidator()
Dp2p_invalidation_service.cc26 notifier::NotifierOptions notifier_options = in P2PInvalidationService() local
28 notifier_options.request_context_getter = request_context; in P2PInvalidationService()
31 notifier::PushClient::CreateDefault(notifier_options), in P2PInvalidationService()
Dsync_system_resources.cc167 const notifier::NotifierOptions& notifier_options) { in CreatePushClientChannel() argument
169 notifier::PushClient::CreateDefaultOnIOThread(notifier_options)); in CreatePushClientChannel()
Dnon_blocking_invalidator.h73 const notifier::NotifierOptions& notifier_options);
Dnon_blocking_invalidator.cc323 const notifier::NotifierOptions& notifier_options) { in MakePushClientChannelCreator() argument
325 notifier_options); in MakePushClientChannelCreator()
Dsync_system_resources.h137 const notifier::NotifierOptions& notifier_options); in NON_EXPORTED_BASE()
/external/chromium_org/jingle/
DBUILD.gn37 "notifier/base/notifier_options.cc",
38 "notifier/base/notifier_options.h",
184 "notifier/base/notifier_options.cc",
185 "notifier/base/notifier_options.h",
Djingle.gyp50 'notifier/base/notifier_options.cc',
51 'notifier/base/notifier_options.h',
203 'notifier/base/notifier_options.cc',
204 'notifier/base/notifier_options.h',
/external/chromium_org/chrome/service/cloud_print/
Dcloud_print_proxy_backend.cc338 notifier::NotifierOptions notifier_options; in InitNotifications() local
339 notifier_options.request_context_getter = in InitNotifications()
341 notifier_options.auth_mechanism = "X-OAUTH2"; in InitNotifications()
342 notifier_options.try_ssltcp_first = true; in InitNotifications()
343 notifier_options.xmpp_host_port = net::HostPortPair::FromString( in InitNotifications()
346 push_client_ = notifier::PushClient::CreateDefault(notifier_options); in InitNotifications()