OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LogMatchingTracker
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/cmds/statsd/src/matchers/
LogMatchingTracker.h
34
class
LogMatchingTracker
: public virtual RefBase {
36
LogMatchingTracker
(const int64_t& id, const int index)
39
virtual ~
LogMatchingTracker
(){};
41
// Initialize this
LogMatchingTracker
.
44
// allTrackers: the list of the
LogMatchingTracker
objects. It's a one-to-one mapping with
50
const std::vector<sp<
LogMatchingTracker
>>& allTrackers,
62
const std::vector<sp<
LogMatchingTracker
>>& allTrackers,
80
// Index of this
LogMatchingTracker
in MetricsManager's container.
83
// Whether this
LogMatchingTracker
has been properly initialized.
86
// The collection of the event tag ids that this
LogMatchingTracker
cares. So we can quickl
[
all
...]
CombinationLogMatchingTracker.h
24
#include "
LogMatchingTracker
.h"
32
class CombinationLogMatchingTracker : public virtual
LogMatchingTracker
{
37
const std::vector<sp<
LogMatchingTracker
>>& allTrackers,
44
const std::vector<sp<
LogMatchingTracker
>>& allTrackers,
SimpleLogMatchingTracker.h
25
#include "
LogMatchingTracker
.h"
33
class SimpleLogMatchingTracker : public virtual
LogMatchingTracker
{
42
const std::vector<sp<
LogMatchingTracker
>>& allTrackers,
47
const std::vector<sp<
LogMatchingTracker
>>& allTrackers,
CombinationLogMatchingTracker.cpp
33
:
LogMatchingTracker
(id, index) {
40
const vector<sp<
LogMatchingTracker
>>& allTrackers,
96
const vector<sp<
LogMatchingTracker
>>& allTrackers,
111
const sp<
LogMatchingTracker
>& child = allTrackers[childIndex];
SimpleLogMatchingTracker.cpp
35
:
LogMatchingTracker
(id, index), mMatcher(matcher), mUidMap(uidMap) {
48
const vector<sp<
LogMatchingTracker
>>& allTrackers,
56
const vector<sp<
LogMatchingTracker
>>& allTrackers,
/frameworks/base/cmds/statsd/src/metrics/
metrics_manager_util.h
27
#include "../matchers/
LogMatchingTracker
.h"
46
// [allAtomMatchers]: should store the sp to all the
LogMatchingTracker
51
std::vector<sp<
LogMatchingTracker
>>& allAtomMatchers,
58
// [logTrackerMap]:
LogMatchingTracker
name to index mapping from previous step.
76
// [logTrackerMap]:
LogMatchingTracker
name to index mapping from previous step.
90
const vector<sp<
LogMatchingTracker
>>& allAtomMatchers,
104
std::vector<sp<
LogMatchingTracker
>>& allAtomMatchers,
metrics_manager_util.cpp
64
const vector<sp<
LogMatchingTracker
>>& allAtomMatchers,
118
vector<sp<
LogMatchingTracker
>>& allAtomMatchers, set<int>& allTagIds) {
269
const vector<sp<
LogMatchingTracker
>>& allAtomMatchers,
445
sp<
LogMatchingTracker
> atomMatcher = allAtomMatchers.at(trackerIndex);
505
sp<
LogMatchingTracker
> atomMatcher = allAtomMatchers.at(trackerIndex);
652
vector<sp<
LogMatchingTracker
>>& allAtomMatchers,
MetricsManager.h
26
#include "matchers/
LogMatchingTracker
.h"
152
// We only store the sp of
LogMatchingTracker
, MetricProducer, and ConditionTracker in
160
std::vector<sp<
LogMatchingTracker
>> mAllAtomMatchers;
187
// maps from the index of the
LogMatchingTracker
to index of MetricProducer.
190
// maps from
LogMatchingTracker
to ConditionTracker
/frameworks/base/cmds/statsd/tests/
MetricsManager_test.cpp
18
#include "src/matchers/
LogMatchingTracker
.h"
278
vector<sp<
LogMatchingTracker
>> allAtomMatchers;
306
vector<sp<
LogMatchingTracker
>> allAtomMatchers;
331
vector<sp<
LogMatchingTracker
>> allAtomMatchers;
356
vector<sp<
LogMatchingTracker
>> allAtomMatchers;
380
vector<sp<
LogMatchingTracker
>> allAtomMatchers;
404
vector<sp<
LogMatchingTracker
>> allAtomMatchers;
429
vector<sp<
LogMatchingTracker
>> allAtomMatchers;
Completed in 102 milliseconds