Home
last modified time | relevance | path

Searched refs:OnShutdown (Results 1 - 25 of 53) sorted by relevance

123

/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_connection.cpp80 OnShutdown(fd); in OnReadable()
86 void SocketConnection::OnShutdown(int32_t fd) in OnShutdown() function in OHOS::Msdp::DeviceStatus::SocketConnection
95 OnShutdown(fd); in OnException()
/base/telephony/call_manager/services/distributed_call/src/transmission/
H A Dsession_adapter.cpp25 listener_.OnShutdown = SessionAdapter::OnShutdown; in SessionAdapter()
81 void SessionAdapter::OnShutdown(int32_t socket, ShutdownReason reason) in OnShutdown() function in OHOS::Telephony::SessionAdapter
86 transMgr->OnShutdown(socket); in OnShutdown()
/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsoft_bus_socket_listener.cpp59 void SoftBusSocketListener::OnShutdown(int32_t socketId, ShutdownReason reason) in OnShutdown() function in OHOS::UserIam::UserAuth::SoftBusSocketListener
67 SoftBusManager::GetInstance().OnShutdown(socketId, reason); in OnShutdown()
H A Dsoft_bus_manager.cpp250 listener.OnShutdown = SoftBusSocketListener::OnShutdown; in ServiceSocketListen()
348 OnShutdown(socketId, SHUTDOWN_REASON_SERVICE_DIED); in ServiceSocketUnInit()
404 listener.OnShutdown = SoftBusSocketListener::OnShutdown; in ClientSocketBind()
584 void SoftBusManager::OnShutdown(int32_t socketId, ShutdownReason reason) in OnShutdown() function in OHOS::UserIam::UserAuth::SoftBusManager
594 serverSocket->OnShutdown(socketId, reason); in OnShutdown()
605 clientSocket->OnShutdown(socketId, reason); in OnShutdown()
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Dfile_descriptor_listener.cpp26 void FileDescriptorListener::OnShutdown(int32_t) in OnShutdown() function in OHOS::AppExecFwk::FileDescriptorListener
H A Dffrt_descriptor_listener.cpp42 void FfrtDescriptorListener::OnShutdown(int32_t fileDescriptor) in OnShutdown() function in OHOS::AppExecFwk::FfrtDescriptorListener
45 HILOGW("OnShutdown bad fd"); in OnShutdown()
/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/
H A Dmy_file_descriptor_listener.cpp77 void MyFileDescriptorListener::OnShutdown(int32_t fileDescriptor) in OnShutdown() function in OHOS::Sensors::MyFileDescriptorListener
84 FileDescriptorListener::OnShutdown(fileDescriptor); in OnShutdown()
/base/msdp/device_status/interfaces/innerkits/include/
H A Dfd_listener.h33 void OnShutdown(int32_t fd) override;
/base/sensors/sensor/frameworks/native/include/
H A Dfd_listener.h30 void OnShutdown(int32_t fd) override;
H A Dsensor_file_descriptor_listener.h31 void OnShutdown(int32_t fileDescriptor) override;
/base/msdp/device_status/intention/cooperate/plugin/include/
H A Ddsoftbus_handler.h40 void OnShutdown(const std::string &networkId) override
42 parent_.OnShutdown(networkId);
83 void OnShutdown(const std::string &networkId);
/base/security/access_token/services/tokensyncmanager/include/remote/
H A Dsoft_bus_socket_listener.h31 static void OnShutdown(int32_t socket, ShutdownReason reason);
/base/sensors/medical_sensor/frameworks/native/medical_sensor/include/
H A Dmy_file_descriptor_listener.h41 void OnShutdown(int32_t fileDescriptor) override;
/base/telephony/call_manager/services/distributed_call/include/transmission/
H A Dtransmission_manager.h32 void OnShutdown(int32_t socket);
/base/useriam/user_auth_framework/services/remote_connect/inc/
H A Dsoft_bus_socket_listener.h36 static void OnShutdown(int32_t socketId, ShutdownReason reason);
H A Dsoft_bus_client_socket.h36 void OnShutdown(int32_t socketId, ShutdownReason reason) override;
/base/telephony/call_manager/test/unittest/distributed_communication_test/src/
H A Ddistributed_transmission_test.cpp50 DelayedSingleton<TransmissionManager>::GetInstance()->OnShutdown(0); in HWTEST_F()
125 SessionAdapter::OnShutdown(0, static_cast<ShutdownReason>(0)); in HWTEST_F()
/base/notification/eventhandler/frameworks/eventhandler/include/
H A Dffrt_descriptor_listener.h40 LOCAL_API void OnShutdown(int32_t fileDescriptor) override;
/base/notification/eventhandler/interfaces/inner_api/
H A Dfile_descriptor_listener.h59 virtual void OnShutdown(int32_t fileDescriptor);
/base/msdp/device_status/intention/ipc/socket/include/
H A Dsocket_connection.h43 void OnShutdown(int32_t fd) override;
/base/notification/eventhandler/test/fuzztest/filedescriptorlistener_fuzzer/
H A Dfiledescriptorlistener_fuzzer.cpp34 listener -> OnShutdown(fileDescriptor); in DoSomethingInterestingWithMyAPI()
/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/
H A Dsoft_bus_fuzzer.cpp68 clientSocket->OnShutdown(socketId, reason); in FuzzSoftBusBaseSocketSecond()
127 serverSocket->OnShutdown(socketId, reason); in FuzzSoftBusServerSocketFisrst()
173 softBusManager.OnShutdown(socketId, reason); in FuzzSoftBusManagerFisrst()
175 softBusManager.OnShutdown(socketId1, reason); in FuzzSoftBusManagerFisrst()
/base/msdp/device_status/intention/prototype/include/
H A Di_dsoftbus_adapter.h34 virtual void OnShutdown(const std::string &networkId) = 0;
/base/msdp/device_status/frameworks/native/src/
H A Dfd_listener.cpp64 void FdListener::OnShutdown(int32_t fd) in OnShutdown() function in OHOS::Msdp::DeviceStatus::FdListener
/base/sensors/sensor/frameworks/native/src/
H A Dfd_listener.cpp70 void FdListener::OnShutdown(int32_t fd) in OnShutdown() function in OHOS::Sensors::FdListener

Completed in 7 milliseconds

123