Home
last modified time | relevance | path

Searched refs:ShutdownSocket (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/test/fuzztest/closedatabussession_fuzzer/
H A Dclosedatabussession_fuzzer.cpp42 return remoteListener->ShutdownSocket(deviceID); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_remote_listener_unittest.cpp354 EXPECT_EQ(dBinderRemoteListener.ShutdownSocket(deviceId), false);
368 EXPECT_TRUE(dBinderRemoteListener.ShutdownSocket(networkId));
380 EXPECT_EQ(dBinderRemoteListener.ShutdownSocket(networkId), false);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddbinder_session_object.cpp46 listener->ShutdownSocket(socket_); in CloseDatabusSession()
H A Ddatabus_socket_listener.cpp233 void DatabusSocketListener::ShutdownSocket(int32_t socketId) in ShutdownSocket() function in OHOS::DatabusSocketListener
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/include/
H A Ddbinder_remote_listener.h49 bool ShutdownSocket(const std::string &networkId);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Ddatabus_socket_listener.h75 void ShutdownSocket(int32_t socket);
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/socket/
H A Ddbinder_remote_listener.cpp326 bool DBinderRemoteListener::ShutdownSocket(const std::string &networkId) in ShutdownSocket() function in OHOS::DBinderRemoteListener
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp1280 if (!remoteListener_->ShutdownSocket(deviceID)) { in NoticeDeviceDie()