Home
last modified time | relevance | path

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

/base/powermgr/power_manager/services/zidl/src/shutdown/
H A Dshutdown_stub_delegator.cpp28 int32_t ShutdownStubDelegator::HandleRemoteRequest( in HandleRemoteRequest()
61 int32_t ShutdownStubDelegator::RegisterTakeOverShutdownCallback(MessageParcel& data) in RegisterTakeOverShutdownCallback()
73 int32_t ShutdownStubDelegator::UnRegisterTakeOverShutdownCallback(MessageParcel& data) in UnRegisterTakeOverShutdownCallback()
83 int32_t ShutdownStubDelegator::RegisterAsyncShutdownCallback(MessageParcel& data) in RegisterAsyncShutdownCallback()
95 int32_t ShutdownStubDelegator::UnRegisterAsyncShutdownCallback(MessageParcel& data) in UnRegisterAsyncShutdownCallback()
105 int32_t ShutdownStubDelegator::RegisterSyncShutdownCallback(MessageParcel& data) in RegisterSyncShutdownCallback()
117 int32_t ShutdownStubDelegator::UnRegisterSyncShutdownCallback(MessageParcel& data) in UnRegisterSyncShutdownCallback()
H A Dshutdown_stub_delegator.h23 class ShutdownStubDelegator { class
25 explicit ShutdownStubDelegator(IRemoteStub<IPowerMgr>& stub) : stub_(stub) {} in ShutdownStubDelegator() function in OHOS::PowerMgr::ShutdownStubDelegator
/base/powermgr/power_manager/services/zidl/src/
H A Dpower_mgr_stub.cpp38 std::unique_ptr<ShutdownStubDelegator> g_shutdownDelegator;
54 g_shutdownDelegator = std::make_unique<ShutdownStubDelegator>(*this); in OnRemoteRequest()

Completed in 3 milliseconds