Searched defs:GetMessageId (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/libchrome/ipc/ | ||
H A D | ipc_sync_message.cc | 60 int SyncMessage::GetMessageId(const Message& msg) { in GetMessageId() function in IPC::SyncMessage |
/aosp_15_r20/external/cronet/ipc/ | ||
H A D | ipc_sync_message.cc | 62 int SyncMessage::GetMessageId(const Message& msg) { in GetMessageId() function in IPC::SyncMessage |
/aosp_15_r20/external/openthread/src/core/meshcop/ | ||
H A D | border_agent.hpp | 285 uint16_t GetMessageId(void) const { return mMessageId; } in GetMessageId() function in ot::MeshCoP::BorderAgent::ForwardContext |
/aosp_15_r20/external/openthread/src/core/coap/ | ||
H A D | coap_message.hpp | 316 …uint16_t GetMessageId(void) const { return BigEndian::HostSwap16(GetHelpData().mHeader.mMessageId)… in GetMessageId() function in ot::Coap::Message |
/aosp_15_r20/external/openthread/src/core/net/ | ||
H A D | dns_types.hpp | 92 uint16_t GetMessageId(void) const { return BigEndian::HostSwap16(mMessageId); } in GetMessageId() function in ot::Dns::Header |