Searched refs:aServerStable (Results 1 – 6 of 6) sorted by relevance
/openthread-2.7.6/src/core/thread/ |
D | network_data_service.hpp | 442 Error Add(const typename ServiceType::ServerData &aServerData, bool aServerStable = true) in Add() argument 444 …Service(&ServiceType::kServiceData, sizeof(ServiceType::kServiceData), aServerStable, &aServerData, in Add() 468 Error Add(const typename ServiceType::ServiceData &aServiceData, bool aServerStable = true) in Add() argument 470 return AddService(&aServiceData, aServiceData.GetLength(), aServerStable, nullptr, 0); in Add() 533 … template <typename ServiceType> Error GetServiceId(bool aServerStable, uint8_t &aServiceId) const in GetServiceId() argument 535 …erviceId(&ServiceType::kServiceData, sizeof(ServiceType::kServiceData), aServerStable, aServiceId); in GetServiceId() 597 bool aServerStable, 605 bool aServerStable,
|
D | network_data_service.cpp | 58 bool aServerStable, in AddService() argument 63 … aServiceDataLength, aServerStable, reinterpret_cast<const uint8_t *>(aServerData), in AddService() 77 bool aServerStable, in GetServiceId() argument 81 aServiceDataLength, aServerStable, aServiceId); in GetServiceId()
|
D | network_data_local.hpp | 138 bool aServerStable,
|
D | network_data_leader.hpp | 273 bool aServerStable,
|
D | network_data_local.cpp | 195 bool aServerStable, in AddService() argument 222 if (aServerStable) in AddService()
|
D | network_data_leader.cpp | 73 bool aServerStable, in GetServiceId() argument 85 aServerStable == serviceConfig.mServerConfig.mStable) in GetServiceId()
|