Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/ipc/
H A Dipc_sync_message.cc60 int SyncMessage::GetMessageId(const Message& msg) { in GetMessageId() function in IPC::SyncMessage
/aosp_15_r20/external/cronet/ipc/
H A Dipc_sync_message.cc62 int SyncMessage::GetMessageId(const Message& msg) { in GetMessageId() function in IPC::SyncMessage
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dborder_agent.hpp285 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 Dcoap_message.hpp316 …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 Ddns_types.hpp92 uint16_t GetMessageId(void) const { return BigEndian::HostSwap16(mMessageId); } in GetMessageId() function in ot::Dns::Header