Searched full:source_type (Results 1 – 11 of 11) 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/tee/tee_os_framework/lib/teelib/libteeos/src/log/ |
| D | tee_tag.c | 32 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()
|
| D | tee_log.c | 176 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/ |
| D | AppStartReporter.cpp | 39 "SOURCE_TYPE", data.sourceType, in ReportNormal() 68 "SOURCE_TYPE", data.sourceType, in ReportFault()
|
| /base/notification/distributed_notification_service/test/fuzztest/readfromparcel_fuzzer/ |
| D | readfromparcel_fuzzer.cpp | 27 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/ |
| 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 | 51 const std::string KEY_SOURCE_TYPE = "SOURCE_TYPE";
|
| /base/hiviewdfx/hiview/plugins/performance/perfmonitor/src/ |
| D | perf_reporter.cpp | 65 constexpr char EVENT_KEY_SOURCE_TYPE[] = "SOURCE_TYPE";
|