Lines Matching refs:BreakpadRef
40 typedef void *BreakpadRef; typedef
158 BreakpadRef BreakpadCreate(NSDictionary *parameters);
161 void BreakpadRelease(BreakpadRef ref);
182 void BreakpadSetKeyValue(BreakpadRef ref, NSString *key, NSString *value);
183 NSString *BreakpadKeyValue(BreakpadRef ref, NSString *key);
184 void BreakpadRemoveKeyValue(BreakpadRef ref, NSString *key);
190 void BreakpadAddUploadParameter(BreakpadRef ref, NSString *key,
195 void BreakpadRemoveUploadParameter(BreakpadRef ref, NSString *key);
200 int BreakpadGetCrashReportCount(BreakpadRef ref);
203 NSDictionary *BreakpadGetNextReportConfiguration(BreakpadRef ref);
206 void BreakpadUploadNextReport(BreakpadRef ref);
210 void BreakpadUploadNextReportWithParameters(BreakpadRef ref,
217 BreakpadRef ref,
227 void BreakpadHandleNetworkResponse(BreakpadRef ref,
234 void BreakpadUploadData(BreakpadRef ref, NSData *data, NSString *name,
241 NSDictionary *BreakpadGenerateReport(BreakpadRef ref,