Searched refs:BreakpadRef (Results 1 – 8 of 8) sorted by relevance
/external/google-breakpad/src/client/ios/ |
D | Breakpad.h | 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); [all …]
|
D | BreakpadController.h | 48 BreakpadRef breakpadRef_; 105 - (void)withBreakpadRef:(void(^)(BreakpadRef))callback; 137 withBreakpadRef:(BreakpadRef)ref;
|
D | Breakpad.mm | 597 BreakpadRef BreakpadCreate(NSDictionary *parameters) { 650 return (BreakpadRef)breakpad; 676 void BreakpadRelease(BreakpadRef ref) { 711 void BreakpadSetKeyValue(BreakpadRef ref, NSString *key, NSString *value) { 726 void BreakpadAddUploadParameter(BreakpadRef ref, 749 void BreakpadRemoveUploadParameter(BreakpadRef ref, 767 NSString *BreakpadKeyValue(BreakpadRef ref, NSString *key) { 788 void BreakpadRemoveKeyValue(BreakpadRef ref, NSString *key) { 804 int BreakpadGetCrashReportCount(BreakpadRef ref) { 819 void BreakpadUploadNextReport(BreakpadRef ref) { [all …]
|
D | BreakpadController.mm | 160 withBreakpadRef:(BreakpadRef)ref { argument 251 - (void)withBreakpadRef:(void(^)(BreakpadRef))callback { argument
|
/external/google-breakpad/src/client/mac/Framework/ |
D | Breakpad.h | 48 typedef void *BreakpadRef; typedef 229 BreakpadRef BreakpadCreate(NSDictionary *parameters); 232 void BreakpadRelease(BreakpadRef ref); 239 void BreakpadSetFilterCallback(BreakpadRef ref, 262 void BreakpadSetKeyValue(BreakpadRef ref, NSString *key, NSString *value); 263 NSString *BreakpadKeyValue(BreakpadRef ref, NSString *key); 264 void BreakpadRemoveKeyValue(BreakpadRef ref, NSString *key); 270 void BreakpadAddUploadParameter(BreakpadRef ref, NSString *key, 275 void BreakpadRemoveUploadParameter(BreakpadRef ref, NSString *key); 278 void BreakpadAddLogFile(BreakpadRef ref, NSString *logPathname); [all …]
|
D | Breakpad.mm | 778 BreakpadRef BreakpadCreate(NSDictionary *parameters) { 831 return (BreakpadRef)breakpad; 857 void BreakpadRelease(BreakpadRef ref) { 892 void BreakpadSetKeyValue(BreakpadRef ref, NSString *key, NSString *value) { 907 void BreakpadAddUploadParameter(BreakpadRef ref, 930 void BreakpadRemoveUploadParameter(BreakpadRef ref, 948 NSString *BreakpadKeyValue(BreakpadRef ref, NSString *key) { 969 void BreakpadRemoveKeyValue(BreakpadRef ref, NSString *key) { 985 void BreakpadGenerateAndSendReport(BreakpadRef ref) { 1002 void BreakpadSetFilterCallback(BreakpadRef ref, [all …]
|
/external/google-breakpad/src/client/mac/tests/ |
D | BreakpadFramework_Test.mm | 119 BreakpadRef b = BreakpadCreate([self breakpadInitializationDictionary]); 132 BreakpadRef b = BreakpadCreate(breakpadDictionary); 160 BreakpadRef b = BreakpadCreate(breakpadDictionary); 189 BreakpadRef b = BreakpadCreate(breakpadDictionary);
|
/external/google-breakpad/src/client/mac/testapp/ |
D | Controller.h | 50 BreakpadRef breakpad_;
|