Home
last modified time | relevance | path

Searched defs:report (Results 1 – 25 of 37) sorted by relevance

12

/system/dmesgd/
Ddmesg_parser_test.cpp41 std::string report; in CheckReport() local
60 std::vector<std::string> report = { in TEST_F() local
96 std::vector<std::string> report = { in TEST_F() local
122 std::vector<std::string> report = { in TEST_F() local
152 std::vector<std::string> report = { in TEST_F() local
199 std::vector<std::string> report = { in TEST_F() local
Ddmesgd.cpp79 static bool StoreReport(const std::string& tag, const std::string& report) { in StoreReport()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot_stats.h86 SnapshotMergeReport* report() override { return &report_; } in report() function
/system/update_engine/scripts/update_payload/
Dchecker.py189 def __init__(self, title, report): argument
341 def _CheckElem(msg, name, report, is_mandatory, is_submsg, convert=str, argument
420 def _CheckMandatoryField(msg, field_name, report, msg_name, convert=str, argument
428 def _CheckOptionalField(msg, field_name, report, convert=str, argument
436 def _CheckMandatorySubMsg(msg, submsg_name, report, msg_name): argument
442 def _CheckOptionalSubMsg(msg, submsg_name, report): argument
572 def _CheckManifestMinorVersion(self, report): argument
594 def _CheckManifest(self, report, part_sizes=None): argument
1006 def _CheckOperations(self, operations, report, base_name, old_fs_size, argument
1117 def _CheckSignatures(self, report, pubkey_file_name): argument
/system/core/storaged/
Dstoraged_info.cpp238 void emmc_info_t::report() in report() function in emmc_info_t
282 void ufs_info_t::report() in report() function in ufs_info_t
327 void health_storage_info_t::report() { in report() function in health_storage_info_t
/system/extras/profcollectd/libprofcollectd/
Dlib.rs20 mod report; module
116 pub fn report() -> Result<String> { in report() function
Dservice.rs82 fn report(&self, usage_setting: i32) -> BinderResult<String> { in report() method
140 let report = report?.path(); in new() localVariable
Dreport.rs47 let mut report = PathBuf::from(report); in pack_report() localVariable
/system/extras/perf_tools/
Dreport.proto3 package report; package
/system/core/fs_mgr/libsnapshot/
Dsnapshot_stats.cpp137 SnapshotMergeStatsResultImpl(const SnapshotMergeReport& report, in SnapshotMergeStatsResultImpl()
140 const SnapshotMergeReport& report() const override { return report_; } in report() function in android::snapshot::SnapshotMergeStatsResultImpl
/system/chre/platform/linux/
Dpal_ble.cc62 auto report = chre::MakeUniqueZeroFill<struct chreBleAdvertisingReport>(); in sendAdReportEvents() local
120 auto report = const_cast<chreBleAdvertisingReport *>(&(event->reports[i])); in chrePalBleReleaseAdvertisingEvent() local
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
Dnearby_extension_support_lib.cc54 const struct chreBleAdvertisingReport *report) { in chrexNearbyMatchExtendedFilter()
Dadv_report_cache.cc29 for (const auto &report : cache_reports_) { in Clear() local
Dfilter.cc78 const chreBleAdvertisingReport &report, in MatchBle()
Dnearby_extension.c87 const struct chreBleAdvertisingReport *report) { in chrexNearbyMatchExtendedFilter()
/system/extras/profcollectd/binder/com/android/server/profcollect/
DIProfCollectd.aidl28 @utf8InCpp String report(int usageSetting); in report() method
/system/extras/simpleperf/scripts/
Ddebug_unwind_reporter.py183 def report(self, sample: Sample): member in ReportOutput
191 def report(self, sample: Sample): member in ReportOutputDetails
202 def report(self, sample: Sample): member in ReportOutputSummary
/system/extras/simpleperf/
Dcmd_merge_test.cpp70 std::string report = GetReport(input_file1); in TEST() local
Dreport_utils.cpp394 ThreadReport report(thread.pid, thread.tid, thread.comm); in Build() local
399 void ThreadReportBuilder::ModifyReportToAggregateThreads(ThreadReport& report) { in ModifyReportToAggregateThreads()
/system/chre/apps/test/chqts/src/general_test/
Dbasic_ble_test.cc122 const struct chreBleAdvertisingReport &report = event->reports[i]; in handleAdvertisementEvent() local
/system/core/fs_mgr/
Dfs_mgr_vendor_overlay.cpp92 auto report = "__mount(source=overlay,target="s + vendor_mount_point + ",type=overlay," + in fs_mgr_vendor_overlay_mount() local
/system/netd/server/
DWakeupController.h56 WakeupController(ReportFn report, IptablesRestoreInterface* iptables) in WakeupController()
/system/core/debuggerd/libdebuggerd/
Dscudo.cpp88 void ScudoCrashData::FillInCause(Cause* cause, const scudo_error_report* report, in FillInCause()
/system/core/storaged/include/
Dstoraged_info.h76 virtual void report() {}; in report() function
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/
Dnearby_extension.proto118 repeated ChreBleAdvertisingReport report = 2; field

12