Searched defs:AdeviceStartEvent (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/out/soong/.intermediates/tools/asuite/adevice/libadevice_proto_rust/android_arm64_armv8-2a_cortex-a55_source/ |
D | user_log.rs | 318 pub fn adevice_start_event(&self) -> &adevice_log_event::AdeviceStartEvent { in adevice_start_event() 337 pub fn set_adevice_start_event(&mut self, v: adevice_log_event::AdeviceStartEvent) { in set_adevice_start_event() 342 pub fn mut_adevice_start_event(&mut self) -> &mut adevice_log_event::AdeviceStartEvent { in mut_adevice_start_event() 354 pub fn take_adevice_start_event(&mut self) -> adevice_log_event::AdeviceStartEvent { in take_adevice_start_event() 718 AdeviceStartEvent(AdeviceStartEvent), enumerator 746 pub struct AdeviceStartEvent { struct 749 pub command_line: ::std::option::Option<::std::string::String>, 751 pub test_references: ::std::vec::Vec<::std::string::String>, 753 pub cwd: ::std::option::Option<::std::string::String>, 755 pub os: ::std::option::Option<::std::string::String>, [all …]
|
/aosp_15_r20/out/soong/.intermediates/tools/asuite/adevice/libadevice_proto_rust/linux_glibc_x86_64_source/ |
D | user_log.rs | 318 pub fn adevice_start_event(&self) -> &adevice_log_event::AdeviceStartEvent { in adevice_start_event() 337 pub fn set_adevice_start_event(&mut self, v: adevice_log_event::AdeviceStartEvent) { in set_adevice_start_event() 342 pub fn mut_adevice_start_event(&mut self) -> &mut adevice_log_event::AdeviceStartEvent { in mut_adevice_start_event() 354 pub fn take_adevice_start_event(&mut self) -> adevice_log_event::AdeviceStartEvent { in take_adevice_start_event() 718 AdeviceStartEvent(AdeviceStartEvent), enumerator 746 pub struct AdeviceStartEvent { struct 749 pub command_line: ::std::option::Option<::std::string::String>, 751 pub test_references: ::std::vec::Vec<::std::string::String>, 753 pub cwd: ::std::option::Option<::std::string::String>, 755 pub os: ::std::option::Option<::std::string::String>, [all …]
|
/aosp_15_r20/tools/asuite/adevice/src/protos/ |
H A D | user_log.proto | 14 message AdeviceStartEvent { message
|