OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:simple_atom_matcher
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/cmds/statsd/benchmark/
metric_util.cpp
24
auto
simple_atom_matcher
= atom_matcher.mutable_simple_atom_matcher();
local
25
simple_atom_matcher
->set_atom_id(atomId);
33
auto
simple_atom_matcher
= atom_matcher.mutable_simple_atom_matcher();
local
34
simple_atom_matcher
->set_atom_id(android::util::SCHEDULED_JOB_STATE_CHANGED);
35
auto field_value_matcher =
simple_atom_matcher
->add_field_value_matcher();
54
auto
simple_atom_matcher
= atom_matcher.mutable_simple_atom_matcher();
local
55
simple_atom_matcher
->set_atom_id(android::util::SCREEN_BRIGHTNESS_CHANGED);
62
auto
simple_atom_matcher
= atom_matcher.mutable_simple_atom_matcher();
local
63
simple_atom_matcher
->set_atom_id(android::util::UID_PROCESS_STATE_CHANGED);
71
auto
simple_atom_matcher
= atom_matcher.mutable_simple_atom_matcher()
local
91
auto
simple_atom_matcher
= atom_matcher.mutable_
simple_atom_matcher
();
local
113
auto
simple_atom_matcher
= atom_matcher.mutable_
simple_atom_matcher
();
local
133
auto
simple_atom_matcher
= atom_matcher.mutable_
simple_atom_matcher
();
local
[
all
...]
/frameworks/base/cmds/statsd/tests/
statsd_test_util.cpp
25
auto
simple_atom_matcher
= atom_matcher.mutable_simple_atom_matcher();
local
26
simple_atom_matcher
->set_atom_id(atomId);
38
auto
simple_atom_matcher
= atom_matcher.mutable_simple_atom_matcher();
local
39
simple_atom_matcher
->set_atom_id(android::util::SCHEDULED_JOB_STATE_CHANGED);
40
auto field_value_matcher =
simple_atom_matcher
->add_field_value_matcher();
59
auto
simple_atom_matcher
= atom_matcher.mutable_simple_atom_matcher();
local
60
simple_atom_matcher
->set_atom_id(android::util::SCREEN_BRIGHTNESS_CHANGED);
67
auto
simple_atom_matcher
= atom_matcher.mutable_simple_atom_matcher();
local
68
simple_atom_matcher
->set_atom_id(android::util::UID_PROCESS_STATE_CHANGED);
76
auto
simple_atom_matcher
= atom_matcher.mutable_simple_atom_matcher()
local
96
auto
simple_atom_matcher
= atom_matcher.mutable_
simple_atom_matcher
();
local
120
auto
simple_atom_matcher
= atom_matcher.mutable_
simple_atom_matcher
();
local
143
auto
simple_atom_matcher
= atom_matcher.mutable_
simple_atom_matcher
();
local
163
auto
simple_atom_matcher
= atom_matcher.mutable_
simple_atom_matcher
();
local
185
auto
simple_atom_matcher
= atom_matcher.mutable_
simple_atom_matcher
();
local
[
all
...]
/frameworks/base/cmds/statsd/src/
statsd_config.proto
117
SimpleAtomMatcher
simple_atom_matcher
= 2;
/frameworks/base/cmds/statsd/src/metrics/
metrics_manager_util.cpp
131
logMatcher.id(), index, logMatcher.
simple_atom_matcher
(), uidMap));
Completed in 71 milliseconds