Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateUtil.h25 #define SEC_TO_MSEC(second) (second * 1000) macro
Ddumpstate.cpp1681 SEC_TO_MSEC(10)); in DumpstateTelephonyOnly()
1684 SEC_TO_MSEC(10)); in DumpstateTelephonyOnly()
1686 SEC_TO_MSEC(10)); in DumpstateTelephonyOnly()
1687 RunDumpsys("DUMPSYS", {"netpolicy"}, CommandOptions::WithTimeout(90).Build(), SEC_TO_MSEC(10)); in DumpstateTelephonyOnly()
1689 SEC_TO_MSEC(10)); in DumpstateTelephonyOnly()
1692 RunDumpsys("DUMPSYS", {"netd"}, CommandOptions::WithTimeout(90).Build(), SEC_TO_MSEC(10)); in DumpstateTelephonyOnly()
1695 SEC_TO_MSEC(10)); in DumpstateTelephonyOnly()
1698 SEC_TO_MSEC(10)); in DumpstateTelephonyOnly()
1702 SEC_TO_MSEC(10)); in DumpstateTelephonyOnly()
1746 SEC_TO_MSEC(10)); in DumpstateWifiOnly()
[all …]
DDumpstateUtil.cpp173 return CommandOptions::CommandOptionsBuilder(SEC_TO_MSEC(timeout_sec)); in WithTimeout()