Searched refs:INVALID_POINTER (Results 1 - 12 of 12) sorted by relevance
/base/sensors/sensor/frameworks/native/src/ |
H A D | sensor_service_client.cpp | 195 CHKPR(sensorDataChannel, INVALID_POINTER); in TransferDataChannel() 210 CHKPR(sensorClientStub_, INVALID_POINTER); in TransferDataChannel() 212 CHKPR(remoteObject, INVALID_POINTER); in TransferDataChannel() 233 CHKPR(sensorClientStub_, INVALID_POINTER); in DestroyDataChannel() 235 CHKPR(remoteObject, INVALID_POINTER); in DestroyDataChannel() 389 CHKPR(sensorDataChannel, INVALID_POINTER); in Register() 437 CHKPR(sensorClientStub_, INVALID_POINTER); in Unregister() 439 CHKPR(remoteObject, INVALID_POINTER); in Unregister() 539 CHKPR(sensorClientStub_, INVALID_POINTER); in HandleNetPacke() 541 CHKPR(remoteObject, INVALID_POINTER); in HandleNetPacke() [all...] |
H A D | sensor_agent_proxy.cpp | 105 CHKPR(dataChannel_, INVALID_POINTER); in CreateSensorDataChannel() 131 CHKPR(dataChannel_, INVALID_POINTER); in DestroySensorDataChannel() 473 CHKPR(dataChannel_, INVALID_POINTER); in Register()
|
H A D | sensor_service_proxy.cpp | 260 CHKPR(sensorClient, INVALID_POINTER); in CreateSocketChannel() 291 CHKPR(sensorClient, INVALID_POINTER); in DestroySocketChannel()
|
/base/sensors/medical_sensor/utils/include/ |
H A D | medical_errors.h | 73 INVALID_POINTER = UPDATE_UID_ERR + 1, enumerator 74 NO_EVENT = INVALID_POINTER + 1,
|
/base/sensors/sensor/services/src/ |
H A D | sensor_data_processer.cpp | 223 CHKPR(channel, INVALID_POINTER); in CacheSensorEvent() 268 CHKPR(dataCallback, INVALID_POINTER); in ProcessEvents() 290 CHKPR(channel, INVALID_POINTER); in SendEvents() 309 return INVALID_POINTER; in DataThread() 311 if (dataProcesser->ProcessEvents(dataCallback) == INVALID_POINTER) { in DataThread() 313 return INVALID_POINTER; in DataThread()
|
H A D | flush_info_record.cpp | 49 CHKPR(channel, INVALID_POINTER); in SetFlushInfo()
|
H A D | sensor_service_stub.cpp | 292 CHKPR(sensorClient, INVALID_POINTER); in CreateSocketChannelInner() 316 CHKPR(sensorClient, INVALID_POINTER); in DestroySocketChannelInner()
|
H A D | sensor_service.cpp | 532 CHKPR(sensorClient, INVALID_POINTER); in CreateSocketChannel() 548 CHKPR(sensorClient, INVALID_POINTER); in DestroySocketChannel()
|
/base/sensors/medical_sensor/services/medical_sensor/src/ |
H A D | medical_data_processer.cpp | 272 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 D | flush_info_record.cpp | 58 return INVALID_POINTER; in SetFlushInfo()
|
/base/sensors/sensor/utils/common/include/ |
H A D | sensor_errors.h | 88 INVALID_POINTER = UPDATE_UID_ERR + 1, enumerator 89 NO_EVENT = INVALID_POINTER + 1,
|
/base/sensors/medical_sensor/interfaces/native/src/ |
H A D | medical_native_impl.cpp | 28 using OHOS::Sensors::INVALID_POINTER;
100 return INVALID_POINTER;
in DestroyAfeDataChannel()
|
Completed in 8 milliseconds