Searched refs:PostDelayDestroyMessage (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/ |
H A D | lnn_trans_lane.h | 50 int32_t PostDelayDestroyMessage(uint32_t laneReqId, uint64_t laneId, uint64_t delayMillis);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_trans_lane.c | 905 if (PostDelayDestroyMessage(laneReqId, laneId, DELAY_DESTROY_LANE_TIME) == SOFTBUS_OK) { in IsNeedDelayFreeLane() 922 PostDelayDestroyMessage(laneReqId, INVALID_LANE_ID, 0); in FreeLink() 1793 int32_t PostDelayDestroyMessage(uint32_t laneReqId, uint64_t laneId, uint64_t delayMillis) in PostDelayDestroyMessage() function
|
H A D | lnn_lane_link.c | 1644 PostDelayDestroyMessage(laneReqId, INVALID_LANE_ID, 0); in DestroyLink()
|