Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/
H A Dnet_manager_center_test.cpp46 class TestConnService : public NetConnBaseService {
168 sptr<NetConnBaseService> service = new (std::nothrow) TestConnService(); in HWTEST_F()
182 sptr<NetConnBaseService> service = new (std::nothrow) TestConnService(); in HWTEST_F()
212 sptr<NetConnBaseService> service = new (std::nothrow) TestConnService(); in HWTEST_F()
226 sptr<NetConnBaseService> service = new (std::nothrow) TestConnService(); in HWTEST_F()
245 sptr<NetConnBaseService> service = new (std::nothrow) TestConnService(); in HWTEST_F()
262 sptr<NetConnBaseService> service = new (std::nothrow) TestConnService(); in HWTEST_F()
285 sptr<NetConnBaseService> service = new (std::nothrow) TestConnService(); in HWTEST_F()
320 sptr<NetConnBaseService> service = new (std::nothrow) TestConnService(); in HWTEST_F()
516 sptr<NetConnBaseService> connServic in HWTEST_F()
[all...]
/foundation/communication/netmanager_base/services/common/include/
H A Dnet_manager_center.h41 void RegisterConnService(const sptr<NetConnBaseService> &service);
64 sptr<NetConnBaseService> connService_;
H A Dnet_conn_base_service.h29 class NetConnBaseService : public virtual RefBase { class
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service_iface.h28 class NetConnServiceIface : public NetConnBaseService {
/foundation/communication/netmanager_base/services/common/src/
H A Dnet_manager_center.cpp86 void NetManagerCenter::RegisterConnService(const sptr<NetConnBaseService> &service) in RegisterConnService()

Completed in 3 milliseconds