Searched refs:otSrpServerServiceIsDeleted (Results 1 – 3 of 3) sorted by relevance
472 bool otSrpServerServiceIsDeleted(const otSrpServerService *aService);
162 bool otSrpServerServiceIsDeleted(const otSrpServerService *aService) { return AsCoreType(aService).… in otSrpServerServiceIsDeleted() function
434 bool isDeleted = otSrpServerServiceIsDeleted(service); in Process()