Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/backbone_router/
H A Dbbr_leader.cpp73 Error Leader::GetServiceId(uint8_t &aServiceId) const in GetServiceId() function in ot::BackboneRouter::Leader
/aosp_15_r20/external/openthread/src/core/thread/
H A Dnetwork_data_service.cpp73 Error Manager::GetServiceId(uint8_t aServiceNumber, uint8_t &aServiceId) const in GetServiceId() function in ot::NetworkData::Service::Manager
H A Dnetwork_data_leader.cpp85 Error Leader::GetServiceId(uint32_t aEnterpriseNumber, in GetServiceId() function in ot::NetworkData::Leader
H A Dnetwork_data_tlvs.hpp1339 uint8_t GetServiceId(void) const { return (mFlagsServiceId & kServiceIdMask); } in GetServiceId() function in ot::NetworkData::ServiceTlv
/aosp_15_r20/external/openscreen/osp/demo/
H A Dosp_demo.cc136 const std::string& GetServiceId(const std::string& safe_service_id) { in GetServiceId() function in openscreen::osp::DemoReceiverObserver