Home
last modified time | relevance | path

Searched full:source_type (Results 1 – 8 of 8) sorted by relevance

/base/msdp/device_status/rust/subsystem/input/sys/src/interaction/
Dextra_data.rs29 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()
Dpointer_event.rs72 pub fn source_type(&self) -> i32 { in source_type() method
/base/msdp/device_status/rust/data/sys/src/ipc/
Ddrag.rs45 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/
DAppStartReporter.cpp37 "SOURCE_TYPE", data.sourceType, in ReportNormal()
66 "SOURCE_TYPE", data.sourceType, in ReportFault()
/base/notification/distributed_notification_service/test/fuzztest/readfromparcel_fuzzer/
Dreadfromparcel_fuzzer.cpp26 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/
Dinput_binding.rs61 /// Extra data source_type property
62 pub source_type: i32, field
/base/hiviewdfx/hiview/plugins/performance/
Dhisysevent.yaml27 SOURCE_TYPE: {type: STRING, desc: input source type}
53 SOURCE_TYPE: { type: STRING, desc: input source type }
DEvtParser.h49 const std::string KEY_SOURCE_TYPE = "SOURCE_TYPE";