Home
last modified time | relevance | path

Searched refs:delayUnwind (Results 1 – 3 of 3) sorted by relevance

/developtools/hiperf/interfaces/kits/js/
D@ohos.hiperf.d.ts198 function setDelayUnwind(delayUnwind: boolean): boolean;
/developtools/hiperf/interfaces/innerkits/native/include/
Dhiperf_client.h184 void SetDelayUnwind(bool delayUnwind);
/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp226 void RecordOption::SetDelayUnwind(bool delayUnwind) in SetDelayUnwind() argument
228 SetOption(ArgDelayUnwind, delayUnwind); in SetDelayUnwind()