Home
last modified time | relevance | path

Searched refs:UNLOAD_SA_TIMER_INTERVAL (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/device_manager/
H A Detx_device_mgr.cpp29 constexpr uint32_t UNLOAD_SA_TIMER_INTERVAL = 30 * 1000; variable
454 unloadSelftimerId_ = unloadSelftimer_.Register(task, UNLOAD_SA_TIMER_INTERVAL, true); in UnLoadSelf()
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp64 constexpr uint32_t UNLOAD_SA_TIMER_INTERVAL = 30 * 1000; variable
1858 unloadSelfTimerId_ = unloadSelfTimer_.Register(task, UNLOAD_SA_TIMER_INTERVAL, true); in UnLoadSelf()