Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp3232 std::unique_ptr<PtJson> syntheticDelays; in Create() local
3233 ret = params.GetArray("syntheticDelays", &syntheticDelays); in Create()
3235 int32_t syntheticDelaysLen = syntheticDelays->GetSize(); in Create()
3238 std::string pSyntheticDelays = syntheticDelays->Get(i)->GetString(); in Create()
3242 error += "Wrong type of 'syntheticDelays';"; in Create()
3305 std::unique_ptr<PtJson> syntheticDelays = PtJson::CreateArray(); in ToJson() local
3308 syntheticDelays->Push(syntheticDelays_.value()[i].c_str()); in ToJson()
3310 result->Add("syntheticDelays", syntheticDelays); in ToJson()
[all...]
H A Dpt_types.h2831 TraceConfig &SetSyntheticDelays(std::vector<std::string> syntheticDelays) in SetSyntheticDelays() argument
2833 syntheticDelays_ = syntheticDelays; in SetSyntheticDelays()

Completed in 10 milliseconds