Home
last modified time | relevance | path

Searched refs:DestroyPluginSession (Results 1 - 21 of 21) sorted by relevance

/developtools/profiler/device/services/plugin_service/test/unittest/
H A Dplugin_service_test.cpp151 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 Dmanager_interface.h38 virtual bool DestroyPluginSession(const std::vector<uint32_t>& pluginIds) = 0;
/developtools/profiler/device/plugins/api/src/
H A Dplugin_manager.h48 bool DestroyPluginSession(const std::vector<uint32_t>& pluginIds);
H A Dcommand_poller.cpp84 CHECK_TRUE(pluginManager->DestroyPluginSession(pluginIdVec), false, in OnDestroySessionCmd()
H A Dplugin_manager.cpp265 bool PluginManager::DestroyPluginSession(const std::vector<uint32_t>& pluginIds) in DestroyPluginSession() function in PluginManager
/developtools/profiler/device/services/profiler_service/test/unittest/
H A Dprofiler_service_performance_test.cpp376 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 Dplugin_service_stubs.cpp192 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 Dhook_standalone.cpp103 g_hookManager->DestroyPluginSession(pluginIds); in EndHook()
H A Dhook_manager.cpp554 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 Dffrt_profiler_manager.h64 bool DestroyPluginSession(const std::vector<uint32_t>& pluginIds) override;
/developtools/profiler/device/plugins/network_profiler/service/include/
H A Dnetwork_profiler_manager.h64 bool DestroyPluginSession(const std::vector<uint32_t>& pluginIds) override;
/developtools/profiler/device/plugins/native_daemon/include/
H A Dhook_manager.h87 bool DestroyPluginSession(const std::vector<uint32_t>& pluginIds) override;
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
H A Dhook_manager_test.cpp157 EXPECT_TRUE(hookManager->DestroyPluginSession(pluginIds)); in HWTEST_F()
/developtools/profiler/device/plugins/api/test/unittest/
H A Dcommand_poller_test.cpp64 bool DestroyPluginSession(const std::vector<uint32_t>& pluginIds) override
H A Dplugin_manager_test.cpp118 EXPECT_TRUE(pluginManage->DestroyPluginSession(pluginIdsVector)); in HWTEST_F()
/developtools/profiler/device/services/plugin_service/include/
H A Dplugin_service.h89 bool DestroyPluginSession(const std::string& pluginName);
/developtools/profiler/device/services/plugin_service/src/
H A Dplugin_session.cpp81 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 Dplugin_service.cpp247 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 Dnative_memory_profiler_sa_service.cpp147 config->hookMgr->DestroyPluginSession({}); in StopHook()
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H A Dffrt_profiler_manager.cpp309 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 Dnetwork_profiler_manager.cpp318 bool NetworkProfilerManager::DestroyPluginSession(const std::vector<uint32_t>& pluginIds) in DestroyPluginSession() function in OHOS::Developtools::Profiler::NetworkProfilerManager

Completed in 13 milliseconds