Home
last modified time | relevance | path

Searched defs:report (Results 1 - 25 of 28) sorted by relevance

12

/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/include/
H A Ddevice_status_collect_manager_test.h41 explicit MockCollectPlugin(const sptr<IReport>& report) : ICollectPlugin(report) {}; in MockCollectPlugin() argument
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dicollect_plugin.cpp20 ICollectPlugin::ICollectPlugin(const sptr<IReport>& report) : report_(report) in ICollectPlugin() argument
H A Dref_count_collect.cpp24 RefCountCollect::RefCountCollect(const sptr<IReport>& report) : ICollectPlugin(report), timer_(nullptr) {} in RefCountCollect() argument
H A Ddevice_param_collect.cpp41 DeviceParamCollect::DeviceParamCollect(const sptr<IReport>& report) in DeviceParamCollect() argument
H A Ddevice_switch_collect.cpp39 DeviceSwitchCollect::DeviceSwitchCollect(const sptr<IReport>& report) in DeviceSwitchCollect() argument
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/communication/netmanager_base/test/netmanagernative/unittest/netsys_dnsresolv_test/
H A Dnetsys_net_dns_health_data_test.cpp50 NetDnsHealthReport report; member in OHOS::NetsysNative::NetDnsHealthReportTest
[all...]
H A Ddns_quality_diag_test.cpp45 NetsysNative::NetDnsResultReport report; member in OHOS::nmd::DnsQualityDiagTest
170 std::shared_ptr<NetsysNative::NetDnsResultReport> report; in HWTEST_F() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/ui_session/
H A Dui_content_stub.cpp91 sptr<IRemoteObject> report = data.ReadRemoteObject(); in ConnectInner() local
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Dnet_dns_result_callback_stub.cpp58 NetDnsResultReport report; in CmdDnsResultReport() local
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/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_param_collect_test.cpp66 sptr<IReport> report; in HWTEST_F() local
88 sptr<IReport> report; in HWTEST_F() local
110 sptr<IReport> report; in HWTEST_F() local
126 sptr<IReport> report; in HWTEST_F() local
143 sptr<IReport> report; in HWTEST_F() local
160 sptr<IReport> report; HWTEST_F() local
179 sptr<IReport> report; HWTEST_F() local
196 sptr<IReport> report; HWTEST_F() local
212 sptr<IReport> report; HWTEST_F() local
229 sptr<IReport> report; HWTEST_F() local
250 sptr<IReport> report; HWTEST_F() local
276 sptr<IReport> report; HWTEST_F() local
[all...]
H A Ddevice_timed_collect_test.cpp500 sptr<IReport> report; in HWTEST_F() local
516 sptr<IReport> report; in HWTEST_F() local
533 sptr<IReport> report; in HWTEST_F() local
550 sptr<IReport> report; in HWTEST_F() local
567 sptr<IReport> report; HWTEST_F() local
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hid_host_proxy.cpp192 HidHostSetReport(std::string &device, uint8_t &type, std::string &report, int& result) HidHostSetReport() argument
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hid_host_stub.cpp226 std::string report = data.ReadString(); in HidHostSetReportInner() local
/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
/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/window/window_manager/utils/src/
H A Dperform_reporter.cpp74 bool PerformReporter::report() in report() function in OHOS::Rosen::PerformReporter
/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
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_scan.c39 void *report; member
66 HciLeAdvertisingReport *report = info->report; in GapFreeReportRPAResolveInfo() local
71 HciLeExtendedAdvertisingReport *report = info->report; in GapFreeReportRPAResolveInfo() local
137 static void GapLeSetExAdvReportParam(GapExAdvReportParam *advParam, const HciLeExtendedAdvertisingReport *report) in GapLeSetExAdvReportParam() argument
158 HciLeAdvertisingReport *report = info->report; GapCallbackRPAAdvertisingReport() local
185 HciLeExtendedAdvertisingReport *report = info->report; GapCallbackRPAExtendedAdvertisingReport() local
215 HciLeDirectedAdvertisingReport *report = info->report; GapCallbackRPADirectedAdvertisingReport() local
327 void *report = NULL; GapLeAllocAdvReportRPAResolveInfo() local
392 GapOnLeAdvertisingReportEventProcessOnce(const HciLeAdvertisingReport *report) GapOnLeAdvertisingReportEventProcessOnce() argument
498 GapOnLeExtendedAdvertisingReportEventProcessOnce(const HciLeExtendedAdvertisingReport *report) GapOnLeExtendedAdvertisingReportEventProcessOnce() argument
548 GapOnLeDirectedAdvertisingReportProcessOnce(const HciLeDirectedAdvertisingReport *report) GapOnLeDirectedAdvertisingReportProcessOnce() argument
[all...]

Completed in 13 milliseconds

12