• Home
  • Raw
  • Download

Lines Matching refs:callbackObj

277 int32_t SensorImpl::Register(int32_t groupId, const sptr<ISensorCallbackVdi> &callbackObj)  in Register()  argument
295 [&callbackObj](const sptr<ISensorCallbackVdi> &callbackRegistered) { in Register()
296 const sptr<IRemoteObject> &lhs = callbackObj->HandleCallbackDeath(); in Register()
301 int32_t addResult = AddSensorDeathRecipient(callbackObj); in Register()
305 g_groupIdCallBackMap[groupId].push_back(callbackObj); in Register()
310 int32_t addResult = AddSensorDeathRecipient(callbackObj); in Register()
323 int32_t removeResult = RemoveSensorDeathRecipient(callbackObj); in Register()
330 remoteVec.push_back(callbackObj); in Register()
335 int32_t SensorImpl::Unregister(int32_t groupId, const sptr<ISensorCallbackVdi> &callbackObj) in Unregister() argument
339 const sptr<IRemoteObject> &remote = callbackObj->HandleCallbackDeath(); in Unregister()
350 int32_t SensorImpl::UnregisterImpl(int32_t groupId, IRemoteObject *callbackObj) in UnregisterImpl() argument
370 [&callbackObj](const sptr<ISensorCallbackVdi> &callbackRegistered) { in UnregisterImpl()
371 return callbackObj == (callbackRegistered->HandleCallbackDeath()).GetRefPtr(); in UnregisterImpl()
413 int32_t SensorImpl::AddSensorDeathRecipient(const sptr<ISensorCallbackVdi> &callbackObj) in AddSensorDeathRecipient() argument
420 const sptr<IRemoteObject> &remote = callbackObj->HandleCallbackDeath(); in AddSensorDeathRecipient()
430 int32_t SensorImpl::RemoveSensorDeathRecipient(const sptr<ISensorCallbackVdi> &callbackObj) in RemoveSensorDeathRecipient() argument
432 const sptr<IRemoteObject> &remote = callbackObj->HandleCallbackDeath(); in RemoveSensorDeathRecipient()