Home
last modified time | relevance | path

Searched refs:ServerOpenSession (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/frame/small/init/include/
H A Dtrans_server_stub.h28 int32_t ServerOpenSession(IpcIo *req, IpcIo *reply);
/ohos5.0/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dsoftbus_server_stub.c199 { SERVER_OPEN_SESSION, ServerOpenSession },
H A Dtrans_server_stub.c201 int32_t ServerOpenSession(IpcIo *req, IpcIo *reply) in ServerOpenSession() function