Home
last modified time | relevance | path

Searched refs:DELAY_LEN (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/wlan/
H A Dlnn_wifiservice_monitor.cpp35 static const int32_t DELAY_LEN = 1000; variable
279 … if (LnnAsyncCallbackDelayHelper(looper, LnnSubscribeWifiService, NULL, DELAY_LEN) != SOFTBUS_OK) { in LnnSubscribeWifiService()
289 int32_t ret = LnnAsyncCallbackDelayHelper(looper, LnnSubscribeWifiService, NULL, DELAY_LEN); in LnnInitWifiServiceMonitorImpl()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/common_event/
H A Dlnn_common_event_monitor.cpp36 static const int32_t DELAY_LEN = 1000; variable
149 … if (LnnAsyncCallbackDelayHelper(looper, LnnSubscribeCommonEvent, NULL, DELAY_LEN) != SOFTBUS_OK) { in LnnSubscribeCommonEvent()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_netmanager_listener.cpp203 const int32_t DELAY_LEN = 1000; in LnnInitNetManagerMonitorImpl() local
205 int32_t ret = LnnAsyncCallbackDelayHelper(looper, RegEthernetEvent, NULL, DELAY_LEN); in LnnInitNetManagerMonitorImpl()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_devicename_info.c45 #define DELAY_LEN 1000 macro
481 int ret = LnnAsyncCallbackDelayHelper(looper, UpdataLocalFromSetting, NULL, DELAY_LEN); in UpdataLocalFromSetting()