Home
last modified time | relevance | path

Searched defs:replyMsg (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dmmessage_pool.h26 MsgInfo *replyMsg; member
H A Dhi_fsm.cpp368 int32_t HI_FSM_SendSync(void *stateMachine, const MsgInfo *msg, const MsgInfo *replyMsg) in HI_FSM_SendSync()
/ohos5.0/drivers/hdf_core/framework/test/unittest/common/
H A Dhdf_main_test.c198 HdfTestMsg replyMsg; in HdfTestCaseProcess() local
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c416 static int32_t SendUdpInfo(cJSON *replyMsg, AuthHandle authHandle, int64_t seq) in SendUdpInfo()
438 cJSON *replyMsg = cJSON_CreateObject(); in SendReplyErrInfo() local
461 cJSON *replyMsg = cJSON_CreateObject(); in SendReplyUdpInfo() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_nego_test.cpp226 cJSON *replyMsg = cJSON_Parse((char *)msg.c_str()); variable