Home
last modified time | relevance | path

Searched refs:invalidIndex (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_socket_test.cpp2207 int32_t invalidIndex = -1; variable
2208 int32_t ret = SoftBusIndexToIfName(invalidIndex, ifname, IF_NAME_SIZE);
2221 int32_t invalidIndex = 1000; variable
2222 int32_t ret = SoftBusIndexToIfName(invalidIndex, ifname, IF_NAME_SIZE);
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/sorted_vector_benchmark_test/
H A Dsorted_vector_benchmark_test.cpp433 const int invalidIndex = -1; in BENCHMARK_F() local
446 AssertEqual(invalidIndex, svec.IndexOf(searchValueTen), in BENCHMARK_F()