Home
last modified time | relevance | path

Searched defs:BaseMsg (Results 1 – 4 of 4) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/interaction/ipc_codec/
Dipc_msg.h25 struct BaseMsg { struct
31 BaseMsg() = default; argument
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/
Ddomain_manager.cpp42 …32_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/domain/rpc/
Ddomain_rpc_manager.cpp42 …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()
Ddomain_rpc_client.cpp157 …_t DomainRpcClient::SendDomainRequest(std::string remoteId, std::shared_ptr<BaseDomainMsg> BaseMsg) in SendDomainRequest()