Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_sync_message.cc60 int SyncMessage::GetMessageId(const Message& msg) { in GetMessageId() function in IPC::SyncMessage
/external/cronet/ipc/
Dipc_sync_message.cc62 int SyncMessage::GetMessageId(const Message& msg) { in GetMessageId() function in IPC::SyncMessage
/external/openthread/src/core/meshcop/
Dborder_agent.hpp127 uint16_t GetMessageId(void) const { return mMessageId; } in GetMessageId() function in ot::MeshCoP::BorderAgent::ForwardContext
/external/openthread/src/core/coap/
Dcoap_message.hpp317 uint16_t GetMessageId(void) const { return HostSwap16(GetHelpData().mHeader.mMessageId); } in GetMessageId() function in ot::Coap::Message
/external/openthread/src/core/net/
Ddns_types.hpp95 uint16_t GetMessageId(void) const { return HostSwap16(mMessageId); } in GetMessageId() function in ot::Dns::Header
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc429 std::string GetMessageId(const Descriptor* desc) { return std::string(); } in GetMessageId() function