Searched defs:remote_id (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/components/enhanced_bookmarks/
H A Denhanced_bookmark_model_observer.h31 // Called when the remote id of a node changes. If |remote_id| is empty, the
36 const std::string& remote_id) {};
34 EnhancedBookmarkRemoteIdChanged(const BookmarkNode* node, const std::string& old_remote_id, const std::string& remote_id) argument
H A Dbookmark_server_search_service.cc113 const std::string& remote_id) {
110 EnhancedBookmarkRemoteIdChanged( const BookmarkNode* node, const std::string& old_remote_id, const std::string& remote_id) argument
H A Denhanced_bookmark_model.cc154 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
153 BookmarkForRemoteId( const std::string& remote_id) argument
[all...]
/external/chromium_org/mojo/system/
H A Dchannel_endpoint.cc82 void ChannelEndpoint::Run(MessageInTransit::EndpointId remote_id) { argument
83 DCHECK_NE(remote_id, MessageInTransit::kInvalidEndpointId);
88 remote_id_ = remote_id;
H A Dchannel.cc125 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)));
124 RunMessagePipeEndpoint(MessageInTransit::EndpointId local_id, MessageInTransit::EndpointId remote_id) argument
156 RunRemoteMessagePipeEndpoint( MessageInTransit::EndpointId local_id, MessageInTransit::EndpointId remote_id) argument
199 DetachMessagePipeEndpoint( MessageInTransit::EndpointId local_id, MessageInTransit::EndpointId remote_id) argument
443 RemoveMessagePipeEndpoint( MessageInTransit::EndpointId local_id, MessageInTransit::EndpointId remote_id) argument
501 SendControlMessage(MessageInTransit::Subtype subtype, MessageInTransit::EndpointId local_id, MessageInTransit::EndpointId remote_id) argument
505 << ", local ID " << local_id << ", remote ID " << remote_id; local
[all...]
H A Dmessage_pipe_dispatcher.cc111 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/kernel-headers/original/uapi/rdma/
H A Dib_user_cm.h103 __be32 remote_id; member in struct:ib_ucm_attr_id_resp
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_utils.c521 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, argument
969 if ((p_buf=l2cu_build_header(p_lcb, L2CAP_DISC_RSP_LEN, L2CAP_CMD_DISC_RSP, remote_id)) == NULL)
1125 void l2cu_send_peer_info_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 info_type) argument
1155 if ((p_buf = l2cu_build_header(p_lcb, len, L2CAP_CMD_INFO_RSP, remote_id)) == NULL)
H A Dl2c_int.h304 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);
/external/netperf/
H A Dnetlib.c2998 char *remote_id="";
3019 remote_id);
2975 char *remote_id=""; local

Completed in 3234 milliseconds