Home
last modified time | relevance | path

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 Dlnn_trans_lane.h50 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 Dlnn_trans_lane.c905 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 Dlnn_lane_link.c1644 PostDelayDestroyMessage(laneReqId, INVALID_LANE_ID, 0); in DestroyLink()