Home
last modified time | relevance | path

Searched refs:aServerStable (Results 1 – 6 of 6) sorted by relevance

/openthread-3.4.0/src/core/thread/
Dnetwork_data_service.hpp444 Error Add(const typename ServiceType::ServerData &aServerData, bool aServerStable = true) in Add() argument
446 …Service(&ServiceType::kServiceData, sizeof(ServiceType::kServiceData), aServerStable, &aServerData, in Add()
470 Error Add(const typename ServiceType::ServiceData &aServiceData, bool aServerStable = true) in Add() argument
472 return AddService(&aServiceData, aServiceData.GetLength(), aServerStable, nullptr, 0); in Add()
535 … template <typename ServiceType> Error GetServiceId(bool aServerStable, uint8_t &aServiceId) const in GetServiceId() argument
537 …erviceId(&ServiceType::kServiceData, sizeof(ServiceType::kServiceData), aServerStable, aServiceId); in GetServiceId()
599 bool aServerStable,
607 bool aServerStable,
Dnetwork_data_service.cpp59 bool aServerStable, in AddService() argument
69 return Get<Local>().AddService(kThreadEnterpriseNumber, serviceData, aServerStable, serverData); in AddService()
85 bool aServerStable, in GetServiceId() argument
92 …return Get<Leader>().GetServiceId(kThreadEnterpriseNumber, serviceData, aServerStable, aServiceId); in GetServiceId()
Dnetwork_data_local.hpp153 bool aServerStable,
Dnetwork_data_local.cpp180 bool aServerStable, in AddService() argument
205 if (aServerStable) in AddService()
Dnetwork_data_leader.hpp283 bool aServerStable,
Dnetwork_data_leader.cpp68 bool aServerStable, in GetServiceId() argument
81 aServerStable == serviceConfig.mServerConfig.mStable) in GetServiceId()