Searched refs:serviceId (Results 1 – 1 of 1) sorted by relevance
823 uint8_t serviceId; in AddService() local825 SuccessOrExit(error = AllocateServiceId(serviceId)); in AddService()831 dstService->Init(serviceId, aService.GetEnterpriseNumber(), serviceData); in AddService()991 uint8_t serviceId; in AllocateServiceId() local1002 for (serviceId = kMinServiceId; serviceId <= kMaxServiceId; serviceId++) in AllocateServiceId()1004 if (FindServiceById(serviceId) == nullptr) in AllocateServiceId()1006 aServiceId = serviceId; in AllocateServiceId()1008 LogInfo("Allocated Service ID = %d", serviceId); in AllocateServiceId()