Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/thread/
Dnetwork_data_service.hpp442 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,
Dnetwork_data_service.cpp58 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()
Dnetwork_data_local.hpp138 bool aServerStable,
Dnetwork_data_leader.hpp273 bool aServerStable,
Dnetwork_data_local.cpp195 bool aServerStable, in AddService() argument
222 if (aServerStable) in AddService()
Dnetwork_data_leader.cpp73 bool aServerStable, in GetServiceId() argument
85 aServerStable == serviceConfig.mServerConfig.mStable) in GetServiceId()