Searched refs:aServerStable (Results 1 – 6 of 6) sorted by relevance
/openthread-3.4.0/src/core/thread/ |
D | network_data_service.hpp | 444 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,
|
D | network_data_service.cpp | 59 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()
|
D | network_data_local.hpp | 153 bool aServerStable,
|
D | network_data_local.cpp | 180 bool aServerStable, in AddService() argument 205 if (aServerStable) in AddService()
|
D | network_data_leader.hpp | 283 bool aServerStable,
|
D | network_data_leader.cpp | 68 bool aServerStable, in GetServiceId() argument 81 aServerStable == serviceConfig.mServerConfig.mStable) in GetServiceId()
|