Searched refs:reportResult (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/peripheral/sensor/hdi_service/ |
H A D | sensor_callback_vdi.cpp | 54 const std::string reportResult = SensorClientsManager::GetInstance()->ReportEachClient(event); in OnDataEvent() local 55 …HDF_LOGD("%{public}s sensorId=%{public}d, %{public}s", __func__, event.sensorId, reportResult.c_st… in OnDataEvent() 56 PrintData(event, reportResult); in OnDataEvent() 60 void SensorCallbackVdi::PrintData(const HdfSensorEvents &event, const std::string &reportResult) in PrintData() argument 90 st += reportResult; in PrintData()
|
H A D | sensor_callback_vdi.h | 41 void PrintData(const HdfSensorEvents &event, const std::string &reportResult);
|
/ohos5.0/docs/zh-cn/application-dev/dfx/ |
H A D | hicollie-guidelines-ndk.md | 125 int reportResult = OH_HiCollie_Report(&temp); 126 OH_LOG_INFO(LogType::LOG_APP, "OH_HiCollie_Report: %{public}d", reportResult); // 成功结果:0
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | hicollie-guidelines-ndk.md | 125 int reportResult = OH_HiCollie_Report(&temp); 126 …OH_LOG_INFO(LogType::LOG_APP, "OH_HiCollie_Report: %{public}d", reportResult); // Display the succ…
|