Searched full:source_type (Results 1 – 8 of 8) sorted by relevance
| /base/msdp/device_status/rust/subsystem/input/sys/src/interaction/ |
| D | extra_data.rs | 29 source_type: -1i32, in new() 49 pub fn set_source_type(&mut self, source_type: i32) -> &mut Self { in set_source_type() 50 self.source_type = source_type; in set_source_type() 82 .set_source_type(drag_data.source_type) in appended_extra_data()
|
| D | pointer_event.rs | 72 pub fn source_type(&self) -> i32 { in source_type() method
|
| /base/msdp/device_status/rust/data/sys/src/ipc/ |
| D | drag.rs | 45 source_type: i32, field 101 pub source_type: i32, field 133 source_type: value.source_type, in from_c() 150 self.source_type.serialize(parcel)?; in serialize() 168 source_type: i32::deserialize(parcel)?, in deserialize() 189 writeln!(f, " source_type: {},", self.source_type)?; in fmt()
|
| /base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/ |
| D | AppStartReporter.cpp | 37 "SOURCE_TYPE", data.sourceType, in ReportNormal() 66 "SOURCE_TYPE", data.sourceType, in ReportFault()
|
| /base/notification/distributed_notification_service/test/fuzztest/readfromparcel_fuzzer/ |
| D | readfromparcel_fuzzer.cpp | 26 constexpr uint8_t SOURCE_TYPE = 3; variable 70 int32_t source = static_cast<int32_t>(*data % SOURCE_TYPE); in DoSomethingInterestingWithMyAPI()
|
| /base/msdp/device_status/rust/subsystem/input/sys/src/ |
| D | input_binding.rs | 61 /// Extra data source_type property 62 pub source_type: i32, field
|
| /base/hiviewdfx/hiview/plugins/performance/ |
| D | hisysevent.yaml | 27 SOURCE_TYPE: {type: STRING, desc: input source type} 53 SOURCE_TYPE: { type: STRING, desc: input source type }
|
| D | EvtParser.h | 49 const std::string KEY_SOURCE_TYPE = "SOURCE_TYPE";
|