Home
last modified time | relevance | path

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

/aosp12/system/bt/test/headless/
H A Dget_options.cc52 void bluetooth::test::headless::GetOpt::Usage() const { in Usage()
69 void bluetooth::test::headless::GetOpt::ParseValue( in ParseValue()
85 std::vector<std::string> bluetooth::test::headless::GetOpt::Split( in Split()
96 void bluetooth::test::headless::GetOpt::ProcessOption(int option_index, in ProcessOption()
149 void bluetooth::test::headless::GetOpt::ParseStackInitFlags() { in ParseStackInitFlags()
161 const char** bluetooth::test::headless::GetOpt::StackInitFlags() const { in StackInitFlags()
165 bluetooth::test::headless::GetOpt::GetOpt(int argc, char** argv) in GetOpt() function in bluetooth::test::headless::GetOpt
195 bluetooth::test::headless::GetOpt::~GetOpt() { free(stack_init_flags_); } in ~GetOpt()
H A Dget_options.h29 class GetOpt {
31 GetOpt(int argc, char** arv);
32 virtual ~GetOpt();
H A Dheadless.h69 const bluetooth::test::headless::GetOpt& options_;
72 HeadlessRun(const bluetooth::test::headless::GetOpt& options) in HeadlessRun()
127 HeadlessTest(const bluetooth::test::headless::GetOpt& options) in HeadlessTest()
H A Dmain.cc60 Main(const bluetooth::test::headless::GetOpt& options) in Main()
98 bluetooth::test::headless::GetOpt options(argc, argv); in main()
/aosp12/system/bt/test/headless/read/
H A Dread.h28 Read(const bluetooth::test::headless::GetOpt& options);
H A Dname.h28 Name(const bluetooth::test::headless::GetOpt& options) in Name()
H A Dread.cc28 Read::Read(const bluetooth::test::headless::GetOpt& options) in Read()
/aosp12/system/bt/test/headless/connect/
H A Dconnect.h28 Connect(const bluetooth::test::headless::GetOpt& options) in Connect()
H A Dconnect.cc73 auto v = bluetooth::test::headless::GetOpt::Split(opt); in do_connect()
/aosp12/system/bt/test/headless/dumpsys/
H A Ddumpsys.h28 Dumpsys(const bluetooth::test::headless::GetOpt& options) in Dumpsys()
/aosp12/system/bt/test/headless/nop/
H A Dnop.h28 Nop(const bluetooth::test::headless::GetOpt& options) in Nop()
/aosp12/system/bt/test/headless/pairing/
H A Dpairing.h13 Pairing(const bluetooth::test::headless::GetOpt& options) in Pairing()
/aosp12/system/bt/test/headless/sdp/
H A Dsdp.h28 Sdp(const bluetooth::test::headless::GetOpt& options) in Sdp()