/packages/modules/Bluetooth/system/test/headless/ |
D | property.cc | 33 std::map<::bt_property_type_t, std::function<headless::bt_property_t*( 37 [](const uint8_t* data, const size_t len) -> headless::bt_property_t* { in __anon4b405c0e0202() 38 return new headless::property::name_t(data, len); in __anon4b405c0e0202() 41 [](const uint8_t* data, const size_t len) -> headless::bt_property_t* { in __anon4b405c0e0302() 42 return new headless::property::bdaddr_t(data, len); in __anon4b405c0e0302() 45 [](const uint8_t* data, const size_t len) -> headless::bt_property_t* { in __anon4b405c0e0402() 46 return new headless::property::uuid_t(data, len); in __anon4b405c0e0402() 49 [](const uint8_t* data, const size_t len) -> headless::bt_property_t* { in __anon4b405c0e0502() 50 return new headless::property::class_of_device_t(data, len); in __anon4b405c0e0502() 53 [](const uint8_t* data, const size_t len) -> headless::bt_property_t* { in __anon4b405c0e0602() [all …]
|
D | main.cc | 44 using namespace bluetooth::test::headless; 95 Main(const bluetooth::test::headless::GetOpt& options) in Main() 99 std::make_unique<bluetooth::test::headless::Adapter>(options)); in Main() 102 std::make_unique<bluetooth::test::headless::Dumpsys>(options)); in Main() 105 std::make_unique<bluetooth::test::headless::Connect>(options)); in Main() 107 "mode", std::make_unique<bluetooth::test::headless::Mode>(options)); in Main() 109 "nop", std::make_unique<bluetooth::test::headless::Nop>(options)); in Main() 112 std::make_unique<bluetooth::test::headless::Pairing>(options)); in Main() 114 "read", std::make_unique<bluetooth::test::headless::Read>(options)); in Main() 116 "scan", std::make_unique<bluetooth::test::headless::Scan>(options)); in Main() [all …]
|
D | get_options.cc | 55 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() 199 bluetooth::test::headless::GetOpt::~GetOpt() { free(stack_init_flags_); } in ~GetOpt()
|
D | handler.cc | 30 headless::Handler::Handler() { in Handler() 35 headless::Handler::~Handler() { in ~Handler() 42 void headless::Handler::Post(common::OnceClosure closure) { in Post()
|
D | headless.h | 33 namespace headless { 65 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()
|
D | messenger.cc | 29 using namespace bluetooth::test::headless; 68 namespace headless { namespace 94 namespace bluetooth::test::headless { namespace
|
D | property.h | 64 namespace headless { 199 bluetooth::test::headless::bt_property_t* property_factory( 203 T* get_property_type(bluetooth::test::headless::bt_property_t* bt_property) { in get_property_type()
|
/packages/modules/Bluetooth/system/test/headless/connect/ |
D | connect.cc | 56 auto v = bluetooth::test::headless::GetOpt::Split(opt); in do_connect() 63 headless::messenger::Context context{ in do_connect() 77 if (headless::messenger::await_callback(context)) { in do_connect() 114 if (headless::messenger::await_callback(context)) { in do_connect() 153 int bluetooth::test::headless::Connect::Run() { in Run()
|
D | connect.h | 24 namespace headless { 28 Connect(const bluetooth::test::headless::GetOpt& options) in Connect()
|
/packages/modules/Bluetooth/system/test/headless/read/ |
D | read.cc | 26 using namespace bluetooth::test::headless; 28 Read::Read(const bluetooth::test::headless::GetOpt& options) in Read() 31 "name", std::make_unique<bluetooth::test::headless::Name>(options)); in Read()
|
D | read.h | 24 namespace headless { 28 Read(const bluetooth::test::headless::GetOpt& options);
|
D | name.h | 24 namespace headless { 28 Name(const bluetooth::test::headless::GetOpt& options) in Name()
|
/packages/modules/Bluetooth/system/test/headless/adapter/ |
D | adapter.cc | 47 headless::messenger::Context context{ in get_adapter_info() 57 if (headless::messenger::await_callback(context)) { in get_adapter_info() 87 int bluetooth::test::headless::Adapter::Run() { in Run()
|
D | adapter.h | 24 namespace headless { 28 Adapter(const bluetooth::test::headless::GetOpt& options) in Adapter()
|
/packages/modules/Bluetooth/system/test/headless/scan/ |
D | scan.cc | 46 headless::messenger::Context context{ in start_scan() 55 if (headless::messenger::await_callback(context)) { in start_scan() 91 int bluetooth::test::headless::Scan::Run() { in Run()
|
D | scan.h | 24 namespace headless { 28 Scan(const bluetooth::test::headless::GetOpt& options) in Scan()
|
/packages/modules/Bluetooth/system/test/headless/mode/ |
D | mode.cc | 45 headless::messenger::Context context{ in do_mode() 60 if (headless::messenger::await_callback(context)) { in do_mode() 146 int bluetooth::test::headless::Mode::Run() { in Run()
|
D | mode.h | 24 namespace headless { 28 Mode(const bluetooth::test::headless::GetOpt& options) in Mode()
|
/packages/modules/Bluetooth/system/test/headless/nop/ |
D | nop.h | 24 namespace headless { 28 Nop(const bluetooth::test::headless::GetOpt& options) in Nop()
|
/packages/modules/Bluetooth/system/test/headless/pairing/ |
D | pairing.h | 9 namespace headless { 13 Pairing(const bluetooth::test::headless::GetOpt& options) in Pairing()
|
/packages/modules/Bluetooth/system/test/headless/sdp/ |
D | sdp.h | 24 namespace headless { 28 Sdp(const bluetooth::test::headless::GetOpt& options) in Sdp()
|
D | sdp.cc | 33 using namespace bluetooth::test::headless; 95 int bluetooth::test::headless::Sdp::Run() { in Run()
|
/packages/modules/Bluetooth/system/test/headless/dumpsys/ |
D | dumpsys.h | 24 namespace headless { 28 Dumpsys(const bluetooth::test::headless::GetOpt& options) in Dumpsys()
|
/packages/modules/Bluetooth/system/test/headless/discovery/ |
D | discovery.h | 24 namespace headless { 28 Discovery(const bluetooth::test::headless::GetOpt& options) in Discovery()
|
D | discovery.cc | 38 using namespace bluetooth::test::headless; 61 int bluetooth::test::headless::Discovery::Run() { in Run()
|