Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/message_handler/
H A Dmessage_handler.c265 if (msgPost == NULL || msgPost->handler == NULL) { in PostMessageAtTimeParamVerify()
282 looper->context->name, msgPost->what, msgPost->time); in PostMessageAtTimeParamVerify()
289 static void PostMessageAtTime(const SoftBusLooper *looper, SoftBusMessage *msgPost) in PostMessageAtTime() argument
291 if (PostMessageAtTimeParamVerify(looper, msgPost) != SOFTBUS_OK) { in PostMessageAtTime()
292 FreeSoftBusMsg(msgPost); in PostMessageAtTime()
299 FreeSoftBusMsg(msgPost); in PostMessageAtTime()
303 newNode->msg = msgPost; in PostMessageAtTime()
307 FreeSoftBusMsg(msgPost); in PostMessageAtTime()
312 FreeSoftBusMsg(msgPost); in PostMessageAtTime()
324 if (msg->time > msgPost->time) { in PostMessageAtTime()
[all …]