Home
last modified time | relevance | path

Searched refs:aServiceDataLength (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/api/
Dserver_api.cpp63 uint8_t aServiceDataLength) in otServerRemoveService() argument
67 serviceData.Init(aServiceData, aServiceDataLength); in otServerRemoveService()
/openthread-latest/src/core/thread/
Dnetwork_data_service.cpp52 uint8_t aServiceDataLength, in AddService() argument
59 serviceData.Init(aServiceData, aServiceDataLength); in AddService()
65 Error Manager::RemoveService(const void *aServiceData, uint8_t aServiceDataLength) in RemoveService() argument
69 serviceData.Init(aServiceData, aServiceDataLength); in RemoveService()
Dnetwork_data_service.hpp465 uint8_t aServiceDataLength,
475 Error RemoveService(const void *aServiceData, uint8_t aServiceDataLength);
Dnetwork_data_tlvs.hpp1311 static uint16_t CalculateSize(uint32_t aEnterpriseNumber, uint8_t aServiceDataLength) in CalculateSize() argument
1313 return sizeof(NetworkDataTlv) + kMinLength + aServiceDataLength + in CalculateSize()
/openthread-latest/include/openthread/
Dserver.h96 uint8_t aServiceDataLength);