Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/sensor/hdi_service/
H A Dsensor_if_service.cpp48 CallBackDeathRecipientMap g_callBackDeathRecipientMap; variable
545 g_callBackDeathRecipientMap[remote.GetRefPtr()] = callBackDeathRecipient; in AddSensorDeathRecipient()
555 auto callBackDeathRecipientIter = g_callBackDeathRecipientMap.find(remote.GetRefPtr()); in RemoveSensorDeathRecipient()
556 if (callBackDeathRecipientIter == g_callBackDeathRecipientMap.end()) { in RemoveSensorDeathRecipient()
561 g_callBackDeathRecipientMap.erase(callBackDeathRecipientIter); in RemoveSensorDeathRecipient()
630 auto recipientIter = g_callBackDeathRecipientMap.find(remote.GetRefPtr()); in RemoveDeathNotice()
631 if (recipientIter != g_callBackDeathRecipientMap.end()) { in RemoveDeathNotice()