HomeSort by relevance Sort by last modified time
    Searched full:incident (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
tracked_preference_incident_handlers_unittest.cc 14 scoped_ptr<safe_browsing::ClientIncidentReport_IncidentData> incident(
17 incident->mutable_tracked_preference()->set_path("foo");
18 incident->mutable_tracked_preference()->set_atomic_value("bar");
19 incident->mutable_tracked_preference()->set_value_state(
22 return incident.Pass();
29 safe_browsing::ClientIncidentReport_IncidentData incident; local
31 incident.mutable_tracked_preference()->set_path("foo");
33 safe_browsing::GetTrackedPreferenceIncidentKey(incident));
36 // Tests that GetDigest returns the same value for the same incident.
38 scoped_ptr<safe_browsing::ClientIncidentReport_IncidentData> incident(
    [all...]
binary_integrity_incident_handlers_unittest.cc 16 scoped_ptr<ClientIncidentReport_IncidentData> incident(
19 incident->mutable_binary_integrity()->set_file_basename("foo");
22 incident->mutable_binary_integrity()->mutable_signature()->set_trusted(true);
24 incident->mutable_binary_integrity()->mutable_signature()
38 return incident.Pass();
44 ClientIncidentReport_IncidentData incident; local
46 incident.mutable_binary_integrity()->set_file_basename("foo");
47 ASSERT_EQ(std::string("foo"), GetBinaryIntegrityIncidentKey(incident));
51 scoped_ptr<ClientIncidentReport_IncidentData> incident(MakeIncident());
53 uint32_t digest = GetBinaryIntegrityIncidentDigest(*incident);
    [all...]
blacklist_load_incident_handlers_unittest.cc 14 scoped_ptr<safe_browsing::ClientIncidentReport_IncidentData> incident(
16 incident->mutable_blacklist_load()->set_path("foo");
17 return incident.Pass();
24 safe_browsing::ClientIncidentReport_IncidentData incident; local
26 incident.mutable_blacklist_load()->set_path("foo");
28 safe_browsing::GetBlacklistLoadIncidentKey(incident));
31 // Tests that GetDigest returns the same value for the same incident.
33 scoped_ptr<safe_browsing::ClientIncidentReport_IncidentData> incident(
36 uint32_t digest = safe_browsing::GetBlacklistLoadIncidentDigest(*incident);
43 scoped_ptr<safe_browsing::ClientIncidentReport_IncidentData> incident(
    [all...]
binary_integrity_analyzer.h 18 // Registers a process-wide analysis with the incident reporting service that
20 // will send an incident report every time a signature verification fails.
23 // Callback to pass to the incident reporting service. The incident reporting
add_incident_callback.h 15 // A callback used by external components to add an incident to the incident
preference_validation_delegate.cc 59 TPIncident* incident = incident_data->mutable_tracked_preference(); local
60 incident->set_path(pref_path);
62 (!value->GetAsString(incident->mutable_atomic_value()) &&
63 !base::JSONWriter::Write(value, incident->mutable_atomic_value()))) {
64 incident->clear_atomic_value();
66 incident->set_value_state(proto_value_state);
81 TPIncident* incident = incident_data->mutable_tracked_preference(); local
82 incident->set_path(pref_path);
86 incident->add_split_key(*scan);
88 incident->set_value_state(proto_value_state)
    [all...]
blacklist_load_analyzer.h 15 // Registers a process-wide analysis with the incident reporting service that
23 // Callback to pass to the incident reporting service. The incident reporting
incident_reporting_service_unittest.cc 127 ON_PROFILE_ADDITION_ADD_INCIDENT, // Add an incident to the service.
146 ON_DELAYED_ANALYSIS_ADD_INCIDENT, // Add an incident to the service.
190 // without safe browsing enabled. An incident will be created within
202 // Remember whether or not to create an incident.
226 // Returns an incident suitable for testing.
229 scoped_ptr<safe_browsing::ClientIncidentReport_IncidentData> incident(
231 incident->set_incident_time_msec(kIncidentTimeMsec);
233 tp_incident = incident->mutable_tracked_preference();
235 return incident.Pass();
238 // Adds a test incident to the service
    [all...]
binary_integrity_incident_handlers.h 20 // Returns a digest computed over the binary integrity incident data.
preference_validation_delegate_unittest.cc 83 // Tests that a NULL value results in an incident with no value.
89 safe_browsing::ClientIncidentReport_IncidentData* incident = local
91 EXPECT_FALSE(incident->tracked_preference().has_atomic_value());
95 incident->tracked_preference().value_state());
98 // Tests that all supported value types can be stringified into an incident. The
153 safe_browsing::ClientIncidentReport_IncidentData* incident = local
156 incident->tracked_preference().atomic_value());
240 safe_browsing::ClientIncidentReport_IncidentData* incident = local
242 EXPECT_TRUE(incident->has_tracked_preference());
245 incident->tracked_preference()
258 safe_browsing::ClientIncidentReport_IncidentData* incident = local
    [all...]
incident_reporting_service.h 54 // A class that manages the collection of incidents and submission of incident
56 // begins operation when an incident is reported via the AddIncident method.
61 // Following the addition of an incident that is not dropped, the service
64 // the initial incident. Finally, already-reported incidents are pruned and any
65 // remaining are uploaded in an incident report.
72 // All incident collection, data collection, and uploads in progress are
76 // Returns a callback by which external components can add an incident to the
180 // complete. Incident report processing continues, either by waiting for the
181 // collection timeout or by sending an incident report.
192 // A callback invoked on the UI thread after which incident collation ha
    [all...]
incident_reporting_service.cc 44 // The type of an incident. Used for user metrics and for pruning of
52 // Values for new incident types go here.
56 // The action taken for an incident; used for user metrics (see
63 // The state persisted for a specific instance of an incident to enable pruning
66 // The type of the incident.
69 // The key for a specific instance of an incident.
72 // A hash digest representing a specific instance of an incident.
82 // Returns the number of incidents contained in |incident|. The result is
84 size_t CountIncidents(const ClientIncidentReport_IncidentData& incident) {
86 if (incident.has_tracked_preference()
804 ClientIncidentReport_IncidentData* incident = context->incidents[i]; local
828 ClientIncidentReport_IncidentData* incident = context->incidents[i]; local
    [all...]
tracked_preference_incident_handlers.h 20 // Returns a digest computed over the tracked preference incident data.
delayed_analysis_callback.h 16 // incidents to the incident reporting service.
environment_data_collection_win.h 17 // For each of the dlls in this already populated incident report,
tracked_preference_incident_handlers.cc 25 // default values), so it's safe to serialize the incident as given.
incident_report_uploader_impl.h 27 // An uploader of incident reports. A report is issued via the UploadReport
53 // Returns the URL to which incident reports are to be sent.
binary_integrity_analyzer_win_unittest.cc 73 // adds an incident callback when a signature verification fails.
78 // Take ownership of the incident so that the text fixture can inspect it.
126 // Verify that the incident report contains the expected data.
incident_report_uploader.h 15 // An abstract base class for a facility that uploads incident reports.
incident_report_uploader_impl.cc 20 "https://sb-ssl.google.com/safebrowsing/clientreport/incident";
environment_data_collection_win.cc 62 // Sanitize path of each module and add it to the incident report.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.h 67 Edge *next[2]; // next edge outgoing/incident from/to origin/target
116 inline EdgeIterator incident(bool reverse = false) const;
118 inline Node *parent() const; // returns NULL if count(incident edges) != 1
125 inline int incidentCountFwd() const; // count of incident non-back edges
212 Graph::EdgeIterator Graph::Node::incident(bool reverse) const function in class:nv50_ir::Graph::Node
220 for (EdgeIterator ei = incident(); !ei.end(); ei.next())
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.h 67 Edge *next[2]; // next edge outgoing/incident from/to origin/target
116 inline EdgeIterator incident(bool reverse = false) const;
118 inline Node *parent() const; // returns NULL if count(incident edges) != 1
125 inline int incidentCountFwd() const; // count of incident non-back edges
212 Graph::EdgeIterator Graph::Node::incident(bool reverse) const function in class:nv50_ir::Graph::Node
220 for (EdgeIterator ei = incident(); !ei.end(); ei.next())
  /external/kernel-headers/original/uapi/scsi/fc/
fc_els.h 85 ELS_RLIR = 0x79, /* registered link incident report */
86 ELS_LIRR = 0x7a, /* link incident record registration */
702 * ELS LIRR - Link Incident Record Registration request.
754 * ELS RLIR - Registered Link Incident Report.
761 __u8 rlir_clr_len; /* common link incident record length */
762 __u8 rlir_cld_len; /* common link incident desc. length */
763 __u8 rlir_slr_len; /* spec. link incident record length */
767 * CLIR - Common Link Incident Record Data. - Sent via RLIR.
770 __be64 clir_wwpn; /* incident port name */
771 __be64 clir_wwnn; /* incident port node name *
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service.h 123 // incident reporting service for validation failures. Returns NULL if the
144 // Registers all the delayed analysis with the incident reporting service.

Completed in 291 milliseconds

1 2 3