Home
last modified time | relevance | path

Searched refs:ProfilerDataRepeater (Results 1 – 8 of 8) sorted by relevance

/developtools/profiler/device/services/profiler_service/src/
Dprofiler_data_repeater.cpp17 ProfilerDataRepeater::ProfilerDataRepeater(size_t maxSize) in ProfilerDataRepeater() function in ProfilerDataRepeater
23 ProfilerDataRepeater::~ProfilerDataRepeater() in ~ProfilerDataRepeater()
28 size_t ProfilerDataRepeater::Size() in Size()
34 void ProfilerDataRepeater::Reset() in Reset()
40 void ProfilerDataRepeater::Close() in Close()
51 bool ProfilerDataRepeater::PutPluginData(const ProfilerPluginDataPtr& pluginData) in PutPluginData()
74 ProfilerPluginDataPtr ProfilerDataRepeater::TakePluginData() in TakePluginData()
92 int ProfilerDataRepeater::TakePluginData(std::vector<ProfilerPluginDataPtr>& pluginDataVec) in TakePluginData()
115 void ProfilerDataRepeater::ClearQueue() in ClearQueue()
Dprofiler_service.cpp285 std::shared_ptr<ProfilerDataRepeater> dataRepeater = nullptr; in CreateSession()
305 dataRepeater = std::make_shared<ProfilerDataRepeater>(DEFAULT_REPEATER_BUFFER_SIZE); in CreateSession()
/developtools/profiler/device/services/profiler_service/include/
Dprofiler_data_repeater.h28 class ProfilerDataRepeater {
30 explicit ProfilerDataRepeater(size_t maxSize);
31 ~ProfilerDataRepeater();
55 DISALLOW_COPY_AND_MOVE(ProfilerDataRepeater);
58 using ProfilerDataRepeaterPtr = STD_PTR(shared, ProfilerDataRepeater);
Dprofiler_service.h29 class ProfilerDataRepeater; variable
98 std::shared_ptr<ProfilerDataRepeater> dataRepeater {nullptr};
/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_data_repeater_test.cpp44 auto dataRepeater = std::make_shared<ProfilerDataRepeater>(bufferSize);
63 auto inDataRepeater = std::make_shared<ProfilerDataRepeater>(bufferSize);
66 auto outDataRepeater = std::make_shared<ProfilerDataRepeater>(bufferSize);
112 auto inDataRepeater = std::make_shared<ProfilerDataRepeater>(bufferSize);
115 auto outDataRepeater = std::make_shared<ProfilerDataRepeater>(bufferSize);
164 auto dataRepeater = std::make_shared<ProfilerDataRepeater>(bufferSize);
178 auto dataRepeater = std::make_shared<ProfilerDataRepeater>(bufferSize);
193 auto dataRepeater = std::make_shared<ProfilerDataRepeater>(bufferSize);
/developtools/profiler/device/services/plugin_service/include/
Dplugin_session.h26 class ProfilerDataRepeater; variable
29 using ProfilerDataRepeaterPtr = STD_PTR(shared, ProfilerDataRepeater);
Dplugin_service.h37 class ProfilerDataRepeater; variable
43 using ProfilerDataRepeaterPtr = STD_PTR(shared, ProfilerDataRepeater);
/developtools/profiler/device/services/plugin_service/test/unittest/
Dplugin_service_test.cpp114 …ASSERT_FALSE(pluginService_->CreatePluginSession(ppc, std::make_shared<ProfilerDataRepeater>(QUEUE…
122 …EXPECT_TRUE(pluginService_->CreatePluginSession(ppc, std::make_shared<ProfilerDataRepeater>(QUEUE_…
140 …ASSERT_FALSE(pluginService_->CreatePluginSession(ppc, bc, std::make_shared<ProfilerDataRepeater>(Q…
153 …EXPECT_TRUE(pluginService_->CreatePluginSession(ppc, bc, std::make_shared<ProfilerDataRepeater>(QU…
360 …ASSERT_FALSE(pluginService_->CreatePluginSession(ppc, std::make_shared<ProfilerDataRepeater>(QUEUE…
379 …ASSERT_FALSE(pluginService_->CreatePluginSession(ppc, bc, std::make_shared<ProfilerDataRepeater>(Q…
503 …ASSERT_FALSE(pluginService_->CreatePluginSession(ppc, std::make_shared<ProfilerDataRepeater>(QUEUE…
522 …ASSERT_FALSE(pluginService_->CreatePluginSession(ppc, bc, std::make_shared<ProfilerDataRepeater>(Q…
651 …ASSERT_FALSE(pluginService_->CreatePluginSession(ppc, std::make_shared<ProfilerDataRepeater>(QUEUE…
670 …ASSERT_FALSE(pluginService_->CreatePluginSession(ppc, bc, std::make_shared<ProfilerDataRepeater>(Q…
[all …]