/base/msdp/device_status/intention/ipc/socket/src/ |
H A D | socket_connection.cpp | 80 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 D | session_adapter.cpp | 25 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 D | soft_bus_socket_listener.cpp | 59 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 D | soft_bus_manager.cpp | 250 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 D | file_descriptor_listener.cpp | 26 void FileDescriptorListener::OnShutdown(int32_t) in OnShutdown() function in OHOS::AppExecFwk::FileDescriptorListener
|
H A D | ffrt_descriptor_listener.cpp | 42 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 D | my_file_descriptor_listener.cpp | 77 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 D | fd_listener.h | 33 void OnShutdown(int32_t fd) override;
|
/base/sensors/sensor/frameworks/native/include/ |
H A D | fd_listener.h | 30 void OnShutdown(int32_t fd) override;
|
H A D | sensor_file_descriptor_listener.h | 31 void OnShutdown(int32_t fileDescriptor) override;
|
/base/msdp/device_status/intention/cooperate/plugin/include/ |
H A D | dsoftbus_handler.h | 40 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 D | soft_bus_socket_listener.h | 31 static void OnShutdown(int32_t socket, ShutdownReason reason);
|
/base/sensors/medical_sensor/frameworks/native/medical_sensor/include/ |
H A D | my_file_descriptor_listener.h | 41 void OnShutdown(int32_t fileDescriptor) override;
|
/base/telephony/call_manager/services/distributed_call/include/transmission/ |
H A D | transmission_manager.h | 32 void OnShutdown(int32_t socket);
|
/base/useriam/user_auth_framework/services/remote_connect/inc/ |
H A D | soft_bus_socket_listener.h | 36 static void OnShutdown(int32_t socketId, ShutdownReason reason);
|
H A D | soft_bus_client_socket.h | 36 void OnShutdown(int32_t socketId, ShutdownReason reason) override;
|
/base/telephony/call_manager/test/unittest/distributed_communication_test/src/ |
H A D | distributed_transmission_test.cpp | 50 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 D | ffrt_descriptor_listener.h | 40 LOCAL_API void OnShutdown(int32_t fileDescriptor) override;
|
/base/notification/eventhandler/interfaces/inner_api/ |
H A D | file_descriptor_listener.h | 59 virtual void OnShutdown(int32_t fileDescriptor);
|
/base/msdp/device_status/intention/ipc/socket/include/ |
H A D | socket_connection.h | 43 void OnShutdown(int32_t fd) override;
|
/base/notification/eventhandler/test/fuzztest/filedescriptorlistener_fuzzer/ |
H A D | filedescriptorlistener_fuzzer.cpp | 34 listener -> OnShutdown(fileDescriptor);
in DoSomethingInterestingWithMyAPI()
|
/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/ |
H A D | soft_bus_fuzzer.cpp | 68 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 D | i_dsoftbus_adapter.h | 34 virtual void OnShutdown(const std::string &networkId) = 0;
|
/base/msdp/device_status/frameworks/native/src/ |
H A D | fd_listener.cpp | 64 void FdListener::OnShutdown(int32_t fd) in OnShutdown() function in OHOS::Msdp::DeviceStatus::FdListener
|
/base/sensors/sensor/frameworks/native/src/ |
H A D | fd_listener.cpp | 70 void FdListener::OnShutdown(int32_t fd) in OnShutdown() function in OHOS::Sensors::FdListener
|