Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_wifi_direct.c110 forceDownInfo->forceDownLink, forceDownInfo->downType); in AddForceDownInfo()
126 if (item->downType == FORCE_DOWN_TRANS) { in DelForceDownInfo()
244 if (forceDownInfo.downType == FORCE_DOWN_LANE) { in OnWifiDirectForceDisconnectSuccess()
269 if (forceDownInfo.downType == FORCE_DOWN_LANE) { in OnWifiDirectForceDisconnectFailure()
360 if (forceDownInfo.downType == FORCE_DOWN_LANE) { in OnConnOpenedForForceDisconnect()
406 if (forceDownInfo.downType == FORCE_DOWN_LANE) { in OnConnOpenFailedForForceDisconnect()
473 forceDownInfo.downType = downType; in AddNewForceDownInfo()
509 static void ForceDownCondWait(ForceDownType downType, uint32_t forceDownReqId) in ForceDownCondWait() argument
511 if (downType != FORCE_DOWN_TRANS) { in ForceDownCondWait()
512 LNN_LOGI(LNN_LANE, "not support downType=%{public}d", downType); in ForceDownCondWait()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_link_wifi_direct.h43 ForceDownType downType; member