Searched refs:command_msg (Results 1 – 3 of 3) sorted by relevance
103 const AndroidSystemControlCommandMessage& command_msg) { argument104 int driver_type = command_msg.driver_type();105 const string& service_name = command_msg.service_name();106 const string& file_path = command_msg.file_path();107 int target_class = command_msg.target_class();108 int target_type = command_msg.target_type();109 int target_version_major = command_msg.target_version_major();110 int target_version_minor = command_msg.target_version_minor();111 const string& target_package = command_msg.target_package();112 const string& target_component_name = command_msg.target_component_name();[all …]
60 const AndroidSystemControlCommandMessage& command_msg);
663 command_msg = SysMsg_pb2.AndroidSystemControlCommandMessage()664 command_msg.command_type = command_type671 command_msg.target_class = target_class674 command_msg.target_type = target_type677 command_msg.target_version_major = target_version_major680 command_msg.target_version_minor = target_version_minor683 command_msg.target_package = target_package686 command_msg.target_component_name = target_component_name689 command_msg.hw_binder_service_name = hw_binder_service_name692 command_msg.is_test_hal = is_test_hal[all …]