Home
last modified time | relevance | path

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

/external/libbrillo/brillo/daemons/
Ddaemon.cc34 OnShutdown(&exit_code_); in Run()
79 void Daemon::OnShutdown(int* /* exit_code */) { in OnShutdown() function in brillo::Daemon
Ddaemon.h81 virtual void OnShutdown(int* exit_code);
/external/protobuf/src/google/protobuf/stubs/
Dcommon.h180 PROTOBUF_EXPORT void OnShutdown(void (*func)());
Dcommon.cc346 void OnShutdown(void (*func)()) { in OnShutdown() function
/external/protobuf/src/google/protobuf/util/
Djson_util.cc233 ::google::protobuf::internal::OnShutdown(&DeleteGeneratedTypeResolver); in InitGeneratedTypeResolver()
/external/protobuf/src/google/protobuf/util/internal/
Dutility.cc346 google::protobuf::internal::OnShutdown(&DeleteWellKnownTypes); in InitWellKnownTypes()
Dprotostream_objectwriter.cc1224 ::google::protobuf::internal::OnShutdown(&DeleteRendererMap); in InitRendererMap()
Dprotostream_objectsource.cc752 ::google::protobuf::internal::OnShutdown(&DeleteRendererMap); in InitRendererMap()
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp696 virtual STDMETHODIMP_(int) OnShutdown() { in OnShutdown() function in PythonBootstrapperApplication