Home
last modified time | relevance | path

Searched defs:excludedCategories (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp2798 std::unique_ptr<PtJson> excludedCategories; in Create() local
2873 std::unique_ptr<PtJson> excludedCategories = PtJson::CreateArray(); in ToJson() local
Dpt_types.h2552 TraceConfig &SetExcludedCategories(std::vector<std::string> excludedCategories) in SetExcludedCategories()