Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_death_recipient.cpp28 static std::map<IRemoteObject *, sptr<CodecDeathRecipient>> g_deathReciMap; variable
77 g_deathReciMap[remote.GetRefPtr()] = deathCallBack; in RegisterDeathRecipientService()
101 auto deathReci = g_deathReciMap.find(remote); in RemoveMapperOfDestoryedComponent()
102 if (deathReci == g_deathReciMap.end()) { in RemoveMapperOfDestoryedComponent()
107 g_deathReciMap.erase(deathReci); in RemoveMapperOfDestoryedComponent()