Home
last modified time | relevance | path

Searched refs:BaseDomainMsg (Results 1 - 25 of 32) sorted by relevance

12

/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/
H A Ddomain_rpc_service_stub.cpp117 std::shared_ptr<BaseDomainMsg> msg = nullptr; in DoRpcCommand()
124 std::shared_ptr<BaseDomainMsg> replyMsg = std::make_shared<BaseDomainMsg>(); in DoRpcCommand()
139 int32_t DomainRpcServiceStub::DoRpcCommand(std::shared_ptr<BaseDomainMsg> msg, std::shared_ptr<BaseDomainMsg> replyMsg) in DoRpcCommand()
H A Ddomain_rpc_service.h44 int32_t SendDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> msg) final;
45 int32_t DoRpcCommand(std::shared_ptr<BaseDomainMsg> msg, std::shared_ptr<BaseDomainMsg> replyMsg) final;
H A Ddomain_rpc_service_stub.h30 virtual void OnDomainRequest(std::shared_ptr<BaseDomainMsg> msg) = 0;
41 int32_t DoRpcCommand(std::shared_ptr<BaseDomainMsg> msg, std::shared_ptr<BaseDomainMsg> replyMsg) override;
H A Ddomain_rpc_client.cpp157 int32_t DomainRpcClient::SendDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> BaseMsg) in SendDomainRequest()
160 std::shared_ptr<BaseDomainMsg> replyMsg = std::make_shared<BaseDomainMsg>(); in SendDomainRequest()
170 void DomainRpcClient::OnDomainRequest(std::shared_ptr<BaseDomainMsg> msg) in OnDomainRequest()
H A Ddomain_rpc_service_proxy.h31 int32_t DoRpcCommand(std::shared_ptr<BaseDomainMsg> msg, std::shared_ptr<BaseDomainMsg> replyMsg) override;
H A Di_domain_rpc_service.h34 virtual int32_t DoRpcCommand(std::shared_ptr<BaseDomainMsg> msg, std::shared_ptr<BaseDomainMsg> replyMsg) = 0;
H A Ddomain_rpc_manager.h35 int32_t SendDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> BaseMsg) override;
44 void OnDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> BaseMsg) final;
H A Ddomain_rpc_client.h41 void OnDomainRequest(std::shared_ptr<BaseDomainMsg> msg) final;
50 int32_t SendDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> BaseMsg) final;
H A Ddomain_rpc_service.cpp86 int32_t DomainRpcService::DoRpcCommand(std::shared_ptr<BaseDomainMsg> msg, std::shared_ptr<BaseDomainMsg> replyMsg) in DoRpcCommand()
123 int32_t DomainRpcService::SendDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> msg) in SendDomainRequest()
H A Ddomain_rpc_service_proxy.cpp65 int32_t DomainRpcServiceProxy::DoRpcCommand(std::shared_ptr<BaseDomainMsg> msg, std::shared_ptr<BaseDomainMsg> replyMsg) in DoRpcCommand()
H A Ddomain_rpc_manager.cpp42 int32_t DomainRpcManager::SendDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> BaseMsg) in SendDomainRequest()
158 void DomainRpcManager::OnDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> BaseMsg) in OnDomainRequest()
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/
H A Ddomain_def.h39 virtual void OnDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> BaseMsg) = 0;
80 virtual int32_t SendDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> BaseMsg) = 0;
99 virtual void OnDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> BaseMsg) = 0;
119 virtual int32_t SendDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> BaseMsg) = 0;
H A Ddomain_manager.h34 virtual int32_t OnDomainMsg(std::shared_ptr<BaseDomainMsg> msg) = 0;
46 void OnDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> BaseMsg) override;
50 int32_t SendDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> BaseMsg);
H A Ddomain_manager.cpp42 int32_t DomainManager::SendDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> BaseMsg) in SendDomainRequest()
64 void DomainManager::OnDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> BaseMsg) in OnDomainRequest()
/foundation/CastEngine/castengine_wifi_display/services/interaction/ipc_codec/
H A Dipc_msg_decoder.cpp29 int32_t IpcMsgDecoder::DomainMsgDecode(std::shared_ptr<BaseDomainMsg> &sharingMsg, MessageParcel &ipcMsg) in DomainMsgDecode()
39 sharingMsg = std::static_pointer_cast<BaseDomainMsg>(reply); in DomainMsgDecode()
H A Dipc_msg.h35 struct BaseDomainMsg : public BaseMsg { struct
H A Dipc_msg_decoder.h34 int32_t DomainMsgDecode(std::shared_ptr<BaseDomainMsg> &sharingMsg, MessageParcel &ipcMsg);
H A Dipc_msg_encoder.h34 int32_t DomainMsgEncode(MessageParcel &ipcMsg, std::shared_ptr<BaseDomainMsg> &sharingMsg);
H A Dipc_msg_encoder.cpp31 int32_t IpcMsgEncoder::DomainMsgEncode(MessageParcel &ipcMsg, std::shared_ptr<BaseDomainMsg> &sharingMsg) in DomainMsgEncode()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/domain/
H A Ddomain_unit_test.cpp50 int32_t OnDomainMsg(std::shared_ptr<BaseDomainMsg> msg) in OnDomainMsg()
67 void OnDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> baseMsg) in OnDomainRequest()
84 void OnDomainRequest(std::shared_ptr<BaseDomainMsg> msg) in OnDomainRequest()
109 auto baseMsg = std::make_shared<BaseDomainMsg>(); in HWTEST_F()
133 auto baseMsg = std::make_shared<BaseDomainMsg>(); in HWTEST_F()
186 auto msg = std::make_shared<BaseDomainMsg>(); in HWTEST_F()
238 auto msg = std::make_shared<BaseDomainMsg>(); in HWTEST_F()
300 auto msg = std::make_shared<BaseDomainMsg>(); in HWTEST_F()
358 auto msg = std::make_shared<BaseDomainMsg>(); in HWTEST_F()
438 auto msg = std::make_shared<BaseDomainMsg>(); in HWTEST_F()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/interaction/
H A Dinteraction_manager.h64 int32_t SendDomainMsg(std::shared_ptr<BaseDomainMsg> msg);
65 int32_t OnDomainMsg(std::shared_ptr<BaseDomainMsg> msg) override;
H A Dinteraction.h83 void OnDomainMsg(std::shared_ptr<BaseDomainMsg> &msg);
84 void ForwardDomainMsg(std::shared_ptr<BaseDomainMsg> &msg) override;
H A Dinteraction_manager.cpp152 int32_t InteractionManager::OnDomainMsg(std::shared_ptr<BaseDomainMsg> msg) in OnDomainMsg()
157 int32_t InteractionManager::SendDomainMsg(std::shared_ptr<BaseDomainMsg> msg) in SendDomainMsg()
/foundation/CastEngine/castengine_wifi_display/services/interaction/scene/
H A Dbase_scene.h65 virtual void OnDomainMsg(std::shared_ptr<BaseDomainMsg> &msg) = 0;
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/mock/
H A Dmock_sharing_adapter.h35 MOCK_METHOD(void, ForwardDomainMsg, (std::shared_ptr<BaseDomainMsg> &msg));

Completed in 8 milliseconds

12