Searched defs:includedCategories (Results 1 – 2 of 2) sorted by relevance
3206 std::unique_ptr<PtJson> includedCategories; in Create() local3287 std::unique_ptr<PtJson> includedCategories = PtJson::CreateArray(); in ToJson() local
2793 TraceConfig &SetIncludedCategories(std::vector<std::string> includedCategories) in SetIncludedCategories()