OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:simpleatommatcher
(Results
1 - 16
of
16
) sorted by null
/frameworks/base/cmds/statsd/tests/
MetricsManager_test.cpp
55
SimpleAtomMatcher
*
simpleAtomMatcher
= eventMatcher->mutable_simple_atom_matcher();
56
simpleAtomMatcher
->set_atom_id(2 /*SCREEN_STATE_CHANGE*/);
57
simpleAtomMatcher
->add_field_value_matcher()->set_field(
59
simpleAtomMatcher
->mutable_field_value_matcher(0)->set_eq_int(
65
simpleAtomMatcher
= eventMatcher->mutable_simple_atom_matcher();
66
simpleAtomMatcher
->set_atom_id(2 /*SCREEN_STATE_CHANGE*/);
67
simpleAtomMatcher
->add_field_value_matcher()->set_field(
69
simpleAtomMatcher
->mutable_field_value_matcher(0)->set_eq_int(
105
SimpleAtomMatcher
* simpleAtomMatcher = eventMatcher->mutable_simple_atom_matcher()
[
all
...]
LogEntryMatcher_test.cpp
630
void addSimpleMatcher(
SimpleAtomMatcher
* simpleMatcher, int tag, int key, int val) {
/cts/hostsidetests/statsd/src/android/cts/statsd/metric/
MetricsUtils.java
21
import com.android.internal.os.StatsdConfigProto.
SimpleAtomMatcher
;
38
builder.setSimpleAtomMatcher(
SimpleAtomMatcher
.newBuilder()
47
SimpleAtomMatcher
.newBuilder()
59
SimpleAtomMatcher
.newBuilder()
70
.setSimpleAtomMatcher(
SimpleAtomMatcher
.newBuilder()
78
public static AtomMatcher
simpleAtomMatcher
(int id) {
82
SimpleAtomMatcher
.newBuilder().setAtomId(Atom.APP_BREADCRUMB_REPORTED_FIELD_NUMBER))
ValueMetricsTests.java
39
import com.android.internal.os.StatsdConfigProto.
SimpleAtomMatcher
;
68
MetricsUtils.
simpleAtomMatcher
(APP_BREADCRUMB_REPORTED_B_MATCH_START_ID);
149
SimpleAtomMatcher
.Builder sam =
SimpleAtomMatcher
.newBuilder().setAtomId(Atom.SYSTEM_ELAPSED_REALTIME_FIELD_NUMBER);
227
SimpleAtomMatcher
.Builder sam =
SimpleAtomMatcher
.newBuilder().setAtomId(Atom.SYSTEM_ELAPSED_REALTIME_FIELD_NUMBER);
CountMetricsTests.java
47
.addAtomMatcher(MetricsUtils.
simpleAtomMatcher
(matcherId));
134
.addAtomMatcher(MetricsUtils.
simpleAtomMatcher
(matcherId));
GaugeMetricsTests.java
26
import com.android.internal.os.StatsdConfigProto.
SimpleAtomMatcher
;
50
MetricsUtils.
simpleAtomMatcher
(APP_BREADCRUMB_REPORTED_B_MATCH_START_ID);
DurationMetricsTests.java
26
import com.android.internal.os.StatsdConfigProto.
SimpleAtomMatcher
;
/frameworks/base/cmds/statsd/src/matchers/
SimpleLogMatchingTracker.h
36
const
SimpleAtomMatcher
& matcher,
51
const
SimpleAtomMatcher
mMatcher;
matcher_util.h
45
const
SimpleAtomMatcher
& simpleMatcher, const LogEvent& wrapper);
SimpleLogMatchingTracker.cpp
33
const
SimpleAtomMatcher
& matcher,
matcher_util.cpp
359
bool matchesSimple(const UidMap& uidMap, const
SimpleAtomMatcher
& simpleMatcher,
/cts/hostsidetests/statsd/src/android/cts/statsd/validation/
ValidationTests.java
37
import com.android.internal.os.StatsdConfigProto.
SimpleAtomMatcher
;
434
.setSimpleAtomMatcher(
SimpleAtomMatcher
.newBuilder()
445
.setSimpleAtomMatcher(
SimpleAtomMatcher
.newBuilder()
456
.setSimpleAtomMatcher(
SimpleAtomMatcher
.newBuilder()
467
.setSimpleAtomMatcher(
SimpleAtomMatcher
.newBuilder()
501
.setSimpleAtomMatcher(
SimpleAtomMatcher
.newBuilder()
509
.setSimpleAtomMatcher(
SimpleAtomMatcher
.newBuilder()
517
.setSimpleAtomMatcher(
SimpleAtomMatcher
.newBuilder()
525
.setSimpleAtomMatcher(
SimpleAtomMatcher
.newBuilder()
548
.setSimpleAtomMatcher(
SimpleAtomMatcher
.newBuilder(
[
all
...]
/frameworks/base/cmds/statsd/src/metrics/
DurationMetricProducer.h
94
// Index of the
SimpleAtomMatcher
which defines the start.
97
// Index of the
SimpleAtomMatcher
which defines the stop.
100
// Index of the
SimpleAtomMatcher
which defines the stop all for all dimensions.
/frameworks/base/cmds/statsd/src/
statsd_config.proto
102
message
SimpleAtomMatcher
{
117
SimpleAtomMatcher
simple_atom_matcher = 2;
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
AtomTestCase.java
30
import com.android.internal.os.StatsdConfigProto.
SimpleAtomMatcher
;
293
SimpleAtomMatcher
.Builder sam =
SimpleAtomMatcher
.newBuilder().setAtomId(atomId);
319
SimpleAtomMatcher
.Builder sam =
SimpleAtomMatcher
.newBuilder().setAtomId(atomId);
328
.setSimpleAtomMatcher(
SimpleAtomMatcher
.newBuilder()
339
.setSimpleAtomMatcher(
SimpleAtomMatcher
.newBuilder()
/cts/hostsidetests/statsd/src/android/cts/statsd/alert/
AnomalyDetectionTests.java
366
.setSimpleAtomMatcher(StatsdConfigProto.
SimpleAtomMatcher
.newBuilder()
382
.setSimpleAtomMatcher(StatsdConfigProto.
SimpleAtomMatcher
.newBuilder()
420
.setSimpleAtomMatcher(StatsdConfigProto.
SimpleAtomMatcher
.newBuilder()
Completed in 122 milliseconds