Home
last modified time | relevance | path

Searched refs:shutdownFunc_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddbinder_softbus_client.cpp245 if (shutdownFunc_ != nullptr) { in Shutdown()
246 shutdownFunc_(socket); in Shutdown()
254 shutdownFunc_ = (ShutdownFunc)dlsym(soHandle_, "Shutdown"); in Shutdown()
255 if (shutdownFunc_ == nullptr) { in Shutdown()
260 shutdownFunc_(socket); in Shutdown()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Ddbinder_softbus_client.h77 ShutdownFunc shutdownFunc_ = nullptr; variable