Searched refs:ProfilerDataRepeater (Results 1 – 8 of 8) sorted by relevance
| /developtools/profiler/device/services/profiler_service/src/ |
| D | profiler_data_repeater.cpp | 17 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()
|
| D | profiler_service.cpp | 285 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/ |
| D | profiler_data_repeater.h | 28 class ProfilerDataRepeater { 30 explicit ProfilerDataRepeater(size_t maxSize); 31 ~ProfilerDataRepeater(); 55 DISALLOW_COPY_AND_MOVE(ProfilerDataRepeater); 58 using ProfilerDataRepeaterPtr = STD_PTR(shared, ProfilerDataRepeater);
|
| D | profiler_service.h | 29 class ProfilerDataRepeater; variable 98 std::shared_ptr<ProfilerDataRepeater> dataRepeater {nullptr};
|
| /developtools/profiler/device/services/profiler_service/test/unittest/ |
| D | profiler_data_repeater_test.cpp | 44 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/ |
| D | plugin_session.h | 26 class ProfilerDataRepeater; variable 29 using ProfilerDataRepeaterPtr = STD_PTR(shared, ProfilerDataRepeater);
|
| D | plugin_service.h | 37 class ProfilerDataRepeater; variable 43 using ProfilerDataRepeaterPtr = STD_PTR(shared, ProfilerDataRepeater);
|
| /developtools/profiler/device/services/plugin_service/test/unittest/ |
| D | plugin_service_test.cpp | 114 …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 …]
|