Home
last modified time | relevance | path

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

/developtools/profiler/device/services/profiler_service/test/unittest/
Dplugin_service_stubs.cpp135 PluginContextPtr pluginCtx = nullptr; in CreatePluginSession() local
159 PluginContextPtr pluginCtx = nullptr; in StartPluginSession() local
171 PluginContextPtr pluginCtx = nullptr; in StopPluginSession() local
183 PluginContextPtr pluginCtx = nullptr; in DestroyPluginSession() local
203 PluginContextPtr pluginCtx = nullptr; in RefreshPluginSession() local
230 auto pluginCtx = std::make_shared<PluginContext>(); in AddPluginInfo() local
259 auto pluginCtx = pluginContext_[pluginId]; in AddPluginInfo() local
276 PluginContextPtr pluginCtx = nullptr; in GetPluginInfo() local
292 PluginContextPtr pluginCtx = GetPluginContextById(pluginId); in RemovePluginInfo() local
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service.cpp113 PluginContextPtr pluginCtx = nullptr; in CreatePluginSession() local
159 PluginContextPtr pluginCtx = nullptr; in CreatePluginSession() local
180 PluginContextPtr pluginCtx = nullptr; in StartPluginSession() local
197 PluginContextPtr pluginCtx = nullptr; in StopPluginSession() local
233 PluginContextPtr pluginCtx = nullptr; in DestroyPluginSession() local
259 PluginContextPtr pluginCtx = nullptr; in RefreshPluginSession() local
273 PluginContextPtr pluginCtx = GetPluginContext(pluginName).second; in RemovePluginSessionCtx() local
312 auto pluginCtx = std::make_shared<PluginContext>(); in AddPluginInfo() local
344 auto pluginCtx = pluginContext_[pluginId]; in AddPluginInfo() local
370 PluginContextPtr pluginCtx = nullptr; in GetPluginInfo() local
[all …]
/developtools/profiler/device/services/plugin_service/test/unittest/
Dplugin_service_test.cpp155 PluginContextPtr pluginCtx = pluginService_->GetPluginContextById(pluginId); variable
1079 PluginContextPtr pluginCtx = pluginService_->GetPluginContextById(pluginId); variable
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp611 PluginContextPtr pluginCtx = nullptr; in DestroySession() local