Home
last modified time | relevance | path

Searched refs:report (Results 26 - 50 of 56) sorted by relevance

123

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hid_host.cpp155 void HidHostSetReport(std::string device, uint8_t type, std::string &report) in HidHostSetReport()
161 proxy->HidHostSetReport(device, type, report, result); in HidHostSetReport()
363 void HidHost::HidHostSetReport(std::string device, uint8_t type, std::string &report) in HidHostSetReport() argument
372 return pimpl->HidHostSetReport(device, type, report); in HidHostSetReport()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_networking_collect.cpp35 DeviceNetworkingCollect::DeviceNetworkingCollect(const sptr<IReport>& report) in DeviceNetworkingCollect() argument
36 : ICollectPlugin(report) in DeviceNetworkingCollect()
227 HILOGI("OnDeviceOffline not report size %{public}zu", deviceOnlineSet_.size()); in OnDeviceOffline()
H A Ddevice_timed_collect.cpp42 DeviceTimedCollect::DeviceTimedCollect(const sptr<IReport>& report) in DeviceTimedCollect() argument
43 : ICollectPlugin(report) in DeviceTimedCollect()
139 HILOGI("report normal:%{public}d ,persistence:%{public}d", interval, persistence); in ReportEventByTimeInfo()
144 HILOGI("report awake:%{public}d ,persistence:%{public}d", interval, persistence); in ReportEventByTimeInfo()
H A Dcommon_event_collect.cpp47 CommonEventCollect::CommonEventCollect(const sptr<IReport>& report) in CommonEventCollect() argument
48 : ICollectPlugin(report) in CommonEventCollect()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hid_host.h46 uint8_t &type, std::string &report, int& reuslt) = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hid_host.h174 * @param observer Hid Host device type size report.
176 void HidHostSetReport(std::string device, uint8_t type, std::string &report);
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hid_host_server.h74 std::string &report,
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hid_host_proxy.h41 uint8_t &type, std::string &report, int& reuslt) override;
/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_switch_collect.h59 explicit DeviceSwitchCollect(const sptr<IReport>& report);
H A Ddevice_timed_collect.h34 explicit DeviceTimedCollect(const sptr<IReport>& report);
H A Ddevice_networking_collect.h56 explicit DeviceNetworkingCollect(const sptr<IReport>& report);
H A Dcommon_event_collect.h31 explicit CommonEventCollect(const sptr<IReport>& report);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_hogp.cpp134 HogpReport* report = FindReportByTypeAndId(msg.sendData_.param, msg.sendData_.reportId); in SendData_() local
135 if (report == nullptr) { in SendData_()
136 LOG_ERROR("[HOGP] %{public}s:not find report", __func__); in SendData_()
137 } else if (report->character == nullptr) { in SendData_()
138 LOG_ERROR("[HOGP] %{public}s:report character is null", __func__); in SendData_()
142 SendGetReport(report->reportId, *report->character); in SendData_()
145 SendSetReport(*report->character, msg.dataLength_, msg.data_.get()); in SendData_()
173 LOG_ERROR("[HOGP] %{public}s:get report timeout", __func__); in SendGetReport()
202 // Delete report i in SendSetReport()
[all...]
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
228 if ((size > 0) && (report != nullptr)) { in HidHostSetReport()
231 if (memcpy_s(event.data_.get(), size, report, size) != EOK) { in HidHostSetReport()
H A Dhid_host_service.h90 int HidHostSetReport(std::string device, uint8_t type, uint16_t size, const uint8_t* report) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hid_host_proxy.cpp193 uint8_t &type, std::string &report, int& result) in HidHostSetReport()
200 CHECK_AND_RETURN_LOG_RET(data.WriteString(report), BT_ERR_IPC_TRANS_FAILED, "write report error"); in HidHostSetReport()
192 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
228 ErrCode ec = HidHostSetReport(device, type, report, result); in HidHostSetReportInner()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hid_host_server.cpp290 uint8_t &type, std::string &report, int& result) in HidHostSetReport()
302 for (char ch : report) { in HidHostSetReport()
289 HidHostSetReport(std::string &device, uint8_t &type, std::string &report, int& result) HidHostSetReport() argument
/foundation/window/window_manager/utils/src/
H A Dperform_reporter.cpp37 * @param tag A tag that in report string
68 bool repSucc = report(); in end()
74 bool PerformReporter::report() in report() function in OHOS::Rosen::PerformReporter
/foundation/window/window_manager/utils/include/
H A Dperform_reporter.h54 bool report();
84 // report when application startup request window
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_connection_fsm.c208 LNN_LOGI(LNN_BUILDER, "report device online evt enter"); in ReportDeviceOnlineEvt()
220 LNN_LOGI(LNN_BUILDER, "report online evt get none online node"); in ReportDeviceOnlineEvt()
247 LNN_LOGE(LNN_BUILDER, "report device online evt fail"); in ReportDeviceOnlineEvt()
266 static void ReportResult(const char *udid, ReportCategory report) in ReportResult() argument
275 switch (report) { in ReportResult()
314 LNN_LOGI(LNN_BUILDER, "report lnn result evt enter"); in ReportLnnResultEvt()
322 LNN_LOGE(LNN_BUILDER, "report static lnn duration fail"); in ReportLnnResultEvt()
328 LNN_LOGE(LNN_BUILDER, "report static lnn duration fail"); in ReportLnnResultEvt()
338 LNN_LOGE(LNN_BUILDER, "report buscenter fault evt fail"); in ReportLnnResultEvt()
413 ReportCategory report; in SetLnnConnNodeInfo() local
903 ReportCategory report; UpdateLeaveToLedger() local
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_rtt.c245 { WL_PROXD_EVENT_VS_INITIATOR_RPT, "initiator-report " }, /* rx initiator-rpt */
588 /* report for 'out of range' FTM-status error code */ in ftm_status_value_to_logstr()
1255 if (!cfg->nan_enable) { /* If nan is not enabled report error */ in dhd_rtt_nan_start_session()
2684 rtt_report_t *rtt_report = &(rtt_result->report); in dhd_rtt_convert_results_to_host_v1()
2719 if (avg_dist == 0xffffffff) { /* report 'failure' case */ in dhd_rtt_convert_results_to_host_v1()
2900 rtt_report_t *rtt_report = &(rtt_result->report); in dhd_rtt_convert_results_to_host_v2()
2942 if (avg_dist == 0xffffffff) { /* report 'failure' case */ in dhd_rtt_convert_results_to_host_v2()
3234 rtt_result->report.ftm_num = rtt_target_info->num_frames_per_burst; in dhd_rtt_create_failure_result()
3235 rtt_result->report.type = RTT_TWO_WAY; in dhd_rtt_create_failure_result()
3236 DHD_RTT(("report in dhd_rtt_create_failure_result()
[all...]
H A Ddhd_rtt.h293 RTT_SCHED_RNG_RPT_DIRECTED = 6, /* On Ranging report for directed RTT */
296 RTT_SCHED_RNG_RPT_GEOFENCE = 9, /* On Ranging report for geofence RTT */
389 struct rtt_report report; member
H A Dwl_cfgvendor.c1624 rtt_result->report_len, &rtt_result->report); in wl_cfgvendor_rtt_evt()
5098 rtt_report_t *report = NULL; in wl_cfgvendor_send_as_rtt_legacy_event() local
5105 report = MALLOCZ(cfg->osh, sizeof(*report)); in wl_cfgvendor_send_as_rtt_legacy_event()
5106 if (!report) { in wl_cfgvendor_send_as_rtt_legacy_event()
5112 report->distance = range_res->dist_mm/10; in wl_cfgvendor_send_as_rtt_legacy_event()
5113 ret = memcpy_s(&report->addr, ETHER_ADDR_LEN, in wl_cfgvendor_send_as_rtt_legacy_event()
5120 report->status = (rtt_reason_t)status; in wl_cfgvendor_send_as_rtt_legacy_event()
5121 report->type = RTT_TWO_WAY; in wl_cfgvendor_send_as_rtt_legacy_event()
5148 ret = nla_put(msg, RTT_ATTRIBUTE_TARGET_MAC, ETHER_ADDR_LEN, &report in wl_cfgvendor_send_as_rtt_legacy_event()
[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

Completed in 26 milliseconds

123