Lines Matching refs:name
56 PROFILER_LOG_INFO(LOG_CORE, "CreatePluginSession for %s...", pluginConfig_.name().c_str());
65 PROFILER_LOG_INFO(LOG_CORE, "CreatePluginSession with buffer for %s %s!", pluginConfig_.name().c_str(),
70 pluginConfig_.name().c_str(), retval ? "OK" : "FAIL");
81 PROFILER_LOG_INFO(LOG_CORE, "DestroyPluginSession for %s...", pluginConfig_.name().c_str());
93 bool retval = pluginService->DestroyPluginSession(pluginConfig_.name());
95 pluginConfig_.name().c_str(), retval ? "OK" : "FAIL");
123 PROFILER_LOG_INFO(LOG_CORE, "StartPluginSession for %s...", pluginConfig_.name().c_str());
130 PROFILER_LOG_INFO(LOG_CORE, "StartPluginSession for %s %s!", pluginConfig_.name().c_str(), retval ? "OK" : "FAIL");
140 PROFILER_LOG_INFO(LOG_CORE, "Refresh for %s...", pluginConfig_.name().c_str());
146 bool retval = pluginService->RefreshPluginSession(pluginConfig_.name());
148 pluginConfig_.name().c_str(), retval ? "OK" : "FAIL");
162 PROFILER_LOG_INFO(LOG_CORE, "StopPluginSession for %s...", pluginConfig_.name().c_str());
168 bool retval = pluginService->StopPluginSession(pluginConfig_.name());
169 PROFILER_LOG_INFO(LOG_CORE, "StopPluginSession for %s %s!", pluginConfig_.name().c_str(), retval ? "OK" : "FAIL");