Home
last modified time | relevance | path

Searched defs:pluginPath (Results 1 – 9 of 9) sorted by relevance

/developtools/profiler/device/plugins/api/test/unittest/
Dplugin_module_test.cpp63 std::string pluginPath = g_testPluginDir + "/" + SUCCESS_PLUGIN_NAME; variable
125 std::string pluginPath = "invalid.z.so"; variable
157 std::string pluginPath = g_testPluginDir + "/" + SUCCESS_PLUGIN_NAME; variable
Dcommand_poller_test.cpp29 bool LoadPlugin(const std::string& pluginPath) override in LoadPlugin()
38 bool UnloadPlugin(const std::string& pluginPath) override in UnloadPlugin()
/developtools/profiler/device/plugins/api/src/
Dplugin_watcher.cpp169 void PluginWatcher::OnPluginAdded(const std::string& pluginPath) in OnPluginAdded()
183 void PluginWatcher::OnPluginRemoved(const std::string& pluginPath) in OnPluginRemoved()
Dmain.cpp83 const std::string pluginPath = presetPluginVec[i]; in main() local
Dplugin_manager.cpp79 bool PluginManager::AddPlugin(const std::string& pluginPath) in AddPlugin()
113 bool PluginManager::RegisterPlugin(const PluginModulePtr& plugin, const std::string& pluginPath, in RegisterPlugin()
147 bool PluginManager::RemovePlugin(const std::string& pluginPath) in RemovePlugin()
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
Dffrt_profiler_manager.cpp284 bool FfrtProfilerManager::LoadPlugin(const std::string& pluginPath) in LoadPlugin()
289 bool FfrtProfilerManager::UnloadPlugin(const std::string& pluginPath) in UnloadPlugin()
358 bool FfrtProfilerManager::RegisterAgentPlugin(const std::string& pluginPath) in RegisterAgentPlugin()
/developtools/profiler/device/plugins/network_profiler/service/src/
Dnetwork_profiler_manager.cpp354 bool NetworkProfilerManager::LoadPlugin(const std::string& pluginPath) in LoadPlugin()
359 bool NetworkProfilerManager::UnloadPlugin(const std::string& pluginPath) in UnloadPlugin()
444 bool NetworkProfilerManager::RegisterAgentPlugin(const std::string& pluginPath) in RegisterAgentPlugin()
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_manager.cpp163 bool HookManager::RegisterAgentPlugin(const std::string& pluginPath) in RegisterAgentPlugin()
190 bool HookManager::UnregisterAgentPlugin(const std::string& pluginPath) in UnregisterAgentPlugin()
207 bool HookManager::LoadPlugin(const std::string& pluginPath) in LoadPlugin()
212 bool HookManager::UnloadPlugin(const std::string& pluginPath) in UnloadPlugin()
/developtools/profiler/device/plugins/ffrt_profiler/test/unittest/
Dffrt_profiler_test.cpp365 std::string pluginPath = std::string("libffrt_profiler.z.so"); variable
380 std::string pluginPath = std::string("libffrt_profiler.z.so"); variable