Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_connector.cpp119 std::shared_ptr<SoftbusConnector> m_SoftbusConnector = std::make_shared<SoftbusConnector>(); variable
120 ASSERT_NE(m_SoftbusConnector, nullptr);
131 std::shared_ptr<SoftbusConnector> m_SoftbusConnector = std::make_shared<SoftbusConnector>(); variable
132 m_SoftbusConnector.reset();
133 EXPECT_EQ(m_SoftbusConnector, nullptr);