Home
last modified time | relevance | path

Searched refs:m_SoftbusSession (Results 1 - 1 of 1) sorted by relevance

/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_session.cpp149 std::shared_ptr<SoftbusSession> m_SoftbusSession = std::make_shared<SoftbusSession>(); in HWTEST_F() local
150 ASSERT_NE(m_SoftbusSession, nullptr); in HWTEST_F()
161 std::shared_ptr<SoftbusSession> m_SoftbusSession = std::make_shared<SoftbusSession>(); in HWTEST_F() local
162 m_SoftbusSession.reset(); in HWTEST_F()
163 EXPECT_EQ(m_SoftbusSession, nullptr); in HWTEST_F()

Completed in 1 milliseconds