Home
last modified time | relevance | path

Searched refs:bootUpTimeOut (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/include/bluetooth/
H A Dhdf_chip.h113 uint8_t bootUpTimeOut; member
147 OsalMSleep(device->bootUpTimeOut); in HdfResetVirtualDevice()
H A Dhdf_chip_config.h63 uint8_t bootUpTimeOut; member
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wlan_config.h91 uint8_t bootUpTimeOut; member
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/
H A Dhdf_wifi_core.c356 … device->reset = HdfWlanCreateResetManager(&deviceConfig->reset, deviceConfig->bootUpTimeOut); in ProbeDevice()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_config_parser.c388 if (drsOps->GetUint8(node, "bootUpTimeOut", &devLstConfig->bootUpTimeOut, 0) != HDF_SUCCESS) { in ParseWlanDevInstConfig()