Home
last modified time | relevance | path

Searched refs:SEN_HILOGD (Results 1 – 22 of 22) sorted by relevance

/base/sensors/sensor/utils/common/src/
Dsensor_basic_data_channel.cpp38 SEN_HILOGD("isActive_:%{public}d, sendFd:%{public}d", isActive_, sendFd_); in SensorBasicDataChannel()
44 SEN_HILOGD("Already create socketpair"); in CreateSensorBasicChannel()
98 SEN_HILOGD("Already create socketpair"); in CreateSensorBasicChannel()
117 SEN_HILOGD("sendFd:%{public}d", sendFd_); in SendToBinder()
136 SEN_HILOGD("Close sendFd_"); in CloseSendFd()
188 SEN_HILOGD("Close sendFd_ success"); in DestroySensorBasicChannel()
193 SEN_HILOGD("Close receiveFd_ success"); in DestroySensorBasicChannel()
210 SEN_HILOGD("isActive_:%{public}d", isActive); in SetSensorStatus()
/base/sensors/sensor/services/sensor/src/
Dsensor_manager.cpp46 SEN_HILOGD("Begin sensorMap_.size:%{public}zu", sensorMap_.size()); in InitSensorMap()
60 SEN_HILOGD("No need to reset sensor params"); in SetBestSensorParams()
65 SEN_HILOGD("bestSamplingPeriodNs : %{public}" PRId64, bestSamplingPeriodNs); in SetBestSensorParams()
105 SEN_HILOGD("Begin sensorMap_.size:%{public}zu", sensorMap_.size()); in InitSensorMap()
165 SEN_HILOGD("Other client is using this sensor"); in IsOtherClientUsingSensor()
177 SEN_HILOGD("Change the default state is far"); in AfterDisableSensor()
Dflush_info_record.cpp46 SEN_HILOGD("sensorId:%{public}u", sensorId); in SetFlushInfo()
65 SEN_HILOGD("Channel list size:%{public}u", static_cast<uint32_t>(currChannelList.size())); in IsFlushChannelValid()
Dsensor_service_stub.cpp78 SEN_HILOGD("Begin, cmd:%{public}u", code); in OnRemoteRequest()
92 SEN_HILOGD("No member func supporting, applying default process"); in OnRemoteRequest()
138 SEN_HILOGD("SensorCount:%{public}u", sensorCount); in GetAllSensorsInner()
226 SEN_HILOGD("ActiveInfoCount:%{public}u", activeInfoCount); in GetActiveInfoListInner()
Dsensor_power_policy.cpp81 SEN_HILOGD("Current sensor is pedometer detection or pedometer, can not suspend"); in Suspend()
86SEN_HILOGD("Other client is using this sensor now, cannot suspend, sensorId:%{public}d", sensorId); in Suspend()
145 SEN_HILOGD("Sensor is enable, sensorId:%{public}d", sensorId); in Resume()
Dclient_info.cpp157 SEN_HILOGD("uid not exist, no need to destroy it"); in DestroyAppThreadInfo()
211 SEN_HILOGD("There is no channel belong to sensorId:%{public}d", sensorId); in GetSensorChannel()
283 SEN_HILOGD("ret.second:%{public}d", ret.second); in UpdateSensorChannel()
300 SEN_HILOGD("sensorId not exist, no need to clear it"); in ClearSensorInfo()
316 SEN_HILOGD("sensorId not exist, no need to clear it"); in ClearCurPidSensorInfo()
321 SEN_HILOGD("pid not exist, no need to clear it"); in ClearCurPidSensorInfo()
355 SEN_HILOGD("There is no channel belong to pid, no need to destroy"); in DestroySensorChannel()
739 SEN_HILOGD("Pid is not exists in channelMap"); in CallingService()
745 SEN_HILOGD("Pid is not exists in activeInfoCBPidSet"); in CallingService()
Dsensor_service.cpp47 SEN_HILOGD("Add SystemAbility"); in SensorService()
421 SEN_HILOGD("Can't unregister client death recipient"); in UnregisterClientDeathRecipient()
549 SEN_HILOGD("No need listen for the sensor permission changes"); in RegisterPermCallback()
Dsensor_dump.cpp295 SEN_HILOGD("sensorId:%{public}u", sensorId); in GetDataBySensorId()
Dsensor_data_processer.cpp39 SEN_HILOGD("sensorMap_.size:%{public}d", int32_t { sensorMap_.size() }); in SensorDataProcesser()
/base/sensors/sensor/interfaces/plugin/include/
Dasync_callback_info.h116 SEN_HILOGD("Delete async work"); in ~AsyncCallbackInfo()
121 SEN_HILOGD("Delete reference, i:%{public}d", i); in ~AsyncCallbackInfo()
/base/sensors/sensor/frameworks/native/sensor/src/
Dsensor_client_stub.cpp38 SEN_HILOGD("Begin, cmd:%{public}u", code); in OnRemoteRequest()
Dfd_listener.cpp58SEN_HILOGD("The service side disconnect with the client. size:0, count:%{public}zu, errno:%{public… in OnReadable()
Dsensor_data_channel.cpp130 SEN_HILOGD("Set eventHandler_ nullptr"); in DelFdListener()
Dsensor_service_client.cpp70 SEN_HILOGD("Already init"); in InitServiceClient()
82 SEN_HILOGD("Get service success, retry:%{public}d", retry); in InitServiceClient()
235 SEN_HILOGD("Previous socket channel status is false, not need retry creat socket channel"); in ProcessDeathObserver()
Dsensor_service_proxy.cpp111 SEN_HILOGD("SensorCount:%{public}u", sensorCount); in GetSensorList()
240 SEN_HILOGD("activeInfoCount:%{public}u", activeInfoCount); in GetActiveInfoList()
Dsensor_agent_proxy.cpp375 SEN_HILOGD("Active info list is empty"); in GetSensorActiveInfos()
/base/sensors/sensor/utils/common/include/
Dsensor_log.h33 #define SEN_HILOGD(fmt, ...) do { \ macro
/base/sensors/sensor/utils/ipc/src/
Dcircle_stream_buffer.cpp63SEN_HILOGD("UnreadSize:%{public}zu, rPos:%{public}zu, wPos:%{public}zu", unreadSize, rPos_, wPos_); in CopyDataToBegin()
/base/sensors/sensor/services/sensor/hdi_connection/adapter/src/
Dcompatible_connection.cpp50 SEN_HILOGD("SensorInfos size:%{public}zu", count); in GetSensorList()
Dhdi_connection.cpp83 SEN_HILOGD("SensorInfos size:%{public}zu", count); in GetSensorList()
/base/sensors/sensor/interfaces/native/test/unittest/
Dsensor_agent_test.cpp374SEN_HILOGD("The CPU usage of the %{public}s process is %{public}.2f", process_name.c_str(), usage);
394 SEN_HILOGD("sensorName:%{public}s, sensorId:%{public}d, minSamplePeriod:%{public}" PRId64
/base/sensors/sensor/interfaces/plugin/src/
Dsensor_js.cpp264 SEN_HILOGD("No subscription to change sensor data, registration is required"); in Once()
342 SEN_HILOGD("Interval is %{public}" PRId64, interval); in On()
366 SEN_HILOGD("No subscription to change sensor data"); in RemoveAllCallback()
391 SEN_HILOGD("Remove callback success"); in RemoveCallback()
396 SEN_HILOGD("No subscription to change sensor data"); in RemoveCallback()
1148 SEN_HILOGD("Has fail callback"); in Subscribe()