/base/sensors/sensor/utils/common/include/ |
H A D | sensor_errors.h | 158 SEN_HILOGW("%{public}s, (%{public}d), CHKPL(%{public}s) is null, do nothing", \ 184 SEN_HILOGW("%{public}s, (%{public}d), CHKPC(%{public}s) is null, skip then continue", \ 193 SEN_HILOGW("%{public}s, (%{public}d), CHKPC(%{public}s) is null, skip then break", \ 229 SEN_HILOGW("CHKPL(%{public}s) is null, do nothing", #cond); \ 252 SEN_HILOGW("CHKPC(%{public}s) is null, skip then continue", #cond); \ 260 SEN_HILOGW("CHKPC(%{public}s) is null, skip then break", #cond); \
|
H A D | sensor_log.h | 39 #define SEN_HILOGW(fmt, ...) do { \
macro
|
/base/sensors/sensor/utils/ipc/src/ |
H A D | stream_socket.cpp | 65 SEN_HILOGW("Error writing data in the NetPacket. It will be retried next time. messageid:%{public}d," in OnReadPackets() 70 SEN_HILOGW("Set read position error, and this error cannot be recovered, and the buffer will be reset" in OnReadPackets()
|
H A D | stream_session.cpp | 78 SEN_HILOGW("Continue for errno EAGAIN|EINTR|EWOULDBLOCK, errno:%{public}d", errno); in SendMsg()
|
/base/sensors/sensor/services/src/ |
H A D | sensor_manager.cpp | 97 SEN_HILOGW("dataThread_ started"); in StartDataReportThread() 160 SEN_HILOGW("ResetBestSensorParams is failed"); in IsOtherClientUsingSensor() 208 SEN_HILOGW("Token type not match"); in GetPackageName()
|
H A D | sensor_service.cpp | 81 SEN_HILOGW("SensorService has already started"); in OnStart() 151 SEN_HILOGW("sensorMap_ insert failed"); in InitSensorList() 168 SEN_HILOGW("Already stopped"); in OnStop() 218 SEN_HILOGW("The data has not changed , no need to report"); in ReportOnChangeData() 286 SEN_HILOGW("Sensor has been enabled already"); in EnableSensor() 342 SEN_HILOGW("Other client is using this sensor now, can't disable"); in DisableSensor()
|
H A D | stream_server.cpp | 158 SEN_HILOGW("Pid session not exist"); in DelSession()
|
H A D | sensor_dump.cpp | 324 SEN_HILOGW("Unknown sensorId:%{public}d, size:%{public}d", sensorId, COMMON_DIMENSION); in GetDataDimension()
|
H A D | sensor_power_policy.cpp | 233 SEN_HILOGW("activeInfoList is empty"); in GetActiveInfoList()
|
H A D | client_info.cpp | 261 SEN_HILOGW("sensorId not exist"); in RemoveSubscriber() 590 SEN_HILOGW("uid is invalid, uid:%{public}d", uid); in GetSensorChannelInfo()
|
/base/sensors/sensor/frameworks/native/src/ |
H A D | fd_listener.cpp | 56 SEN_HILOGW("Continue for errno EAGAIN|EINTR|EWOULDBLOCK, size:%{public}zu, errno:%{public}d", in OnReadable()
|
H A D | sensor_data_channel.cpp | 43 SEN_HILOGW("Restore sensor data channel failed, please destroy sensor data channel first"); in RestoreSensorDataChannel()
|
H A D | sensor_service_client.cpp | 100 SEN_HILOGW("Get service failed, retry:%{public}d", retry); in InitServiceClient()
|
/base/sensors/sensor/utils/ipc/include/ |
H A D | stream_buffer.h | 181 SEN_HILOGW("Read data failed"); in operator >>() 190 SEN_HILOGW("Write data failed"); in operator <<()
|
/base/sensors/sensor/services/hdi_connection/hardware/src/ |
H A D | hdi_service_impl.cpp | 104 SEN_HILOGW("Unknown sensorId:%{public}d", sensorId);
in GenerateEvent() 203 SEN_HILOGW("RecordSensorCallback is null");
in DataReportThread() 224 SEN_HILOGW("Unknown sensorId:%{public}d", sensorId);
in DataReportThread()
|
/base/sensors/sensor/services/hdi_connection/adapter/src/ |
H A D | hdi_connection.cpp | 67 SEN_HILOGW("Connect hdi service failed, retry:%{public}d", retry);
in ConnectHdi() 255 SEN_HILOGW("Should set batch first");
in SetSensorBasicInfoState()
|
/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/ |
H A D | peak_finder.cpp | 223 SEN_HILOGW("peaks value greater than data size");
in PeakFilterMinRange() 308 SEN_HILOGW("times should not be greater than LOOP_TIMES_MAX, times:%{public}d", times);
in FilterSecondaryPeak() 357 SEN_HILOGW("invalid parameter");
in GetDeleteFlagOfPeak() 788 SEN_HILOGW("The virtualWholeEnergy value is too low");
in EstimateDesentEnergy()
|
/base/sensors/sensor/utils/common/src/ |
H A D | print_sensor_data.cpp | 118 SEN_HILOGW("Unknown sensorId:%{public}d, size:%{public}d", sensorId, DEFAULT_DIMENSION); in GetDataDimension()
|
/base/sensors/sensor/frameworks/js/napi/src/ |
H A D | sensor_js.cpp | 213 SEN_HILOGW("Already subscribed, sensorTypeId:%{public}d", sensorTypeId); in IsOnceSubscribed() 285 SEN_HILOGW("No client subscribe, sensorTypeId:%{public}d", sensorTypeId); in IsSubscribed() 372 SEN_HILOGW("Get interval failed"); in On() 467 SEN_HILOGW("There are other client subscribe system js api as well, not need unsubscribe"); in Off() 1221 SEN_HILOGW("There are other client subscribe as well, not need unsubscribe"); in Unsubscribe() 1225 SEN_HILOGW("UnsubscribeSensor failed"); in Unsubscribe()
|
H A D | sensor_napi_utils.cpp | 80 SEN_HILOGW("%{public}s not exists on the object", name.c_str());
in GetNamedProperty()
|
/base/sensors/sensor/vibration_convert/core/algorithm/conversion/src/ |
H A D | conversion_fft.cpp | 81 SEN_HILOGW("modify pos data, pos:%{public}d", pos_); in ProcessSingle()
|
/base/sensors/sensor/vibration_convert/core/native/src/ |
H A D | vibration_convert_core.cpp | 475 SEN_HILOGW("continuousEvents_ is empty"); in StoreEventBlock() 1148 SEN_HILOGW("endIndex is out of range"); in CombinateContinuousEvents()
|