Home
last modified time | relevance | path

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

/developtools/profiler/device/services/plugin_service/src/
H A Dplugin_service.cpp161 auto configIter = profilerSessionConfigs_.find(pluginName); in CreatePluginSession() local
162 if (configIter == profilerSessionConfigs_.end()) { in CreatePluginSession()
166 if (configIter->second->session_mode() == ProfilerSessionConfig::OFFLINE) { in CreatePluginSession()
169 } else if (configIter->second->session_mode() == ProfilerSessionConfig::ONLINE) { in CreatePluginSession()
516 auto configIter = profilerSessionConfigs_.find(pluginName); in FlushAllData() local
517 if (configIter == profilerSessionConfigs_.end()) { in FlushAllData()
521 if (!configIter->second->discard_cache_data()) { in FlushAllData()
526 if (configIter->second->session_mode() == ProfilerSessionConfig::OFFLINE) { in FlushAllData()
528 } else if (configIter->second->session_mode() == ProfilerSessionConfig::ONLINE) { in FlushAllData()

Completed in 2 milliseconds