Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/
H A Dtbox.cpp154 uint64_t remainedTime = timeout * NS_PER_SECOND; in WaitForDoneFile() local
155 while (remainedTime > 0) { in WaitForDoneFile()
163 remainedTime = (remainedTime > duration) ? (remainedTime - duration) : 0; in WaitForDoneFile()
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dcommon_utils.cpp106 uint64_t remainedTime = maxWaitingTime * NS_PER_SECOND; in ExecCommand() local
107 while (remainedTime > 0) { in ExecCommand()
116 remainedTime = (remainedTime > duration) ? (remainedTime - duration) : 0; in ExecCommand()
/ohos5.0/base/hiviewdfx/faultloggerd/test/systemtest/
H A Dfaultloggerd_system_test.cpp87 time_t remainedTime = maxWaitingTime; in ForkAndExecuteCrasher() local
88 while (remainedTime > 0) { in ForkAndExecuteCrasher()
97 remainedTime = (remainedTime > duration) ? (remainedTime - duration) : 0; in ForkAndExecuteCrasher()