OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allAtomMatchers
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/cmds/statsd/src/metrics/
metrics_manager_util.cpp
64
const vector<sp<LogMatchingTracker>>&
allAtomMatchers
,
73
if (usedForDimension &&
allAtomMatchers
[logTrackerIt->second]->getAtomIds().size() > 1) {
118
vector<sp<LogMatchingTracker>>&
allAtomMatchers
, set<int>& allTagIds) {
122
allAtomMatchers
.reserve(atomMatcherCount);
127
int index =
allAtomMatchers
.size();
130
allAtomMatchers
.push_back(new SimpleLogMatchingTracker(
134
allAtomMatchers
.push_back(
150
vector<bool> stackTracker2(
allAtomMatchers
.size(), false);
151
for (auto& matcher :
allAtomMatchers
) {
152
if (!matcher->init(matcherConfigs,
allAtomMatchers
, logTrackerMap, stackTracker2))
[
all
...]
metrics_manager_util.h
46
// [
allAtomMatchers
]: should store the sp to all the LogMatchingTracker
51
std::vector<sp<LogMatchingTracker>>&
allAtomMatchers
,
90
const vector<sp<LogMatchingTracker>>&
allAtomMatchers
,
104
std::vector<sp<LogMatchingTracker>>&
allAtomMatchers
,
/frameworks/base/cmds/statsd/tests/
MetricsManager_test.cpp
278
vector<sp<LogMatchingTracker>>
allAtomMatchers
;
290
timeBaseSec, timeBaseSec, allTagIds,
allAtomMatchers
,
306
vector<sp<LogMatchingTracker>>
allAtomMatchers
;
318
timeBaseSec, timeBaseSec, allTagIds,
allAtomMatchers
,
331
vector<sp<LogMatchingTracker>>
allAtomMatchers
;
343
timeBaseSec, timeBaseSec, allTagIds,
allAtomMatchers
,
356
vector<sp<LogMatchingTracker>>
allAtomMatchers
;
367
timeBaseSec, timeBaseSec, allTagIds,
allAtomMatchers
,
380
vector<sp<LogMatchingTracker>>
allAtomMatchers
;
391
timeBaseSec, timeBaseSec, allTagIds,
allAtomMatchers
,
[
all
...]
Completed in 69 milliseconds