Searched refs:client_info (Results 1 - 13 of 13) sorted by relevance

/external/google-breakpad/src/client/windows/crash_generation/
H A Dcrash_generation_server.cc37 #include "client/windows/crash_generation/client_info.h"
181 ClientInfo* client_info = *iter; local
187 client_info->UnregisterProcessExitWait(true);
188 client_info->UnregisterDumpRequestWaitAndBlockUntilNoPending();
194 delete client_info;
426 scoped_ptr<ClientInfo> client_info(
435 if (!client_info->Initialize()) {
441 // Iff successful, assigns ownership of the client_info pointer to the server
443 if (!RespondToClient(client_info.get())) {
449 client_info_ = client_info
604 PrepareReply(const ClientInfo& client_info, ProtocolMessage* reply) const argument
651 CreateClientHandles(const ClientInfo& client_info, ProtocolMessage* reply) const argument
687 RespondToClient(ClientInfo* client_info) argument
772 AddClient(ClientInfo* client_info) argument
823 ClientInfo* client_info = reinterpret_cast<ClientInfo*>(context); local
838 ClientInfo* client_info = reinterpret_cast<ClientInfo*>(context); local
846 HandleClientProcessExit(ClientInfo* client_info) argument
878 HandleDumpRequest(const ClientInfo& client_info) argument
[all...]
H A Dcrash_generation_server.h53 const ClientInfo* client_info);
56 const ClientInfo* client_info,
60 const ClientInfo* client_info);
167 bool PrepareReply(const ClientInfo& client_info,
174 bool CreateClientHandles(const ClientInfo& client_info,
179 bool RespondToClient(ClientInfo* client_info);
185 void HandleDumpRequest(const ClientInfo& client_info);
197 void HandleClientProcessExit(ClientInfo* client_info);
200 bool AddClient(ClientInfo* client_info);
H A Dclient_info.h171 ClientInfo(const ClientInfo& client_info);
172 ClientInfo& operator=(const ClientInfo& client_info);
/external/google-breakpad/src/client/linux/crash_generation/
H A Dcrash_generation_server.h49 const ClientInfo* client_info,
53 const ClientInfo* client_info);
/external/google-breakpad/src/client/windows/unittests/
H A Dcrash_generation_server_test.cc80 void(const google_breakpad::ClientInfo* client_info));
82 void(const google_breakpad::ClientInfo* client_info,
85 void(const google_breakpad::ClientInfo* client_info));
235 void* context, const google_breakpad::ClientInfo* client_info) {
237 OnClientConnected(client_info);
242 const google_breakpad::ClientInfo* client_info,
245 OnClientDumpRequested(client_info, file_path);
249 void* context, const google_breakpad::ClientInfo* client_info) {
251 OnClientExited(client_info);
234 CallOnClientConnected( void* context, const google_breakpad::ClientInfo* client_info) argument
240 CallOnClientDumpRequested( void* context, const google_breakpad::ClientInfo* client_info, const std::wstring* file_path) argument
248 CallOnClientExited( void* context, const google_breakpad::ClientInfo* client_info) argument
H A Dexception_handler_test.cc95 const google_breakpad::ClientInfo *client_info,
155 const google_breakpad::ClientInfo *client_info,
153 ClientDumpCallback( void *dump_context, const google_breakpad::ClientInfo *client_info, const wstring *dump_path) argument
H A Dexception_handler_death_test.cc145 const google_breakpad::ClientInfo *client_info,
144 clientDumpCallback(void *dump_context, const google_breakpad::ClientInfo *client_info, const std::wstring *dump_path) argument
/external/google-breakpad/src/client/mac/crash_generation/
H A Dcrash_generation_server.h63 const ClientInfo &client_info,
67 const ClientInfo &client_info);
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
H A Dcrash_generation_app.cc38 #include "client/windows/crash_generation/client_info.h"
201 const ClientInfo* client_info) {
207 client_info->pid());
218 const ClientInfo* client_info,
225 client_info->pid());
234 CustomClientInfo custom_info = client_info->GetCustomInfo();
263 const ClientInfo* client_info) {
269 client_info->pid());
200 ShowClientConnected(void* context, const ClientInfo* client_info) argument
217 ShowClientCrashed(void* context, const ClientInfo* client_info, const wstring* dump_path) argument
262 ShowClientExited(void* context, const ClientInfo* client_info) argument
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_group.c27 struct wpabuf *client_info; member in struct:p2p_group_member
79 wpabuf_free(m->client_info);
129 if (m->client_info == NULL)
131 if (wpabuf_tailroom(ie) < wpabuf_len(m->client_info) + 1)
133 wpabuf_put_buf(ie, m->client_info);
615 m->client_info = p2p_build_client_info(addr, m->p2p_ie,
629 " to group (p2p=%d wfd=%d client_info=%d); num_members=%u/%u",
631 m->client_info ? 1 : 0,
720 if (m->client_info == NULL || wps == NULL)
723 pos = wpabuf_head(m->client_info);
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_group.c27 struct wpabuf *client_info; member in struct:p2p_group_member
79 wpabuf_free(m->client_info);
129 if (m->client_info == NULL)
131 if (wpabuf_tailroom(ie) < wpabuf_len(m->client_info) + 1)
133 wpabuf_put_buf(ie, m->client_info);
615 m->client_info = p2p_build_client_info(addr, m->p2p_ie,
629 " to group (p2p=%d wfd=%d client_info=%d); num_members=%u/%u",
631 m->client_info ? 1 : 0,
720 if (m->client_info == NULL || wps == NULL)
723 pos = wpabuf_head(m->client_info);
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_group.c27 struct wpabuf *client_info; member in struct:p2p_group_member
79 wpabuf_free(m->client_info);
129 if (m->client_info == NULL)
131 if (wpabuf_tailroom(ie) < wpabuf_len(m->client_info) + 1)
133 wpabuf_put_buf(ie, m->client_info);
615 m->client_info = p2p_build_client_info(addr, m->p2p_ie,
629 " to group (p2p=%d wfd=%d client_info=%d); num_members=%u/%u",
631 m->client_info ? 1 : 0,
720 if (m->client_info == NULL || wps == NULL)
723 pos = wpabuf_head(m->client_info);
[all...]
/external/google-breakpad/src/client/mac/tests/
H A Dcrash_generation_server_test.cc42 #include "client/mac/crash_generation/client_info.h"
150 void dumpCallback(void *context, const ClientInfo &client_info, argument
157 self->child_pid = client_info.pid();

Completed in 462 milliseconds