Searched refs:DELAY_LEN (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/wlan/ |
H A D | lnn_wifiservice_monitor.cpp | 35 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 D | lnn_common_event_monitor.cpp | 36 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 D | lnn_netmanager_listener.cpp | 203 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 D | lnn_devicename_info.c | 45 #define DELAY_LEN 1000 macro 481 int ret = LnnAsyncCallbackDelayHelper(looper, UpdataLocalFromSetting, NULL, DELAY_LEN); in UpdataLocalFromSetting()
|