Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_link.h42 int32_t rawHml; member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link.c272 … } else if ((powerInfo->activeHml == 1) && (powerInfo->passiveHml == 0) && (powerInfo->rawHml == 0) in HandleDetectWifiDirectApply()
310 powerInfo.rawHml++; in DetectDisableWifiDirectApply()
316 …if (((powerInfo.activeHml == 0) || (powerInfo.passiveHml > 0) || (powerInfo.rawHml > 0)) && g_enab… in DetectDisableWifiDirectApply()
321 powerInfo.activeHml, powerInfo.passiveHml, powerInfo.rawHml); in DetectDisableWifiDirectApply()
352 powerInfo.rawHml++; in DetectEnableWifiDirectApply()
358 …if (((powerInfo.activeHml == 0) || (powerInfo.passiveHml > 0) || (powerInfo.rawHml > 0)) && g_enab… in DetectEnableWifiDirectApply()
363 powerInfo.activeHml, powerInfo.passiveHml, powerInfo.rawHml); in DetectEnableWifiDirectApply()