Home
last modified time | relevance | path

Searched refs:PluginContextPtr (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/device/services/profiler_service/test/unittest/
Dplugin_service_stubs.cpp135 PluginContextPtr pluginCtx = nullptr; in CreatePluginSession()
159 PluginContextPtr pluginCtx = nullptr; in StartPluginSession()
171 PluginContextPtr pluginCtx = nullptr; in StopPluginSession()
183 PluginContextPtr pluginCtx = nullptr; in DestroyPluginSession()
203 PluginContextPtr pluginCtx = nullptr; in RefreshPluginSession()
209 std::pair<uint32_t, PluginContextPtr> PluginService::GetPluginContext(const std::string& pluginName) in GetPluginContext()
220 PluginContextPtr PluginService::GetPluginContextById(uint32_t id) in GetPluginContextById()
276 PluginContextPtr pluginCtx = nullptr; in GetPluginInfo()
292 PluginContextPtr pluginCtx = GetPluginContextById(pluginId); in RemovePluginInfo()
/developtools/profiler/device/services/plugin_service/include/
Dplugin_service.h74 using PluginContextPtr = std::shared_ptr<PluginContext>; variable
104 std::pair<uint32_t, PluginContextPtr> GetPluginContext(const std::string& pluginName);
113 PluginContextPtr GetPluginContextById(uint32_t id);
118 std::map<uint32_t, PluginContextPtr> pluginContext_;
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service.cpp113 PluginContextPtr pluginCtx = nullptr; in CreatePluginSession()
159 PluginContextPtr pluginCtx = nullptr; in CreatePluginSession()
180 PluginContextPtr pluginCtx = nullptr; in StartPluginSession()
197 PluginContextPtr pluginCtx = nullptr; in StopPluginSession()
233 PluginContextPtr pluginCtx = nullptr; in DestroyPluginSession()
259 PluginContextPtr pluginCtx = nullptr; in RefreshPluginSession()
273 PluginContextPtr pluginCtx = GetPluginContext(pluginName).second; in RemovePluginSessionCtx()
291 std::pair<uint32_t, PluginContextPtr> PluginService::GetPluginContext(const std::string& pluginName) in GetPluginContext()
302 PluginContextPtr PluginService::GetPluginContextById(uint32_t id) in GetPluginContextById()
370 PluginContextPtr pluginCtx = nullptr; in GetPluginInfo()
[all …]
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp31 using PluginContextPtr = std::shared_ptr<PluginContext>; typedef
611 PluginContextPtr pluginCtx = nullptr; in DestroySession()
/developtools/profiler/device/services/plugin_service/test/unittest/
Dplugin_service_test.cpp155 PluginContextPtr pluginCtx = pluginService_->GetPluginContextById(pluginId);
1079 PluginContextPtr pluginCtx = pluginService_->GetPluginContextById(pluginId);