Home
last modified time | relevance | path

Searched refs:drt (Results 1 - 4 of 4) sorted by relevance

/base/powermgr/battery_manager/frameworks/native/src/
H A Dbattery_srv_client.cpp51 sptr<IRemoteObject::DeathRecipient> drt = new(std::nothrow) BatterySrvDeathRecipient(*this); in Connect() local
52 if (drt == nullptr) { in Connect()
56 if ((remoteObject_->IsProxyObject()) && (!remoteObject_->AddDeathRecipient(drt))) { in Connect()
62 deathRecipient_ = drt; in Connect()
/base/powermgr/thermal_manager/frameworks/native/
H A Dthermal_mgr_client.cpp57 sptr<IRemoteObject::DeathRecipient> drt = new(std::nothrow) ThermalMgrDeathRecipient(*this); in Connect() local
58 if (drt == nullptr) { in Connect()
63 if ((remoteObject_->IsProxyObject()) && (!remoteObject_->AddDeathRecipient(drt))) { in Connect()
69 deathRecipient_=drt; in Connect()
/base/powermgr/power_manager/frameworks/native/
H A Dpower_mgr_client.cpp93 sptr<IRemoteObject::DeathRecipient> drt = new(std::nothrow) PowerMgrDeathRecipient(*this); in Connect() local
94 if (drt == nullptr) { in Connect()
98 if ((remoteObject_->IsProxyObject()) && (!remoteObject_->AddDeathRecipient(drt))) { in Connect()
104 deathRecipient_ = drt; in Connect()
/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp1645 static sptr<InvokerDeathRecipient> drt = in SetForceTimingOut() local
1660 // even if drt is nullptr(unlikely), it will be checked in IPCObjectProxy::SendObituary() in SetForceTimingOut()
1663 // The localMutex only ensures that the "remove, assign, add" actions for THIS drt are thread safe. in SetForceTimingOut()
1669 thisInterfaceInvoker->RemoveDeathRecipient(drt); in SetForceTimingOut()
1672 thisInterfaceInvoker->AddDeathRecipient(drt); // added to the new invoker in SetForceTimingOut()
1684 static sptr<InvokerDeathRecipient> drt = in LockScreenAfterTimingOut() local
1703 thisInterfaceInvoker->RemoveDeathRecipient(drt); in LockScreenAfterTimingOut()
1706 thisInterfaceInvoker->AddDeathRecipient(drt); // added to the new invoker in LockScreenAfterTimingOut()

Completed in 6 milliseconds