Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddbinder_softbus_client.cpp145 if (socketFunc_ != nullptr) { in Socket()
146 return socketFunc_(info); in Socket()
153 socketFunc_ = (SocketFunc)dlsym(soHandle_, "Socket"); in Socket()
154 if (socketFunc_ == nullptr) { in Socket()
159 return socketFunc_(info); in Socket()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Ddbinder_softbus_client.h72 SocketFunc socketFunc_ = nullptr; variable