Home
last modified time | relevance | path

Searched refs:forceDownReqId (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.c115 static int32_t DelForceDownInfo(uint32_t forceDownReqId) in DelForceDownInfo() argument
125 if (item->forceDownReqId == forceDownReqId) { in DelForceDownInfo()
182 (void)DelForceDownInfo(forceDownInfo->forceDownReqId); in FreeResourceForForceDisconnect()
281 info->requestId = forceDownInfo->forceDownReqId; in GenerateForceDownWifiDirectInfo()
356 (void)DelForceDownInfo(forceDownInfo.forceDownReqId); in OnConnOpenedForForceDisconnect()
454 uint32_t p2pRequestId, uint32_t forceDownReqId) in AddNewForceDownInfo() argument
469 forceDownInfo.forceDownReqId = forceDownReqId; in AddNewForceDownInfo()
518 TRANS_FORCE_DOWN_TIMEOUT, forceDownReqId); in ForceDownCondWait()
526 if (item->forceDownReqId == forceDownReqId) { in ForceDownCondWait()
564 (void)DelForceDownInfo(forceDownReqId); in ForceDisconnectWifiDirect()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_link_wifi_direct.h39 uint32_t forceDownReqId; member