Home
last modified time | relevance | path

Searched defs:pluginPath (Results 1 – 8 of 8) 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()
Dplugin_manager.cpp76 bool PluginManager::AddPlugin(const std::string& pluginPath) in AddPlugin()
110 bool PluginManager::RegisterPlugin(const PluginModulePtr& plugin, const std::string& pluginPath, in RegisterPlugin()
144 bool PluginManager::RemovePlugin(const std::string& pluginPath) in RemovePlugin()
Dmain.cpp95 const std::string pluginPath = presetPluginVec[i]; in main() local
/developtools/profiler/device/plugins/network_profiler/service/src/
Dnetwork_profiler_manager.cpp293 bool NetworkProfilerManager::LoadPlugin(const std::string& pluginPath) in LoadPlugin()
298 bool NetworkProfilerManager::UnloadPlugin(const std::string& pluginPath) in UnloadPlugin()
367 bool NetworkProfilerManager::RegisterAgentPlugin(const std::string& pluginPath) in RegisterAgentPlugin()
/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/native_daemon/src/
Dhook_manager.cpp157 bool HookManager::RegisterAgentPlugin(const std::string& pluginPath) in RegisterAgentPlugin()
184 bool HookManager::UnregisterAgentPlugin(const std::string& pluginPath) in UnregisterAgentPlugin()
201 bool HookManager::LoadPlugin(const std::string& pluginPath) in LoadPlugin()
206 bool HookManager::UnloadPlugin(const std::string& pluginPath) in UnloadPlugin()