Home
last modified time | relevance | path

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

/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp1643 static sptr<IRemoteObject> thisInterfaceInvoker = nullptr; in SetForceTimingOut() local
1662 if (token && token->IsProxyObject() && token != thisInterfaceInvoker) { in SetForceTimingOut()
1668 if (thisInterfaceInvoker) { in SetForceTimingOut()
1669 thisInterfaceInvoker->RemoveDeathRecipient(drt); in SetForceTimingOut()
1671 thisInterfaceInvoker = token; in SetForceTimingOut()
1672 thisInterfaceInvoker->AddDeathRecipient(drt); // added to the new invoker in SetForceTimingOut()
1682 static sptr<IRemoteObject> thisInterfaceInvoker = nullptr; in LockScreenAfterTimingOut() local
1699 if (token && token->IsProxyObject() && token != thisInterfaceInvoker) { in LockScreenAfterTimingOut()
1702 if (thisInterfaceInvoker) { in LockScreenAfterTimingOut()
1703 thisInterfaceInvoker in LockScreenAfterTimingOut()
[all...]

Completed in 3 milliseconds