Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/services/utils/include/
H A Dwatchdog.h27 * More than timeoutMs_ If Notify() is not used to trigger the dog feeding action within, the Alarm() action
34 explicit WatchDog(uint32_t timeoutMs) : timeoutMs_(timeoutMs) {}; in WatchDog()
59 * It needs to be called regularly within the timeoutMs_ time, otherwise Alarm() will be triggered.
88 uint32_t timeoutMs_ = 1000; // Default 1000ms. member in OHOS::Media::WatchDog
/foundation/multimedia/player_framework/services/utils/
H A Dwatchdog.cpp130 cond_.wait_for(lock, std::chrono::milliseconds(timeoutMs_), [this] { in WatchDogThread()

Completed in 1 milliseconds