| /developtools/profiler/device/services/plugin_service/test/unittest/ |
| D | plugin_service_test.cpp | 157 EXPECT_TRUE(pluginService_->DestroyPluginSession("abc2.so")); 207 HWTEST_F(UnitTestPluginService, DestroyPluginSession, TestSize.Level1) 209 ASSERT_FALSE(pluginService_->DestroyPluginSession("abc.so")); 217 EXPECT_TRUE(pluginService_->DestroyPluginSession("abc5.so")); 414 ASSERT_FALSE(pluginService_->DestroyPluginSession("mem.so")); 557 ASSERT_FALSE(pluginService_->DestroyPluginSession("cpu.so")); 705 ASSERT_FALSE(pluginService_->DestroyPluginSession("stream.so")); 848 ASSERT_FALSE(pluginService_->DestroyPluginSession("sample.so"));
|
| /developtools/profiler/device/plugins/api/include/ |
| D | manager_interface.h | 38 virtual bool DestroyPluginSession(const std::vector<uint32_t>& pluginIds) = 0;
|
| /developtools/profiler/device/plugins/api/src/ |
| D | plugin_manager.h | 47 bool DestroyPluginSession(const std::vector<uint32_t>& pluginIds);
|
| D | command_poller.cpp | 84 CHECK_TRUE(pluginManager->DestroyPluginSession(pluginIdVec), false, in OnDestroySessionCmd()
|
| D | plugin_manager.cpp | 263 bool PluginManager::DestroyPluginSession(const std::vector<uint32_t>& pluginIds) in DestroyPluginSession() function in PluginManager
|
| /developtools/profiler/device/services/profiler_service/test/unittest/ |
| D | profiler_service_performance_test.cpp | 353 bool DestroyPluginSession(uint32_t sessionId) in DestroyPluginSession() function in __anon4095978f0111::ProfilerServicePerformanceTest 671 EXPECT_TRUE(DestroyPluginSession(sessionId1)); 738 EXPECT_TRUE(DestroyPluginSession(sessionId2)); 861 EXPECT_TRUE(DestroyPluginSession(sessionId1)); 932 EXPECT_TRUE(DestroyPluginSession(sessionId2)); 1112 EXPECT_TRUE(DestroyPluginSession(sessionId1)); 1256 EXPECT_TRUE(DestroyPluginSession(sessionId1)); 1367 EXPECT_TRUE(DestroyPluginSession(sessionId1)); 1402 EXPECT_TRUE(DestroyPluginSession(sessionId2)); 1507 EXPECT_TRUE(DestroyPluginSession(sessionId1)); [all …]
|
| D | plugin_service_stubs.cpp | 180 bool PluginService::DestroyPluginSession(const std::string& pluginName) in DestroyPluginSession() function in PluginService
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | hook_manager.h | 64 bool DestroyPluginSession(const std::vector<uint32_t>& pluginIds) override;
|
| /developtools/profiler/device/services/plugin_service/include/ |
| D | plugin_service.h | 89 bool DestroyPluginSession(const std::string& pluginName);
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
| D | hook_manager_test.cpp | 151 EXPECT_TRUE(hookManager->DestroyPluginSession(pluginIds));
|
| /developtools/profiler/device/services/plugin_service/src/ |
| D | plugin_session.cpp | 92 bool retval = pluginService->DestroyPluginSession(pluginConfig_.name()); in Destroy()
|
| D | plugin_service.cpp | 230 bool PluginService::DestroyPluginSession(const std::string& pluginName) in DestroyPluginSession() function in PluginService
|
| /developtools/profiler/device/plugins/api/test/unittest/ |
| D | command_poller_test.cpp | 66 virtual bool DestroyPluginSession(const std::vector<uint32_t>& pluginIds) in DestroyPluginSession() function in __anon9b833a3c0111::PluginManagerStub
|
| D | plugin_manager_test.cpp | 111 EXPECT_TRUE(pluginManage->DestroyPluginSession(pluginIdsVector));
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | hook_manager.cpp | 320 bool HookManager::DestroyPluginSession(const std::vector<uint32_t>& pluginIds) in DestroyPluginSession() function in OHOS::Developtools::NativeDaemon::HookManager
|