Home
last modified time | relevance | path

Searched refs:INVALID_POINTER (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dsensor_service_client.cpp181 CHKPR(sensorDataChannel, INVALID_POINTER); in TransferDataChannel()
194 CHKPR(sensorClientStub_, INVALID_POINTER); in TransferDataChannel()
196 CHKPR(remoteObject, INVALID_POINTER); in TransferDataChannel()
214 CHKPR(sensorClientStub_, INVALID_POINTER); in DestroyDataChannel()
216 CHKPR(remoteObject, INVALID_POINTER); in DestroyDataChannel()
358 CHKPR(sensorDataChannel, INVALID_POINTER); in Register()
400 CHKPR(sensorClientStub_, INVALID_POINTER); in Unregister()
402 CHKPR(remoteObject, INVALID_POINTER); in Unregister()
503 CHKPR(sensorClientStub_, INVALID_POINTER); in HandleNetPacke()
505 CHKPR(remoteObject, INVALID_POINTER); in HandleNetPacke()
H A Dsensor_agent_proxy.cpp109 CHKPR(dataChannel_, INVALID_POINTER); in CreateSensorDataChannel()
135 CHKPR(dataChannel_, INVALID_POINTER); in DestroySensorDataChannel()
485 CHKPR(dataChannel_, INVALID_POINTER); in Register()
H A Dsensor_service_proxy.cpp248 CHKPR(sensorClient, INVALID_POINTER); in CreateSocketChannel()
277 CHKPR(sensorClient, INVALID_POINTER); in DestroySocketChannel()
/ohos5.0/base/sensors/sensor/services/src/
H A Dsensor_data_processer.cpp229 CHKPR(channel, INVALID_POINTER); in CacheSensorEvent()
282 CHKPR(dataCallback, INVALID_POINTER); in ProcessEvents()
305 CHKPR(channel, INVALID_POINTER); in SendEvents()
324 return INVALID_POINTER; in DataThread()
326 if (dataProcesser->ProcessEvents(dataCallback) == INVALID_POINTER) { in DataThread()
328 return INVALID_POINTER; in DataThread()
H A Dflush_info_record.cpp49 CHKPR(channel, INVALID_POINTER); in SetFlushInfo()
H A Dsensor_service_stub.cpp286 CHKPR(sensorClient, INVALID_POINTER); in CreateSocketChannelInner()
310 CHKPR(sensorClient, INVALID_POINTER); in DestroySocketChannelInner()
H A Dsensor_service.cpp553 CHKPR(sensorClient, INVALID_POINTER); in CreateSocketChannel()
569 CHKPR(sensorClient, INVALID_POINTER); in DestroySocketChannel()
/ohos5.0/base/sensors/medical_sensor/utils/include/
H A Dmedical_errors.h73 INVALID_POINTER = UPDATE_UID_ERR + 1, enumerator
74 NO_EVENT = INVALID_POINTER + 1,
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dmedical_data_processer.cpp272 return INVALID_POINTER; in CacheSensorEvent()
362 return INVALID_POINTER; in ProcessEvents()
390 return INVALID_POINTER; in SendEvents()
408 if (dataProcesser->ProcessEvents(dataCache) == INVALID_POINTER) { in DataThread()
410 return INVALID_POINTER; in DataThread()
H A Dflush_info_record.cpp58 return INVALID_POINTER; in SetFlushInfo()
/ohos5.0/base/sensors/sensor/utils/common/include/
H A Dsensor_errors.h88 INVALID_POINTER = UPDATE_UID_ERR + 1, enumerator
89 NO_EVENT = INVALID_POINTER + 1,
/ohos5.0/base/sensors/medical_sensor/interfaces/native/src/
H A Dmedical_native_impl.cpp28 using OHOS::Sensors::INVALID_POINTER;
100 return INVALID_POINTER; in DestroyAfeDataChannel()