Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/scripts/
Dtest_channel.py216 def do_help(self, args): member in TestChannelShell
223 cmd.Cmd.do_help(self, args)
/system/bt/tools/mcap_tool/
Dmcap_tool.cc586 void do_help(char* p) { in do_help() function
856 {"help", do_help, "", 0},
911 do_help(nullptr); in process_cmd()