Home
last modified time | relevance | path

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

/base/powermgr/power_manager/services/zidl/src/
Dpower_mgr_proxy.cpp842 …auto delegator = std::make_unique<ShutdownProxyDelegator>(Remote(), PowerMgrProxy::GetDescriptor()… in RegisterShutdownCallback() local
843 delegator->RegisterShutdownCallback(callback, priority); in RegisterShutdownCallback()
848 …auto delegator = std::make_unique<ShutdownProxyDelegator>(Remote(), PowerMgrProxy::GetDescriptor()… in UnRegisterShutdownCallback() local
849 delegator->UnRegisterShutdownCallback(callback); in UnRegisterShutdownCallback()
854 …auto delegator = std::make_unique<ShutdownProxyDelegator>(Remote(), PowerMgrProxy::GetDescriptor()… in RegisterShutdownCallback() local
855 delegator->RegisterShutdownCallback(callback, priority); in RegisterShutdownCallback()
860 …auto delegator = std::make_unique<ShutdownProxyDelegator>(Remote(), PowerMgrProxy::GetDescriptor()… in UnRegisterShutdownCallback() local
861 delegator->UnRegisterShutdownCallback(callback); in UnRegisterShutdownCallback()
866 …auto delegator = std::make_unique<ShutdownProxyDelegator>(Remote(), PowerMgrProxy::GetDescriptor()… in RegisterShutdownCallback() local
867 delegator->RegisterShutdownCallback(callback, priority); in RegisterShutdownCallback()
[all …]