Home
last modified time | relevance | path

Searched defs:pluginCtx (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/services/plugin_service/src/
Dplugin_service.cpp129 PluginContextPtr pluginCtx = nullptr; in CreatePluginSession() local
185 PluginContextPtr pluginCtx = nullptr; in CreatePluginSession() local
210 PluginContextPtr pluginCtx = nullptr; in StartPluginSession() local
231 PluginContextPtr pluginCtx = nullptr; in StopPluginSession() local
262 PluginContextPtr pluginCtx = nullptr; in DestroyPluginSession() local
291 PluginContextPtr pluginCtx = nullptr; in RefreshPluginSession() local
309 PluginContextPtr pluginCtx = GetPluginContext(pluginName).second; in RemovePluginSessionCtx() local
348 auto pluginCtx = std::make_shared<PluginContext>(); in AddPluginInfo() local
380 auto pluginCtx = pluginContext_[pluginId]; in AddPluginInfo() local
406 PluginContextPtr pluginCtx = nullptr; in GetPluginInfo() local
[all …]
/developtools/profiler/device/services/profiler_service/test/unittest/
Dplugin_service_stubs.cpp148 PluginContextPtr pluginCtx = nullptr; in CreatePluginSession() local
174 PluginContextPtr pluginCtx = nullptr; in StartPluginSession() local
186 PluginContextPtr pluginCtx = nullptr; in StopPluginSession() local
198 PluginContextPtr pluginCtx = nullptr; in DestroyPluginSession() local
218 PluginContextPtr pluginCtx = nullptr; in RefreshPluginSession() local
245 auto pluginCtx = std::make_shared<PluginContext>(); in AddPluginInfo() local
274 auto pluginCtx = pluginContext_[pluginId]; in AddPluginInfo() local
291 PluginContextPtr pluginCtx = nullptr; in GetPluginInfo() local
307 PluginContextPtr pluginCtx = GetPluginContextById(pluginId); in RemovePluginInfo() local
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp741 PluginContextPtr pluginCtx = nullptr; in DestroySession() local