Home
last modified time | relevance | path

Searched full:source_type (Results 1 – 11 of 11) 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/tee/tee_os_framework/lib/teelib/libteeos/src/log/
Dtee_tag.c32 uint8_t source_type; member
77 g_driver_tags[g_source_num].source_type = g_source_num + 1; in insert_log_source()
79 source = g_driver_tags[g_source_num].source_type; in insert_log_source()
116 return g_driver_tags[i].source_type; in get_log_source()
Dtee_log.c176 static void tee_print_helper(const char *log_tag, enum log_source_type source_type, LOG_LEVEL log_l… in tee_print_helper() argument
196 if (!is_ta && (source_type > COMMON_SOURCE && source_type < MAX_SOURCE)) { in tee_print_helper()
/base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/
DAppStartReporter.cpp39 "SOURCE_TYPE", data.sourceType, in ReportNormal()
68 "SOURCE_TYPE", data.sourceType, in ReportFault()
/base/notification/distributed_notification_service/test/fuzztest/readfromparcel_fuzzer/
Dreadfromparcel_fuzzer.cpp27 constexpr uint8_t SOURCE_TYPE = 3; variable
71 int32_t source = static_cast<int32_t>(fdp->ConsumeIntegral<uint8_t>() % 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.h51 const std::string KEY_SOURCE_TYPE = "SOURCE_TYPE";
/base/hiviewdfx/hiview/plugins/performance/perfmonitor/src/
Dperf_reporter.cpp65 constexpr char EVENT_KEY_SOURCE_TYPE[] = "SOURCE_TYPE";