Home
last modified time | relevance | path

Searched refs:OnPluginAdded (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/plugins/api/src/
Dplugin_watcher.cpp79 OnPluginAdded(std::string(fullpath) + '/' + fileName); in ScanPlugins()
129 OnPluginAdded(pluginDir + '/' + fileName); in MonitorIsSet()
169 void PluginWatcher::OnPluginAdded(const std::string& pluginPath) in OnPluginAdded() function in PluginWatcher
Dplugin_watcher.h44 virtual void OnPluginAdded(const std::string& pluginPath);
/developtools/profiler/device/plugins/api/test/unittest/
Dplugin_watcher_test.cpp153 MOCK_METHOD1(OnPluginAdded, void(const std::string&));
167 EXPECT_CALL(watcher, OnPluginAdded(testing::_)).WillRepeatedly(
194 EXPECT_CALL(watcher, OnPluginAdded(testing::_)).WillRepeatedly(