Home
last modified time | relevance | path

Searched refs:fdIndex (Results 1 - 1 of 1) sorted by relevance

/test/testfwk/arkxtest/uitest/connection/
H A Dipc_transactor.cpp145 auto fdIndex = call.fdParamIndex_; in Call() local
146 if (ret && fdIndex >= 0) { in Call()
147 DCHECK(static_cast<size_t>(fdIndex) < call.paramList_.size()); in Call()
148 DCHECK(call.paramList_.at(fdIndex).type() == nlohmann::detail::value_t::number_integer); in Call()
149 if (!data.WriteFileDescriptor(call.paramList_.at(fdIndex).get<uint32_t>())) { in Call()

Completed in 1 milliseconds