Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/native/nettestutils/
DDumpService.cpp34 android::Vector<android::String16> str16Args; in dumpService() local
36 str16Args.push(android::String16(arg.c_str())); in dumpService()
41 std::thread([&ret, binder, remoteFd{std::move(remoteFd)}, str16Args]() { in dumpService()
42 ret = binder->dump(remoteFd, str16Args); in dumpService()