Home
last modified time | relevance | path

Searched refs:UpdatePluginConfigs (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/services/profiler_service/include/
Dprofiler_service.h108 size_t UpdatePluginConfigs(const std::vector<ProfilerPluginConfig>& newPluginConfigs);
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp98 size_t ProfilerService::SessionContext::UpdatePluginConfigs(const std::vector<ProfilerPluginConfig>… in UpdatePluginConfigs() function in ProfilerService::SessionContext
500 size_t updates = ctx->UpdatePluginConfigs(newPluginConfigs); in StartSession()