Home
last modified time | relevance | path

Searched refs:excludedCategories (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp3219 std::unique_ptr<PtJson> excludedCategories; in Create() local
3220 ret = params.GetArray("excludedCategories", &excludedCategories); in Create()
3222 int32_t excludedCategoriesLen = excludedCategories->GetSize(); in Create()
3225 std::string pExcludedCategories = excludedCategories->Get(i)->GetString(); in Create()
3229 error += "Wrong type of 'excludedCategories';"; in Create()
3296 std::unique_ptr<PtJson> excludedCategories = PtJson::CreateArray(); in ToJson() local
3299 excludedCategories->Push(excludedCategories_.value()[i].c_str()); in ToJson()
3301 result->Add("excludedCategories", excludedCategories); in ToJson()
[all...]
H A Dpt_types.h2812 TraceConfig &SetExcludedCategories(std::vector<std::string> excludedCategories) in SetExcludedCategories() argument
2814 excludedCategories_ = excludedCategories; in SetExcludedCategories()

Completed in 10 milliseconds