Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/transserverproxyextern_fuzzer/
H A Dtransserverproxyextern_fuzzer.cpp122 ConnectionAddr connectionAddr; in ServerIpcOpenAuthSessionTest() local
123 connectionAddr.type = CONNECTION_ADDR_SESSION; in ServerIpcOpenAuthSessionTest()
124 connectionAddr.info.session.sessionId = *(reinterpret_cast<const int32_t *>(data)); in ServerIpcOpenAuthSessionTest()
125 connectionAddr.info.session.channelId = *(reinterpret_cast<const int32_t *>(data)); in ServerIpcOpenAuthSessionTest()
126 connectionAddr.info.session.type = *(reinterpret_cast<const int32_t *>(data)); in ServerIpcOpenAuthSessionTest()
127 (void)ServerIpcOpenAuthSession(sessionName, &connectionAddr); in ServerIpcOpenAuthSessionTest()
128 (void)ServerIpcOpenAuthSession(nullptr, &connectionAddr); in ServerIpcOpenAuthSessionTest()