Home
last modified time | relevance | path

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

/base/startup/init/device_info/
H A Ddevice_info_stub.cpp46 static const int DEVICE_INFO_EXIT_TIMEOUT_S = 60; member
48 static const int DEVICE_INFO_EXIT_TIMEOUT_S = 3; member
59 if (IntervalTime(&g_lastTime, &currTimer) < DEVICE_INFO_EXIT_TIMEOUT_S) { in UnloadDeviceInfoSa()
171 std::this_thread::sleep_for(std::chrono::seconds(DEVICE_INFO_EXIT_TIMEOUT_S / DEVICE_INFO_EXIT_WAITTIMES)); in ThreadForUnloadSa()

Completed in 1 milliseconds