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.cpp63 std::string pluginPath = g_testPluginDir + "/" + SUCCESS_PLUGIN_NAME; variable
121 std::string pluginPath = "invalid.z.so"; 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.cpp104 bool HookManager::RegisterAgentPlugin(const std::string& pluginPath) in RegisterAgentPlugin()
131 bool HookManager::UnregisterAgentPlugin(const std::string& pluginPath) in UnregisterAgentPlugin()
151 bool HookManager::LoadPlugin(const std::string& pluginPath) in LoadPlugin()
156 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()
Dmain.cpp85 const std::string pluginPath = DEFAULT_LIB_PATH + presetPluginVec[i]; in main() local
Dplugin_manager.cpp73 bool PluginManager::AddPlugin(const std::string& pluginPath) in AddPlugin()
107 bool PluginManager::RegisterPlugin(const PluginModulePtr& plugin, const std::string& pluginPath, in RegisterPlugin()
141 bool PluginManager::RemovePlugin(const std::string& pluginPath) in RemovePlugin()