Home
last modified time | relevance | path

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

/system/bt/test/headless/
Dget_options.cc42 void bluetooth::test::headless::GetOpt::Usage() const { in Usage()
55 void bluetooth::test::headless::GetOpt::ParseValue( in ParseValue()
71 void bluetooth::test::headless::GetOpt::ProcessOption(int option_index, in ProcessOption()
114 bluetooth::test::headless::GetOpt::GetOpt(int argc, char** argv) in GetOpt() function in bluetooth::test::headless::GetOpt
Dget_options.h28 class GetOpt {
30 GetOpt(int argc, char** arv);
31 virtual ~GetOpt() = default;
Dheadless.h55 const bluetooth::test::headless::GetOpt& options_;
58 HeadlessRun(const bluetooth::test::headless::GetOpt& options) in HeadlessRun()
111 HeadlessTest(const bluetooth::test::headless::GetOpt& options) in HeadlessTest()
Dmain.cc36 Main(const bluetooth::test::headless::GetOpt& options) in Main()
63 bluetooth::test::headless::GetOpt options(argc, argv); in main()
/system/bt/test/headless/read/
Dread.h28 Read(const bluetooth::test::headless::GetOpt& options);
Dname.h28 Name(const bluetooth::test::headless::GetOpt& options) in Name()
Dread.cc28 Read::Read(const bluetooth::test::headless::GetOpt& options) in Read()
/system/bt/test/headless/nop/
Dnop.h28 Nop(const bluetooth::test::headless::GetOpt& options) in Nop()
/system/bt/test/headless/pairing/
Dpairing.h13 Pairing(const bluetooth::test::headless::GetOpt& options) in Pairing()
/system/bt/test/headless/sdp/
Dsdp.h28 Sdp(const bluetooth::test::headless::GetOpt& options) in Sdp()