Searched refs:SrpClientBuffers (Results 1 – 5 of 5) sorted by relevance
50 return instance.Get<Utils::SrpClientBuffers>().GetHostNameString(*aSize); in otSrpClientBuffersGetHostNameString()57 return instance.Get<Utils::SrpClientBuffers>().GetHostAddressesArray(*aArrayLength); in otSrpClientBuffersGetHostAddressesArray()64 return instance.Get<Utils::SrpClientBuffers>().AllocateService(); in otSrpClientBuffersAllocateService()71 instance.Get<Utils::SrpClientBuffers>().FreeService( in otSrpClientBuffersFreeService()72 *static_cast<Utils::SrpClientBuffers::ServiceEntry *>(aService)); in otSrpClientBuffersFreeService()79 instance.Get<Utils::SrpClientBuffers>().FreeAllServices(); in otSrpClientBuffersFreeAllServices()84 … return static_cast<Utils::SrpClientBuffers::ServiceEntry *>(aEntry)->GetServiceNameString(*aSize); in otSrpClientBuffersGetServiceEntryServiceNameString()89 …return static_cast<Utils::SrpClientBuffers::ServiceEntry *>(aEntry)->GetInstanceNameString(*aSize); in otSrpClientBuffersGetServiceEntryInstanceNameString()94 return static_cast<Utils::SrpClientBuffers::ServiceEntry *>(aEntry)->GetTxtBuffer(*aSize); in otSrpClientBuffersGetServiceEntryTxtBuffer()99 …return static_cast<Utils::SrpClientBuffers::ServiceEntry *>(aEntry)->GetSubTypeLabelsArray(*aArray… in otSrpClientBuffersGetSubTypeLabelsArray()
47 SrpClientBuffers::SrpClientBuffers(Instance &aInstance) in SrpClientBuffers() function in ot::Utils::SrpClientBuffers52 SrpClientBuffers::ServiceEntry *SrpClientBuffers::AllocateService(void) in AllocateService()
60 class SrpClientBuffers : public InstanceLocator, private NonCopyable class111 friend class SrpClientBuffers;188 explicit SrpClientBuffers(Instance &aInstance);
217 Utils::SrpClientBuffers mSrpClientBuffers;
742 template <> inline Utils::SrpClientBuffers &Instance::Get(void) in Get()