/external/chromium_org/components/enhanced_bookmarks/ |
enhanced_bookmark_model_observer.h | 31 // Called when the remote id of a node changes. If |remote_id| is empty, the 36 const std::string& remote_id) {};
|
enhanced_bookmark_model.cc | 154 const std::string& remote_id) { 155 IdToNodeMap::iterator it = id_map_.find(remote_id); 294 std::string remote_id = GetRemoteId(node); local 295 id_map_.erase(remote_id); 308 std::string remote_id = GetRemoteId(node); local 309 if (remote_id != prev_remote_id_) { 311 if (!remote_id.empty()) { 318 EnhancedBookmarkRemoteIdChanged(node, prev_remote_id_, remote_id)); 343 std::string remote_id = GetRemoteId(node); local 344 if (remote_id.empty() [all...] |
bookmark_server_search_service.h | 57 const std::string& remote_id) OVERRIDE;
|
bookmark_server_service.cc | 50 const std::string& remote_id) const { 52 starsid_to_bookmark_.find(remote_id);
|
bookmark_server_service.h | 57 const std::string& remote_id) const;
|
bookmark_server_search_service.cc | 113 const std::string& remote_id) {
|
enhanced_bookmark_model.h | 66 // Returns the bookmark node corresponding to the given |remote_id|, or NULL 68 const BookmarkNode* BookmarkForRemoteId(const std::string& remote_id);
|
enhanced_bookmark_model_unittest.cc | 128 const std::string& remote_id) OVERRIDE { 132 last_remote_id_ = remote_id;
|
/external/chromium_org/mojo/system/ |
channel.h | 90 // the given |remote_id| (negotiated using some other means, e.g., over an 95 MessageInTransit::EndpointId remote_id); 98 // must already be attached); |local_id| and |remote_id| are relative to this 99 // channel (i.e., |local_id| is the other side's remote ID and |remote_id| is 104 MessageInTransit::EndpointId remote_id); 119 MessageInTransit::EndpointId remote_id); 151 MessageInTransit::EndpointId remote_id);
|
channel.cc | 125 MessageInTransit::EndpointId remote_id) { 146 "(local ID " << local_id << ", remote ID " << remote_id << ")"; local 152 endpoint->Run(remote_id); 158 MessageInTransit::EndpointId remote_id) { 170 remote_id)) { 175 static_cast<unsigned>(remote_id))); 201 MessageInTransit::EndpointId remote_id) { 219 if (remote_id == MessageInTransit::kInvalidEndpointId) 241 remote_id)) { 246 static_cast<unsigned>(remote_id))); 505 << ", local ID " << local_id << ", remote ID " << remote_id; local [all...] |
channel_endpoint.cc | 82 void ChannelEndpoint::Run(MessageInTransit::EndpointId remote_id) { 83 DCHECK_NE(remote_id, MessageInTransit::kInvalidEndpointId); 88 remote_id_ = remote_id;
|
channel_endpoint.h | 136 void Run(MessageInTransit::EndpointId remote_id);
|
message_pipe_dispatcher.cc | 111 MessageInTransit::EndpointId remote_id = local 113 if (remote_id == MessageInTransit::kInvalidEndpointId) { 125 "attach; remote ID = " << remote_id << ")"; 128 DVLOG(2) << "Deserializing message pipe dispatcher (remote ID = " << remote_id 131 if (!channel->RunMessagePipeEndpoint(local_id, remote_id)) { 138 channel->RunRemoteMessagePipeEndpoint(local_id, remote_id);
|
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_csm.c | 436 p_ccb->p_rcb->psm, p_ccb->remote_id); 477 l2cu_send_peer_disc_rsp (p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, p_ccb->remote_cid); 687 p_ccb->remote_id); [all...] |
l2c_int.h | 304 UINT8 remote_id; /* Transaction ID for local */ member in struct:t_l2c_ccb 616 extern void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, UINT16 remote_cid); [all...] |
l2c_main.c | 458 p_ccb->remote_id = id; 582 p_ccb->remote_id = id; 691 p_ccb->remote_id = id; [all...] |
l2c_utils.c | 521 if ((p_buf=l2cu_build_header(p_ccb->p_lcb, L2CAP_CONN_RSP_LEN, L2CAP_CMD_CONN_RSP, p_ccb->remote_id)) == NULL) 707 L2CAP_CMD_CONFIG_RSP, p_ccb->remote_id)) == NULL ) 832 UINT8_TO_STREAM (p, p_ccb->remote_id); 963 void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, 969 if ((p_buf=l2cu_build_header(p_lcb, L2CAP_DISC_RSP_LEN, L2CAP_CMD_DISC_RSP, remote_id)) == NULL) [all...] |
l2c_api.c | 386 if (p_ccb->remote_id != id) 388 L2CAP_TRACE_WARNING ("L2CAP - bad id in L2CA_conn_rsp. Exp: %d Got: %d", p_ccb->remote_id, id); [all...] |
/bionic/libc/kernel/uapi/rdma/ |
ib_user_cm.h | 86 __be32 remote_id; member in struct:ib_ucm_attr_id_resp
|
/external/kernel-headers/original/uapi/rdma/ |
ib_user_cm.h | 103 __be32 remote_id; member in struct:ib_ucm_attr_id_resp
|
/external/netperf/ |
netlib.c | 2975 char *remote_id=""; local [all...] |