Home
last modified time | relevance | path

Searched refs:pluginConfig_ (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/device/services/plugin_service/src/
H A Dplugin_session.cpp25 pluginConfig_(pluginConfig), in PluginSession()
38 pluginConfig_(pluginConfig), in PluginSession()
56 PROFILER_LOG_INFO(LOG_CORE, "CreatePluginSession for %s...", pluginConfig_.name().c_str()); in Create()
64 retval = pluginService->CreatePluginSession(pluginConfig_, bufferConfig_, dataRepeater_); in Create()
65 PROFILER_LOG_INFO(LOG_CORE, "CreatePluginSession with buffer for %s %s!", pluginConfig_.name().c_str(), in Create()
68 retval = pluginService->CreatePluginSession(pluginConfig_, dataRepeater_); in Create()
70 pluginConfig_.name().c_str(), retval ? "OK" : "FAIL"); in Create()
81 PROFILER_LOG_INFO(LOG_CORE, "DestroyPluginSession for %s...", pluginConfig_.name().c_str()); in Destroy()
93 bool retval = pluginService->DestroyPluginSession(pluginConfig_.name()); in Destroy()
95 pluginConfig_ in Destroy()
[all...]
/developtools/profiler/device/services/plugin_service/include/
H A Dplugin_session.h68 ProfilerPluginConfig pluginConfig_; member in PluginSession

Completed in 1 milliseconds