Home
last modified time | relevance | path

Searched defs:report (Results 51 - 75 of 148) sorted by relevance

123456

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_evt.c46 HciLeAdvertisingReport *report = (HciLeAdvertisingReport *)(param + offset); in HciLeAdvertisingReportEventFilter() local
70 HciLeDirectedAdvertisingReport *report = (HciLeDirectedAdvertisingReport *)(param + offset); in HciLeDirectedAdvertisingReportEventFilter() local
84 HciLeExtendedAdvertisingReport *report = (HciLeExtendedAdvertisingReport *)(param + offset); in HciLeExtendedAdvertisingReportEventFilter() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le.c228 HciParseLeDirectedAdvertisingReport( HciLeDirectedAdvertisingReport *report, const uint8_t *param, int *offset) HciParseLeDirectedAdvertisingReport() argument
306 HciParseLeExtendedAdvertisingReport( HciLeExtendedAdvertisingReport *report, const uint8_t *param, size_t length, int *offset) HciParseLeExtendedAdvertisingReport() argument
[all...]
/foundation/communication/bluetooth_service/test/unittest/map/
H A Dmap_mce_test.cpp37 void OnMapEventReported(const BluetoothRemoteDevice &device, const MapEventReport &report) {} in OnMapEventReported() argument
/test/testfwk/developer_test/libs/fuzzlib/
H A Dfuzzer_helper.py225 def report(args): function
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dbean.py37 report = "" variable in CaseResult
59 report = "" variable in SuiteResult
/third_party/ffmpeg/tests/checkasm/
H A Dcheckasm.h134 #define report checkasm_report macro
/third_party/icu/icu4c/source/test/intltest/
H A Dmnkytst.cpp47 CollationMonkeyTest::report(UnicodeString& s, UnicodeString& t, int32_t result, int32_t revResult) in report() function in CollationMonkeyTest
/third_party/mbedtls/tests/scripts/
H A Dtest_psa_constant_names.py154 def report(self, out: typing_util.Writable) -> None: member in Tests
/third_party/lame/misc/
H A Dmlame_corr.c118 int report ( const korr_t* k ) in report() function
/third_party/node/src/
H A Dnode_report_utils.cc7 namespace report { namespace
H A Dnode_report_module.cc19 namespace report { namespace
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_query.c93 uint32_t report; member
/third_party/python/Lib/
H A Dfilecmp.py206 def report(self): # Print a report on the differences between a and b member in dircmp
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dcdjpeg.h96 boolean report; /* whether or not to report progress */ member
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hid_host_server.cpp289 HidHostSetReport(std::string &device, uint8_t &type, std::string &report, int& result) HidHostSetReport() argument
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hid_host.cpp363 void HidHost::HidHostSetReport(std::string device, uint8_t type, std::string &report) in HidHostSetReport() argument
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_timed_collect.cpp42 DeviceTimedCollect::DeviceTimedCollect(const sptr<IReport>& report) in DeviceTimedCollect() argument
H A Ddevice_networking_collect.cpp35 DeviceNetworkingCollect::DeviceNetworkingCollect(const sptr<IReport>& report) in DeviceNetworkingCollect() argument
/foundation/window/window_manager/utils/src/
H A Dperform_reporter.cpp74 bool PerformReporter::report() in report() function in OHOS::Rosen::PerformReporter
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_quality_diag.cpp75 int32_t DnsQualityDiag::ParseReportAddr(uint32_t size, AddrInfo* addrinfo, NetsysNative::NetDnsResultReport &report) in ParseReportAddr() argument
117 NetsysNative::NetDnsResultReport report; in ReportDnsResult() local
258 add_dns_report(std::shared_ptr<NetsysNative::NetDnsResultReport> report) add_dns_report() argument
319 auto report = event->GetSharedObject<NetsysNative::NetDnsResultReport>(); HandleEvent() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_async_call.cpp156 auto report = (record_.total_.times_.load() - record_.completed_.times_.load()) / EXCEPT_DELTA; in Async() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_service.cpp220 int HidHostService::HidHostSetReport(std::string device, uint8_t type, uint16_t size, const uint8_t* report) in HidHostSetReport() argument
/third_party/elfutils/libdwfl/
H A Dlinux-proc-maps.c197 #define report() do_report(dwfl, &last_file, low, high) macro
/third_party/benchmark/src/
H A Dbenchmark_runner.cc78 BenchmarkReporter::Run report; in CreateRunReport() local
472 BenchmarkReporter::Run report = DoOneRepetition() local
[all...]
/third_party/mesa3d/src/intel/ds/
H A Dintel_pps_driver.cc207 const uint32_t *report = reinterpret_cast<const uint32_t *>(header + 1); in parse_perf_records() local

Completed in 13 milliseconds

123456