Home
last modified time | relevance | path

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

/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()
285 PowerControlInfo powerInfo; in DetectDisableWifiDirectApply() local
286 (void)memset_s(&powerInfo, sizeof(powerInfo), 0, sizeof(powerInfo)); in DetectDisableWifiDirectApply()
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()
327 PowerControlInfo powerInfo; in DetectEnableWifiDirectApply() local
328 (void)memset_s(&powerInfo, sizeof(powerInfo), 0, sizeof(powerInfo)); in DetectEnableWifiDirectApply()
352 powerInfo.rawHml++; in DetectEnableWifiDirectApply()
358 …if (((powerInfo.activeHml == 0) || (powerInfo.passiveHml > 0) || (powerInfo.rawHml > 0)) && g_enab… in DetectEnableWifiDirectApply()
[all …]