Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/headless/
Dget_options.cc55 void bluetooth::test::headless::GetOpt::Usage() const { in Usage()
72 void bluetooth::test::headless::GetOpt::ParseValue( in ParseValue()
88 std::vector<std::string> bluetooth::test::headless::GetOpt::Split( in Split()
99 void bluetooth::test::headless::GetOpt::ProcessOption(int option_index, in ProcessOption()
152 void bluetooth::test::headless::GetOpt::ParseStackInitFlags() { in ParseStackInitFlags()
165 const char** bluetooth::test::headless::GetOpt::StackInitFlags() const { in StackInitFlags()
169 bluetooth::test::headless::GetOpt::GetOpt(int argc, char** argv) in GetOpt() function in bluetooth::test::headless::GetOpt
199 bluetooth::test::headless::GetOpt::~GetOpt() { free(stack_init_flags_); } in ~GetOpt()
Dget_options.h30 class GetOpt {
32 GetOpt(int argc, char** arv);
33 virtual ~GetOpt();
Dheadless.h65 const bluetooth::test::headless::GetOpt& options_;
68 HeadlessRun(const bluetooth::test::headless::GetOpt& options) in HeadlessRun()
123 HeadlessTest(const bluetooth::test::headless::GetOpt& options) in HeadlessTest()
Dmain.cc95 Main(const bluetooth::test::headless::GetOpt& options) in Main()
154 bluetooth::test::headless::GetOpt options(argc, argv); in main()
/packages/modules/Bluetooth/system/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()
/packages/modules/Bluetooth/system/test/headless/nop/
Dnop.h28 Nop(const bluetooth::test::headless::GetOpt& options) in Nop()
/packages/modules/Bluetooth/system/test/headless/mode/
Dmode.h28 Mode(const bluetooth::test::headless::GetOpt& options) in Mode()
/packages/modules/Bluetooth/system/test/headless/pairing/
Dpairing.h13 Pairing(const bluetooth::test::headless::GetOpt& options) in Pairing()
/packages/modules/Bluetooth/system/test/headless/sdp/
Dsdp.h28 Sdp(const bluetooth::test::headless::GetOpt& options) in Sdp()
/packages/modules/Bluetooth/system/test/headless/scan/
Dscan.h28 Scan(const bluetooth::test::headless::GetOpt& options) in Scan()
/packages/modules/Bluetooth/system/test/headless/connect/
Dconnect.h28 Connect(const bluetooth::test::headless::GetOpt& options) in Connect()
Dconnect.cc56 auto v = bluetooth::test::headless::GetOpt::Split(opt); in do_connect()
/packages/modules/Bluetooth/system/test/headless/dumpsys/
Ddumpsys.h28 Dumpsys(const bluetooth::test::headless::GetOpt& options) in Dumpsys()
/packages/modules/Bluetooth/system/test/headless/discovery/
Ddiscovery.h28 Discovery(const bluetooth::test::headless::GetOpt& options) in Discovery()
/packages/modules/Bluetooth/system/test/headless/adapter/
Dadapter.h28 Adapter(const bluetooth::test::headless::GetOpt& options) in Adapter()