Home
last modified time | relevance | path

Searched refs:DestroyPluginSession (Results 1 – 15 of 15) sorted by relevance

/developtools/profiler/device/services/plugin_service/test/unittest/
Dplugin_service_test.cpp157 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/
Dmanager_interface.h38 virtual bool DestroyPluginSession(const std::vector<uint32_t>& pluginIds) = 0;
/developtools/profiler/device/plugins/api/src/
Dplugin_manager.h47 bool DestroyPluginSession(const std::vector<uint32_t>& pluginIds);
Dcommand_poller.cpp84 CHECK_TRUE(pluginManager->DestroyPluginSession(pluginIdVec), false, in OnDestroySessionCmd()
Dplugin_manager.cpp263 bool PluginManager::DestroyPluginSession(const std::vector<uint32_t>& pluginIds) in DestroyPluginSession() function in PluginManager
/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_service_performance_test.cpp353 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 …]
Dplugin_service_stubs.cpp180 bool PluginService::DestroyPluginSession(const std::string& pluginName) in DestroyPluginSession() function in PluginService
/developtools/profiler/device/plugins/native_daemon/include/
Dhook_manager.h64 bool DestroyPluginSession(const std::vector<uint32_t>& pluginIds) override;
/developtools/profiler/device/services/plugin_service/include/
Dplugin_service.h89 bool DestroyPluginSession(const std::string& pluginName);
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dhook_manager_test.cpp151 EXPECT_TRUE(hookManager->DestroyPluginSession(pluginIds));
/developtools/profiler/device/services/plugin_service/src/
Dplugin_session.cpp92 bool retval = pluginService->DestroyPluginSession(pluginConfig_.name()); in Destroy()
Dplugin_service.cpp230 bool PluginService::DestroyPluginSession(const std::string& pluginName) in DestroyPluginSession() function in PluginService
/developtools/profiler/device/plugins/api/test/unittest/
Dcommand_poller_test.cpp66 virtual bool DestroyPluginSession(const std::vector<uint32_t>& pluginIds) in DestroyPluginSession() function in __anon9b833a3c0111::PluginManagerStub
Dplugin_manager_test.cpp111 EXPECT_TRUE(pluginManage->DestroyPluginSession(pluginIdsVector));
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_manager.cpp320 bool HookManager::DestroyPluginSession(const std::vector<uint32_t>& pluginIds) in DestroyPluginSession() function in OHOS::Developtools::NativeDaemon::HookManager