Searched refs:PluginContext (Results 1 - 4 of 4) sorted by relevance
/developtools/profiler/device/services/plugin_service/include/ |
H A D | plugin_service.h | 58 struct PluginContext { struct 74 using PluginContextPtr = std::shared_ptr<PluginContext>; 115 void ReadShareMemoryOffline(PluginContext&); 116 void ReadShareMemoryOnline(PluginContext&); 117 void FlushShareMemory(PluginContext&);
|
/developtools/profiler/device/services/plugin_service/src/ |
H A D | plugin_service.cpp | 135 CHECK_NOTNULL(pluginCtx, false, "get PluginContext failed!"); in CreatePluginSession() 186 CHECK_NOTNULL(pluginCtx, false, "get PluginContext failed!"); in CreatePluginSession() 207 CHECK_NOTNULL(pluginCtx, false, "get PluginContext failed!"); in StartPluginSession() 224 CHECK_NOTNULL(pluginCtx, false, "get PluginContext failed!"); in StopPluginSession() 252 CHECK_NOTNULL(pluginCtx, false, "get PluginContext failed!"); in DestroyPluginSession() 281 CHECK_NOTNULL(pluginCtx, false, "get PluginContext failed!"); in RefreshPluginSession() 295 CHECK_NOTNULL(pluginCtx, false, "get PluginContext failed!"); in RemovePluginSessionCtx() 333 auto pluginCtx = std::make_shared<PluginContext>(); in AddPluginInfo() 334 CHECK_NOTNULL(pluginCtx, false, "create PluginContext failed!"); in AddPluginInfo() 429 void PluginService::ReadShareMemoryOffline(PluginContext [all...] |
/developtools/profiler/device/services/profiler_service/test/unittest/ |
H A D | plugin_service_stubs.cpp | 150 CHECK_NOTNULL(pluginCtx, false, "create PluginContext failed!"); in CreatePluginSession() 242 auto pluginCtx = std::make_shared<PluginContext>(); in AddPluginInfo() 243 CHECK_NOTNULL(pluginCtx, false, "create PluginContext failed!"); in AddPluginInfo()
|
/developtools/profiler/device/services/profiler_service/src/ |
H A D | profiler_service.cpp | 31 using PluginContextPtr = std::shared_ptr<PluginContext>;
|
Completed in 4 milliseconds