Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/api/test/unittest/
Dplugin_watcher_test.cpp154 MOCK_METHOD1(OnPluginRemoved, void(const std::string&));
169 EXPECT_CALL(watcher, OnPluginRemoved(testing::_)).WillRepeatedly(
196 EXPECT_CALL(watcher, OnPluginRemoved(testing::_)).WillRepeatedly(
/developtools/profiler/device/plugins/api/src/
Dplugin_watcher.h45 virtual void OnPluginRemoved(const std::string& pluginPath);
Dplugin_watcher.cpp133 OnPluginRemoved(pluginDir + '/' + fileName); in MonitorIsSet()
183 void PluginWatcher::OnPluginRemoved(const std::string& pluginPath) in OnPluginRemoved() function in PluginWatcher