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