Home
last modified time | relevance | path

Searched defs:command_name (Results 1 – 5 of 5) sorted by relevance

/system/weaved/buffet/
Dbinder_weave_service.cc62 std::string command_name = ToString(command); in registerCommandHandler() local
82 const std::string& command_name, in OnCommand()
/system/extras/simpleperf/
Dmain.cpp60 std::string command_name = args[0]; in main() local
/system/weaved/libweaved/
Dservice.cc243 std::string command_name; member
326 const std::string& command_name, in AddCommandHandler()
392 const std::string& command_name, in OnCommand()
/system/bt/vendor_libs/test_vendor_lib/src/
Dtest_channel_transport.cc98 std::string command_name(command_name_raw.begin(), command_name_raw.end()); in OnFileCanReadWithoutBlocking() local
Ddual_mode_controller.cc179 #define SET_TEST_HANDLER(command_name, method) \ in DualModeController() argument