Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/include/
H A Dfsm_message.h29 bool isNeedReply; member
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dhi_state_machine.cpp202 msg.isNeedReply = false; in Send()
233 msg.isNeedReply = false; // no requirment to reply by now, should check it in the future in Post()
H A Dmessage_looper.cpp228 if (event.msg->isNeedReply && event.msg->msgCallback) { in QueueHandlr()
266 msgInfo->isNeedReply = false; in Post()