Home
last modified time | relevance | path

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

/developtools/profiler/device/services/plugin_service/src/
H A Dplugin_service.cpp89 profilerSessionConfigs_[name] = profilerSessionConfig; in SetProfilerSessionConfig()
161 auto configIter = profilerSessionConfigs_.find(pluginName); in CreatePluginSession()
162 if (configIter == profilerSessionConfigs_.end()) { in CreatePluginSession()
257 if (profilerSessionConfigs_.find(pluginName) != profilerSessionConfigs_.end()) { in DestroyPluginSession()
258 profilerSessionConfigs_.erase(profilerSessionConfigs_.find(pluginName)); in DestroyPluginSession()
516 auto configIter = profilerSessionConfigs_.find(pluginName); in FlushAllData()
517 if (configIter == profilerSessionConfigs_.end()) { in FlushAllData()
/developtools/profiler/device/services/plugin_service/include/
H A Dplugin_service.h133 std::map<std::string, std::shared_ptr<ProfilerSessionConfig>> profilerSessionConfigs_; member in PluginService
/developtools/profiler/device/services/profiler_service/test/unittest/
H A Dplugin_service_stubs.cpp139 profilerSessionConfigs_[name] = profilerSessionConfig; in SetProfilerSessionConfig()

Completed in 3 milliseconds