Searched refs:msgPost (Results 1 – 1 of 1) sorted by relevance
265 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() argument291 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 …]