Searched refs:g_deathReciMap (Results 1 – 1 of 1) sorted by relevance
28 static std::map<IRemoteObject *, sptr<CodecDeathRecipient>> g_deathReciMap; variable77 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()