Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/api/test/unittest/
Dplugin_module_test.cpp64 std::string pluginPath = g_testPluginDir + "/" + SUCCESS_PLUGIN_NAME; variable
126 std::string pluginPath = "invalid.z.so"; variable
158 std::string pluginPath = g_testPluginDir + "/" + SUCCESS_PLUGIN_NAME; variable
Dcommand_poller_test.cpp31 bool LoadPlugin(const std::string& pluginPath) override in LoadPlugin()
40 virtual bool UnloadPlugin(const std::string& pluginPath) in UnloadPlugin()
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_manager.cpp109 bool HookManager::RegisterAgentPlugin(const std::string& pluginPath) in RegisterAgentPlugin()
136 bool HookManager::UnregisterAgentPlugin(const std::string& pluginPath) in UnregisterAgentPlugin()
153 bool HookManager::LoadPlugin(const std::string& pluginPath) in LoadPlugin()
158 bool HookManager::UnloadPlugin(const std::string& pluginPath) 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.cpp74 bool PluginManager::AddPlugin(const std::string& pluginPath) in AddPlugin()
108 bool PluginManager::RegisterPlugin(const PluginModulePtr& plugin, const std::string& pluginPath, in RegisterPlugin()
142 bool PluginManager::RemovePlugin(const std::string& pluginPath) in RemovePlugin()
Dmain.cpp97 const std::string pluginPath = DEFAULT_LIB_PATH + presetPluginVec[i]; in main() local