Searched refs:direction_str (Results 1 – 3 of 3) sorted by relevance
76 String direction_str = null; in testDirectionToString() local78 direction_str = QnsConstants.directionToString(QnsConstants.ROVE_IN); in testDirectionToString()79 Assert.assertEquals(direction_str, "ROVE_IN"); in testDirectionToString()80 direction_str = QnsConstants.directionToString(QnsConstants.ROVE_OUT); in testDirectionToString()81 Assert.assertEquals(direction_str, "ROVE_OUT"); in testDirectionToString()
1569 auto direction_str = in ConfigureAses() local1571 log::debug("{}: Looking for requirements: {}", direction_str, in ConfigureAses()1575 log::warn("No {} configuration available.", direction_str); in ConfigureAses()
209 const char* direction_str = (direction == TransferDirection::push) ? "pushed" : "pulled"; in ReportTransferRate() local218 << direction_str << ", " << files_skipped << " skipped."; in ReportTransferRate()