Home
last modified time | relevance | path

Searched defs:collector (Results 1 – 25 of 71) sorted by relevance

123

/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dcpu_collector_test.cpp43 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); variable
64 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); variable
105 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); variable
130 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); variable
155 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); variable
195 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); variable
208 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); variable
221 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); variable
244 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); variable
265 std::shared_ptr<CpuCollector> collector = CpuCollector::Create(); variable
[all …]
H A Dmemory_collector_test.cpp117 std::shared_ptr<MemoryCollector> collector = MemoryCollector::Create(); variable
133 std::shared_ptr<MemoryCollector> collector = MemoryCollector::Create(); variable
146 std::shared_ptr<MemoryCollector> collector = MemoryCollector::Create(); variable
161 std::shared_ptr<MemoryCollector> collector = MemoryCollector::Create(); variable
174 std::shared_ptr<MemoryCollector> collector = MemoryCollector::Create(); variable
189 std::shared_ptr<MemoryCollector> collector = MemoryCollector::Create(); variable
204 std::shared_ptr<MemoryCollector> collector = MemoryCollector::Create(); variable
219 std::shared_ptr<MemoryCollector> collector = MemoryCollector::Create(); variable
234 std::shared_ptr<MemoryCollector> collector = MemoryCollector::Create(); variable
251 std::shared_ptr<MemoryCollector> collector = MemoryCollector::Create(); variable
[all …]
H A Dtrace_collector_test.cpp54 std::shared_ptr<TraceCollector> collector = TraceCollector::Create(); variable
77 std::shared_ptr<TraceCollector> collector = TraceCollector::Create(); variable
99 std::shared_ptr<TraceCollector> collector = TraceCollector::Create(); variable
122 std::shared_ptr<TraceCollector> collector = TraceCollector::Create(); variable
148 std::shared_ptr<TraceCollector> collector = TraceCollector::Create(); variable
174 std::shared_ptr<TraceCollector> collector = TraceCollector::Create(); variable
264 std::shared_ptr<TraceCollector> collector = TraceCollector::Create(); variable
307 std::shared_ptr<TraceCollector> collector = TraceCollector::Create(); variable
332 std::shared_ptr<TraceCollector> collector = TraceCollector::Create(); variable
358 std::shared_ptr<TraceCollector> collector = TraceCollector::Create(); variable
[all …]
H A Dwm_collector_test.cpp78 std::shared_ptr<WmCollector> collector = WmCollector::Create(); variable
93 std::shared_ptr<WmCollector> collector = WmCollector::Create(); variable
107 std::shared_ptr<WmCollector> collector = WmCollector::Create(); variable
H A Dgpu_collector_test.cpp41 std::shared_ptr<GpuCollector> collector = GpuCollector::Create(); variable
54 std::shared_ptr<GpuCollector> collector = GpuCollector::Create(); variable
H A Dmem_profiler_collector_test.cpp50 std::shared_ptr<MemProfilerCollector> collector = MemProfilerCollector::Create(); variable
68 std::shared_ptr<MemProfilerCollector> collector = MemProfilerCollector::Create(); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/frame_analyzer/unittest/
H A Dframe_collector_test.cpp101 auto &collector = FrameCollector::GetInstance(); variable
168 auto& collector = FrameCollector::GetInstance(); variable
183 auto& collector = FrameCollector::GetInstance(); variable
196 auto& collector = FrameCollector::GetInstance(); variable
212 auto& collector = FrameCollector::GetInstance(); variable
227 auto& collector = FrameCollector::GetInstance(); variable
245 auto& collector = FrameCollector::GetInstance(); variable
/aosp14/frameworks/base/tools/powermodel/test/com/android/powermodel/
H A DCsvParserTest.java65 LineCollector collector = new LineCollector(); in testEmpty() local
77 LineCollector collector = new LineCollector(); in testOnlyNewline() local
89 LineCollector collector = new LineCollector(); in testTwoLines() local
104 LineCollector collector = new LineCollector(); in testEscapedEmpty() local
117 LineCollector collector = new LineCollector(); in testEscapedText() local
130 LineCollector collector = new LineCollector(); in testEscapedQuotes() local
143 LineCollector collector = new LineCollector(); in testEscapedCommas() local
156 LineCollector collector = new LineCollector(); in testEscapedQuotesAndCommas() local
169 LineCollector collector = new LineCollector(); in testNoNewline() local
182 LineCollector collector = new LineCollector(); in testNoNewlineWithCommas() local
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/storage/
H A DAppCollectorTest.java95 AppCollector collector = new AppCollector(mContext, volume); in testNoApps() local
105 AppCollector collector = new AppCollector(mContext, volume); in testAppOnExternalVolume() local
115 AppCollector collector = new AppCollector(mContext, volume); in testOneValidApp() local
132 AppCollector collector = new AppCollector(mContext, volume); in testMultipleUsersOneApp() local
146 AppCollector collector = new AppCollector(mContext, null); in testNullVolumeShouldCauseNPE() local
155 AppCollector collector = new AppCollector(mContext, volume); in testAppNotFoundDoesntCauseCrash() local
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
H A DDomainVerificationCollectorTest.kt58 val collector = mockCollector() regex
70 val collector = mockCollector() regex
80 val collector = mockCollector(linkedApps = setOf(TEST_PKG_NAME)) regex
141 val collector = mockCollector() regex
151 val collector = mockCollector() regex
164 val collector = mockCollector() regex
175 val collector = mockCollector(linkedApps = setOf(TEST_PKG_NAME)) regex
/aosp14/frameworks/base/tools/aapt2/compile/
H A DXmlIdCollector_test.cpp36 XmlIdCollector collector; in TEST() local
61 XmlIdCollector collector; in TEST() local
73 XmlIdCollector collector; in TEST() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/content/
H A DObserverNodeTest.java91 final ObserverCollector collector = mock(ObserverCollector.class); in testUri() local
121 final ObserverCollector collector = mock(ObserverCollector.class); in testUriNotNotify() local
146 final ObserverCollector collector = new ObserverCollector(); in testCluster() local
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/client/
H A Dmemory_collector_client_test.cpp56 std::shared_ptr<MemoryCollector> collector = MemoryCollector::Create(); variable
70 std::shared_ptr<MemoryCollector> collector = MemoryCollector::Create(); variable
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Dgpu_decorator.h27 GpuDecorator(std::shared_ptr<GpuCollector> collector) : gpuCollector_(collector) {}; in GpuDecorator()
H A Dgraphic_memory_decorator.h27 …GraphicMemoryDecorator(std::shared_ptr<GraphicMemoryCollector> collector) : graphicMemoryCollector… in GraphicMemoryDecorator()
H A Dhiebpf_decorator.h27 HiebpfDecorator(std::shared_ptr<HiebpfCollector> collector) : hiebpfCollector_(collector) {}; in HiebpfDecorator()
H A Dhilog_decorator.h26 HilogDecorator(std::shared_ptr<HilogCollector> collector) : hilogCollector_(collector) {}; in HilogDecorator()
H A Dio_decorator.h29 IoDecorator(std::shared_ptr<IoCollector> collector) : ioCollector_(collector) {}; in IoDecorator()
H A Dmem_profiler_decorator.h27 …MemProfilerDecorator(std::shared_ptr<MemProfilerCollector> collector) : memProfilerCollector_(coll… in MemProfilerDecorator()
H A Dmemory_decorator.h27 MemoryDecorator(std::shared_ptr<MemoryCollector> collector) : memoryCollector_(collector) {}; in MemoryDecorator()
H A Dnetwork_decorator.h27 NetworkDecorator(std::shared_ptr<NetworkCollector> collector) : networkCollector_(collector) {}; in NetworkDecorator()
H A Dperf_decorator.h27 PerfDecorator(std::shared_ptr<PerfCollector> collector) : perfCollector_(collector) {}; in PerfDecorator()
H A Dprocess_decorator.h27 ProcessDecorator(std::shared_ptr<ProcessCollector> collector) : processCollector_(collector) {}; in ProcessDecorator()
H A Dwm_decorator.h29 WmDecorator(std::shared_ptr<WmCollector> collector) : wmCollector_(collector) {}; in WmDecorator()
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dschedule_node_builder.cpp32 ScheduleNodeBuilder::ScheduleNodeBuilder(const std::shared_ptr<ResourceNode> &collector, in ScheduleNodeBuilder()
160 bool ScheduleNodeBuilder::CheckExecutors(const std::shared_ptr<ResourceNode> &collector, in CheckExecutors()
196 std::shared_ptr<Builder> Builder::New(const std::shared_ptr<ResourceNode> &collector, in New()

123