/developtools/profiler/device/services/plugin_service/test/unittest/ |
H A D | plugin_service_test.cpp | 151 EXPECT_TRUE(pluginService_->DestroyPluginSession("abc2.so")); in HWTEST_F() 200 HWTEST_F(UnitTestPluginService, DestroyPluginSession, TestSize.Level1) in HWTEST_F() 202 ASSERT_FALSE(pluginService_->DestroyPluginSession("abc.so")); in HWTEST_F() 209 EXPECT_TRUE(pluginService_->DestroyPluginSession("abc5.so")); in HWTEST_F() 406 ASSERT_FALSE(pluginService_->DestroyPluginSession("mem.so")); in HWTEST_F() 549 ASSERT_FALSE(pluginService_->DestroyPluginSession("cpu.so")); in HWTEST_F() 697 ASSERT_FALSE(pluginService_->DestroyPluginSession("stream.so")); in HWTEST_F() 840 ASSERT_FALSE(pluginService_->DestroyPluginSession("sample.so")); in HWTEST_F()
|
/developtools/profiler/device/plugins/api/include/ |
H A D | manager_interface.h | 38 virtual bool DestroyPluginSession(const std::vector<uint32_t>& pluginIds) = 0;
|
/developtools/profiler/device/plugins/api/src/ |
H A D | plugin_manager.h | 48 bool DestroyPluginSession(const std::vector<uint32_t>& pluginIds);
|
H A D | command_poller.cpp | 84 CHECK_TRUE(pluginManager->DestroyPluginSession(pluginIdVec), false, in OnDestroySessionCmd()
|
H A D | plugin_manager.cpp | 265 bool PluginManager::DestroyPluginSession(const std::vector<uint32_t>& pluginIds) in DestroyPluginSession() function in PluginManager
|
/developtools/profiler/device/services/profiler_service/test/unittest/ |
H A D | profiler_service_performance_test.cpp | 376 bool DestroyPluginSession(uint32_t sessionId) in DestroyPluginSession() function in __anon316::ProfilerServicePerformanceTest 700 EXPECT_TRUE(DestroyPluginSession(sessionId1)); in HWTEST_F() 769 EXPECT_TRUE(DestroyPluginSession(sessionId2)); in HWTEST_F() 890 EXPECT_TRUE(DestroyPluginSession(sessionId1)); in HWTEST_F() 963 EXPECT_TRUE(DestroyPluginSession(sessionId2)); in HWTEST_F() 1140 EXPECT_TRUE(DestroyPluginSession(sessionId1)); in HWTEST_F() 1282 EXPECT_TRUE(DestroyPluginSession(sessionId1)); in HWTEST_F() 1390 EXPECT_TRUE(DestroyPluginSession(sessionId1)); in HWTEST_F() 1427 EXPECT_TRUE(DestroyPluginSession(sessionId2)); in HWTEST_F() 1529 EXPECT_TRUE(DestroyPluginSession(sessionId in HWTEST_F() [all...] |
H A D | plugin_service_stubs.cpp | 192 bool PluginService::DestroyPluginSession(const std::string& pluginName) in DestroyPluginSession() function in PluginService 208 PROFILER_LOG_INFO(LOG_CORE, "DestroyPluginSession %s done!", pluginName.c_str()); in DestroyPluginSession()
|
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | hook_standalone.cpp | 103 g_hookManager->DestroyPluginSession(pluginIds); in EndHook()
|
H A D | hook_manager.cpp | 554 bool HookManager::DestroyPluginSession(const std::vector<uint32_t>& pluginIds) in DestroyPluginSession() function in OHOS::Developtools::NativeDaemon::HookManager
|
/developtools/profiler/device/plugins/ffrt_profiler/service/include/ |
H A D | ffrt_profiler_manager.h | 64 bool DestroyPluginSession(const std::vector<uint32_t>& pluginIds) override;
|
/developtools/profiler/device/plugins/network_profiler/service/include/ |
H A D | network_profiler_manager.h | 64 bool DestroyPluginSession(const std::vector<uint32_t>& pluginIds) override;
|
/developtools/profiler/device/plugins/native_daemon/include/ |
H A D | hook_manager.h | 87 bool DestroyPluginSession(const std::vector<uint32_t>& pluginIds) override;
|
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
H A D | hook_manager_test.cpp | 157 EXPECT_TRUE(hookManager->DestroyPluginSession(pluginIds)); in HWTEST_F()
|
/developtools/profiler/device/plugins/api/test/unittest/ |
H A D | command_poller_test.cpp | 64 bool DestroyPluginSession(const std::vector<uint32_t>& pluginIds) override
|
H A D | plugin_manager_test.cpp | 118 EXPECT_TRUE(pluginManage->DestroyPluginSession(pluginIdsVector)); in HWTEST_F()
|
/developtools/profiler/device/services/plugin_service/include/ |
H A D | plugin_service.h | 89 bool DestroyPluginSession(const std::string& pluginName);
|
/developtools/profiler/device/services/plugin_service/src/ |
H A D | plugin_session.cpp | 81 PROFILER_LOG_INFO(LOG_CORE, "DestroyPluginSession for %s...", pluginConfig_.name().c_str()); in Destroy() 93 bool retval = pluginService->DestroyPluginSession(pluginConfig_.name()); in Destroy() 94 PROFILER_LOG_INFO(LOG_CORE, "DestroyPluginSession for %s %s!", in Destroy() 96 CHECK_TRUE(retval, false, "call PluginService::DestroyPluginSession failed!"); in Destroy()
|
H A D | plugin_service.cpp | 247 bool PluginService::DestroyPluginSession(const std::string& pluginName) in DestroyPluginSession() function in PluginService 255 CHECK_TRUE(cmd != nullptr, false, "DestroyPluginSession BuildDestroySessionCmd FAIL %s", pluginName.c_str()); in DestroyPluginSession() 272 PROFILER_LOG_INFO(LOG_CORE, "DestroyPluginSession %s done!", pluginName.c_str()); in DestroyPluginSession()
|
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/ |
H A D | native_memory_profiler_sa_service.cpp | 147 config->hookMgr->DestroyPluginSession({}); in StopHook()
|
/developtools/profiler/device/plugins/ffrt_profiler/service/src/ |
H A D | ffrt_profiler_manager.cpp | 309 bool FfrtProfilerManager::DestroyPluginSession(const std::vector<uint32_t>& pluginIds) in DestroyPluginSession() function in OHOS::Developtools::Profiler::FfrtProfilerManager
|
/developtools/profiler/device/plugins/network_profiler/service/src/ |
H A D | network_profiler_manager.cpp | 318 bool NetworkProfilerManager::DestroyPluginSession(const std::vector<uint32_t>& pluginIds) in DestroyPluginSession() function in OHOS::Developtools::Profiler::NetworkProfilerManager
|