/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
pingtask.cc | 26 if (!MatchResponseIq(stanza, Jid(STR_EMPTY), task_id())) { 63 MakeIq(buzz::STR_GET, Jid(STR_EMPTY), task_id()));
|
pubsubclient.h | 75 // Signal (this, task_id, item, error stanza) 80 // Signal (this, task_id, item) 84 // Signal (this, task_id, error stanza) 88 // Signal (this, task_id)
|
jingleinfotask.cc | 45 MakeIq(STR_GET, Jid(), task_id())); 60 if (!MatchResponseIq(stanza, Jid(), task_id()))
|
xmpptask.h | 136 std::string task_id() const { return id_; } function in class:buzz::XmppTask 161 const std::string& task_id); 167 const Jid& to, const std::string& task_id);
|
pubsub_task.cc | 61 if (MatchResponseIq(stanza, pubsub_node_jid_, task_id())) { 103 MakeIq(buzz::STR_GET, pubsub_node_jid_, task_id()));
|
/external/chromium/chrome/browser/extensions/ |
extension_file_browser_private_api.cc | 81 // Breaks down task_id that is used between getFileTasks() and executeTask() on 82 // its building blocks. task_id field the following structure: 85 bool CrackTaskIdentifier(const std::string& task_id, 89 int count = Tokenize(task_id, std::string("|"), &result); 210 void UpdateFileHandlerUsageStats(Profile* profile, const std::string& task_id) { 215 prefs_usage_update->SetWithoutPathExpansion(task_id, 436 const std::string task_id, 442 task_id_(task_id), 634 std::string task_id; local 635 if (!args_->GetString(0, &task_id) || !task_id.size() [all...] |
extension_file_browser_private_api.h | 60 // Initates execution of context menu tasks identified with |task_id| for 62 bool InitiateFileTaskExecution(const std::string& task_id, 65 const std::string& task_id, 68 void ExecuteFileActionsOnUIThread(const std::string& task_id,
|
/external/chromium_org/jingle/notifier/listener/ |
push_notifications_subscribe_task.h | 43 const buzz::Jid& jid, const std::string& task_id);
|
send_ping_task.h | 40 static buzz::XmlElement* MakePingStanza(const std::string& task_id);
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
private_api_tasks.cc | 65 // TODO(kaznacheev): Crack the task_id here, store it in the Executor 69 if (!file_manager::file_tasks::ParseTaskID(params->task_id, &task)) { 70 LOG(WARNING) << "Invalid task " << params->task_id; 162 converted->task_id = file_manager::file_tasks::TaskDescriptorToId( 208 GetProfile()->GetPrefs(), params->task_id, suffixes, mime_types);
|
/external/chromium/chrome/browser/sync/notifier/ |
cache_invalidation_packet_handler.cc | 123 MakeCacheInvalidationIqPacket(to_jid_, task_id(), msg_, 149 if (!MatchResponseIq(stanza, to_jid_, task_id())) { 161 const std::string& task_id, 164 buzz::XmlElement* iq = MakeIq(buzz::STR_SET, to_jid, task_id);
|
/external/bluetooth/bluedroid/bta/sys/ |
bta_sys_int.h | 63 UINT8 task_id; /* GKI task id */ member in struct:__anon597
|
bta_sys_main.c | 175 bta_sys_cb.task_id = GKI_get_taskid(); 597 GKI_send_msg(bta_sys_cb.task_id, p_bta_sys_cfg->mbox, p_msg);
|
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
callclient.h | 219 void OnHangoutPublishAudioMuteError(const std::string& task_id, 221 void OnHangoutPublishPresenterError(const std::string& task_id, 223 void OnHangoutPublishRecordingError(const std::string& task_id, 225 void OnHangoutRemoteMuteError(const std::string& task_id,
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
sessionsendtask.h | 77 stanza_->SetAttr(buzz::QN_ID, task_id()); 119 buzz::Jid(stanza_->Attr(buzz::QN_TO)), task_id()))
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/ |
sessionsendtask.h | 80 stanza_->SetAttr(buzz::QN_ID, task_id()); 128 buzz::Jid(stanza_->Attr(buzz::QN_TO)), task_id()))
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
file_tasks.h | 190 const std::string& task_id, 224 // "task_id" looks like. 225 bool ParseTaskID(const std::string& task_id, TaskDescriptor* task);
|
file_tasks_unittest.cc | 69 const std::string task_id = local 71 EXPECT_EQ("app-id|file|action-id", task_id); 87 const std::string task_id = local 89 EXPECT_EQ("app-id|drive|action-id", task_id);
|
/external/bluetooth/bluedroid/gki/ulinux/ |
gki_int.h | 30 * task_id -2 to the thread */
|
/external/chromium_org/jingle/glue/ |
thread_wrapper.h | 104 void RunTask(int task_id);
|
/external/bluetooth/bluedroid/gki/common/ |
gki.h | 374 GKI_API extern void GKI_destroy_task(UINT8 task_id); 375 GKI_API extern void GKI_task_self_cleanup(UINT8 task_id);
|
gki_debug.c | 194 print("%3d: 0x%02x %4d %10s\n", i, hdr->task_id, hdr->status, (*magic == MAGIC_NO)?"OK":"CORRUPTED"); 240 GKI_map_taskname(p_hdr->task_id),
|
/external/chromium_org/third_party/libjingle/source/talk/examples/plus/ |
rostertask.cc | 184 talk_base::scoped_ptr<XmlElement> get(MakeIq(STR_GET, JID_EMPTY, task_id())); 202 if (!MatchResponseIq(stanza, JID_EMPTY, task_id()))
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
gki_debug.c | 193 print("%3d: 0x%02x %4d %10s\n", i, hdr->task_id, hdr->status, (*magic == MAGIC_NO)?"OK":"CORRUPTED"); 239 GKI_map_taskname(p_hdr->task_id),
|
/external/libnfc-nci/src/gki/common/ |
gki_debug.c | 193 print("%3d: 0x%02x %4d %10s\n", i, hdr->task_id, hdr->status, (*magic == MAGIC_NO)?"OK":"CORRUPTED"); 239 GKI_map_taskname(p_hdr->task_id),
|