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.cpp147 PluginContextPtr pluginCtx = nullptr; in CreatePluginSession() local
171 PluginContextPtr pluginCtx = nullptr; in StartPluginSession() local
183 PluginContextPtr pluginCtx = nullptr; in StopPluginSession() local
195 PluginContextPtr pluginCtx = nullptr; in DestroyPluginSession() local
215 PluginContextPtr pluginCtx = nullptr; in RefreshPluginSession() local
242 auto pluginCtx = std::make_shared<PluginContext>(); in AddPluginInfo() local
271 auto pluginCtx = pluginContext_[pluginId]; in AddPluginInfo() local
288 PluginContextPtr pluginCtx = nullptr; in GetPluginInfo() local
304 PluginContextPtr pluginCtx = GetPluginContextById(pluginId); in RemovePluginInfo() local
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service.cpp131 PluginContextPtr pluginCtx = nullptr; in CreatePluginSession() local
183 PluginContextPtr pluginCtx = nullptr; in CreatePluginSession() local
204 PluginContextPtr pluginCtx = nullptr; in StartPluginSession() local
222 PluginContextPtr pluginCtx = nullptr; in StopPluginSession() local
250 PluginContextPtr pluginCtx = nullptr; in DestroyPluginSession() local
279 PluginContextPtr pluginCtx = nullptr; in RefreshPluginSession() local
294 PluginContextPtr pluginCtx = GetPluginContext(pluginName).second; in RemovePluginSessionCtx() local
333 auto pluginCtx = std::make_shared<PluginContext>(); in AddPluginInfo() local
365 auto pluginCtx = pluginContext_[pluginId]; in AddPluginInfo() local
391 PluginContextPtr pluginCtx = nullptr; in GetPluginInfo() local
[all …]
/developtools/profiler/device/services/plugin_service/test/unittest/
Dplugin_service_test.cpp143 PluginContextPtr pluginCtx = pluginService_->GetPluginContextById(pluginId); variable
1071 PluginContextPtr pluginCtx = pluginService_->GetPluginContextById(pluginId); variable
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp626 PluginContextPtr pluginCtx = nullptr; in DestroySession() local