/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/ |
H A D | inter_ipc_sub_stub.cpp | 34 int32_t InterIpcSubStub::DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) in DoIpcCommand() argument
|
H A D | inter_ipc_proxy.cpp | 66 int32_t InterIpcProxy::DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) in DoIpcCommand() argument
|
H A D | inter_ipc_client_stub.cpp | 65 int32_t InterIpcClientStub::DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) in DoIpcCommand() argument
|
H A D | inter_ipc_stub.cpp | 94 std::shared_ptr<BaseMsg> replyMsg = std::make_shared<BaseMsg>(); in DoIpcCommand() local 120 int32_t InterIpcStub::DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) in DoIpcCommand() argument
|
H A D | inter_ipc_service_stub.cpp | 69 int32_t InterIpcServiceStub::DoIpcCommand(std::shared_ptr<BaseMsg> msg, std::shared_ptr<BaseMsg> &replyMsg) in DoIpcCommand() argument
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/ |
H A D | domain_rpc_service_proxy.cpp | 65 int32_t DomainRpcServiceProxy::DoRpcCommand(std::shared_ptr<BaseDomainMsg> msg, std::shared_ptr<BaseDomainMsg> replyMsg) in DoRpcCommand() argument
|
H A D | domain_rpc_service_stub.cpp | 124 std::shared_ptr<BaseDomainMsg> replyMsg = std::make_shared<BaseDomainMsg>(); in DoRpcCommand() local 139 int32_t DomainRpcServiceStub::DoRpcCommand(std::shared_ptr<BaseDomainMsg> msg, std::shared_ptr<BaseDomainMsg> replyMsg) in DoRpcCommand() argument
|
H A D | domain_rpc_service.cpp | 86 int32_t DomainRpcService::DoRpcCommand(std::shared_ptr<BaseDomainMsg> msg, std::shared_ptr<BaseDomainMsg> replyMsg) in DoRpcCommand() argument
|
H A D | domain_rpc_client.cpp | 160 std::shared_ptr<BaseDomainMsg> replyMsg = std::make_shared<BaseDomainMsg>(); in SendDomainRequest() local
|
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/ |
H A D | mmessage_pool.h | 26 MsgInfo *replyMsg; member
|
H A D | hi_fsm.cpp | 368 int32_t HI_FSM_SendSync(void *stateMachine, const MsgInfo *msg, const MsgInfo *replyMsg) in HI_FSM_SendSync() argument
|
/foundation/CastEngine/castengine_wifi_display/frameworks/innerkitsimpl/native/wfd/ |
H A D | wfd_source_impl.cpp | 85 auto replyMsg = std::static_pointer_cast<WfdCommonRsp>(reply); in StartDiscover() local 105 auto replyMsg = std::static_pointer_cast<WfdCommonRsp>(replyStopDiscoveryReq); in StopDiscover() local 156 auto replyMsg = std::static_pointer_cast<WfdCommonRsp>(reply); in RemoveDevice() local
|
H A D | wfd_sink_impl.cpp | 91 auto replyMsg = std::static_pointer_cast<GetSinkConfigRsp>(reply); in GetSinkConfig() local 143 auto replyMsg = std::static_pointer_cast<WfdCommonRsp>(reply); in AppendSurface() local 166 auto replyMsg = std::static_pointer_cast<WfdCommonRsp>(reply); in RemoveSurface() local 186 auto replyMsg in Start() local 206 auto replyMsg = std::static_pointer_cast<WfdCommonRsp>(reply); Stop() local 230 auto replyMsg = std::static_pointer_cast<WfdCommonRsp>(reply); SetMediaFormat() local 251 auto replyMsg = std::static_pointer_cast<WfdCommonRsp>(reply); Play() local 272 auto replyMsg = std::static_pointer_cast<WfdCommonRsp>(reply); Pause() local 293 auto replyMsg = std::static_pointer_cast<WfdCommonRsp>(reply); Close() local 317 auto replyMsg = std::static_pointer_cast<WfdCommonRsp>(reply); SetSceneType() local 338 auto replyMsg = std::static_pointer_cast<WfdCommonRsp>(reply); Mute() local 359 auto replyMsg = std::static_pointer_cast<WfdCommonRsp>(reply); UnMute() local [all...] |
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/domain/ |
H A D | domain_unit_test.cpp | 440 auto replyMsg = std::make_shared<BaseDomainMsg>(); in HWTEST_F() local 501 auto replyMsg = std::make_shared<BaseDomainMsg>(); in HWTEST_F() local 633 auto replyMsg = std::make_shared<BaseDomainMsg>(); in HWTEST_F() local
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/interprocess/ |
H A D | interprocess_unit_test.cpp | 130 auto replyMsg = std::make_shared<BaseMsg>(); in HWTEST_F() local 217 auto replyMsg = std::make_shared<BaseMsg>(); in HWTEST_F() local 225 auto replyMsg = std::make_shared<BaseMsg>(); in HWTEST_F() local 296 auto replyMsg = std::make_shared<BaseMsg>(); in HWTEST_F() local 380 auto replyMsg = std::make_shared<BaseMsg>(); HWTEST_F() local 487 auto replyMsg = std::make_shared<BaseMsg>(); HWTEST_F() local 509 auto replyMsg = std::make_shared<BaseMsg>(); HWTEST_F() local 615 auto replyMsg = std::make_shared<BaseMsg>(); HWTEST_F() local 633 auto replyMsg = std::make_shared<BaseMsg>(); HWTEST_F() local 645 auto replyMsg = std::make_shared<BaseMsg>(); HWTEST_F() local 665 auto replyMsg = std::make_shared<BaseMsg>(); HWTEST_F() local [all...] |
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/ |
H A D | trans_udp_nego_test.cpp | 226 cJSON *replyMsg = cJSON_Parse((char *)msg.c_str()); in HWTEST_F() local
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_negotiation.c | 411 static int32_t SendUdpInfo(cJSON *replyMsg, AuthHandle authHandle, int64_t seq) in SendUdpInfo() argument 433 cJSON *replyMsg = cJSON_CreateObject(); in SendReplyErrInfo() local 456 cJSON *replyMsg in SendReplyUdpInfo() local [all...] |