Searched refs:otSrpServerServiceGetWeight (Results 1 – 3 of 3) sorted by relevance
596 uint16_t otSrpServerServiceGetWeight(const otSrpServerService *aService);
211 uint16_t otSrpServerServiceGetWeight(const otSrpServerService *aService) { return AsCoreType(aServi… in otSrpServerServiceGetWeight() function
471 OutputLine(kIndentSize, "weight: %u", otSrpServerServiceGetWeight(service)); in Process()