HomeSort by relevance Sort by last modified time
    Searched refs:OnShutdown (Results 1 - 25 of 30) sorted by null

1 2

  /external/protobuf/src/google/protobuf/
generated_message_util.cc 59 OnShutdown(&DeleteEmptyString);
message.cc 265 internal::OnShutdown(&ShutdownGeneratedMessageFactory);
extension_set.cc 89 OnShutdown(&DeleteRegistry);
    [all...]
  /system/connectivity/dhcp_client/
daemon.cc 41 void Daemon::OnShutdown(int* return_code) {
daemon.h 32 void OnShutdown(int* return_code) override;
  /system/connectivity/shill/
shill_daemon.cc 50 void ShillDaemon::OnShutdown(int* return_code) {
63 brillo::Daemon::OnShutdown(return_code);
shill_daemon.h 43 void OnShutdown(int* return_code) override;
  /system/connectivity/apmanager/
daemon.h 38 void OnShutdown(int* return_code) override;
daemon.cc 57 void Daemon::OnShutdown(int* return_code) {
  /external/libbrillo/brillo/daemons/
daemon.cc 31 OnShutdown(&exit_code_);
71 void Daemon::OnShutdown(int* /* exit_code */) {
daemon.h 43 // these methods before (e.g. during OnInit()) or after (e.g in OnShutdown())
74 // OnShutdown().
75 virtual void OnShutdown(int* exit_code);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
common.h 194 LIBPROTOBUF_EXPORT void OnShutdown(void (*func)());
  /system/core/metricsd/uploader/
upload_service.h 77 void OnShutdown(int* exit_code) override;
upload_service.cc 91 void UploadService::OnShutdown(int* exit_code) {
  /system/weaved/buffet/
main.cc 64 void OnShutdown(int* return_code) override { manager_->Stop(); }
  /system/webservd/webservd/
main.cc 72 void OnShutdown(int* /* return_code */) override {
  /external/protobuf/src/google/protobuf/stubs/
common.cc 135 OnShutdown(&DeleteLogSilencerCount);
359 void OnShutdown(void (*func)()) {
common.h     [all...]
  /system/tpm/tpm_manager/client/
main.cc 119 void OnShutdown(int* exit_code) override {
122 ClientLoopBase::OnShutdown(exit_code);
  /system/tpm/attestation/client/
main.cc 117 void OnShutdown(int* exit_code) override {
119 ClientLoopBase::OnShutdown(exit_code);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapiform.h 127 #define MAPI_IMAPIVIEWADVISESINK_METHODS(IPURE) MAPIMETHOD(OnShutdown)(THIS) IPURE; MAPIMETHOD(OnNewMessage)(THIS) IPURE; MAPIMETHOD(OnPrint)(THIS_ ULONG dwPageNumber,HRESULT hrStatus) IPURE; MAPIMETHOD(OnSubmitted) (THIS) IPURE; MAPIMETHOD(OnSaved) (THIS) IPURE;
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h     [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h     [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h     [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h     [all...]

Completed in 659 milliseconds

1 2