Searched refs:connectionAddr (Results 1 – 1 of 1) sorted by relevance
122 ConnectionAddr connectionAddr; in ServerIpcOpenAuthSessionTest() local123 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()