Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/adapter/utility/platform/ohos/
Dcommon_utils.cpp59 uint64_t remainedTime = maxWaitingTime * NS_PER_SECOND; in ExecCommand() local
60 while (remainedTime > 0) { in ExecCommand()
69 remainedTime = (remainedTime > duration) ? (remainedTime - duration) : 0; in ExecCommand()
/base/hiviewdfx/hiview/utility/common_utils/
Dtbox.cpp153 uint64_t remainedTime = timeout * NS_PER_SECOND; in WaitForDoneFile() local
154 while (remainedTime > 0) { in WaitForDoneFile()
162 remainedTime = (remainedTime > duration) ? (remainedTime - duration) : 0; in WaitForDoneFile()
/base/hiviewdfx/faultloggerd/test/systemtest/src/
Dfaultloggerd_system_test.cpp183 time_t remainedTime = maxWaitingTime; in ForkAndRunCommands() local
184 while (remainedTime > 0) { in ForkAndRunCommands()
194 remainedTime = (remainedTime > duration) ? (remainedTime - duration) : 0; in ForkAndRunCommands()