Searched defs:pluginConfigs (Results 1 – 7 of 7) sorted by relevance
49 List<CommonTypes.ProfilerPluginConfig> pluginConfigs) { in createSessionRequest()76 List<CommonTypes.ProfilerPluginConfig> pluginConfigs) { in startSessionRequest()
100 pluginConfigs: [tracePluginConfig, hilogConfig,memoryconfig] variable
80 bool PluginSessionManager::CreatePluginSessions(const std::vector<ProfilerPluginConfig>& pluginConf… in CreatePluginSessions()104 bool PluginSessionManager::CreatePluginSessions(const std::vector<ProfilerPluginConfig>& pluginConf… in CreatePluginSessions()
97 std::vector<ProfilerPluginConfig> pluginConfigs; member
256 std::vector<ProfilerPluginConfig> pluginConfigs; in CreateSession() local
233 List<Class<? extends IPluginConfig>> pluginConfigs = new ArrayList<>(); in loadingPlugsTest02() local
78 pluginConfigs: ProfilerPluginConfig<any>[]; property