Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dethernet_service_test.cpp317 sptr<EthernetServiceCommon> serviceComm_ = new (std::nothrow) EthernetServiceCommon(); in HWTEST_F() local
318 if (serviceComm_ == nullptr) { in HWTEST_F()
319 NETMGR_EXT_LOG_E("serviceComm_ is nullptr"); in HWTEST_F()
322 auto ret = serviceComm_->ResetEthernetFactory(); in HWTEST_F()
326 ret = serviceComm_->ResetEthernetFactory(); in HWTEST_F()
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_service_test.cpp317 sptr<EthernetServiceCommon> serviceComm_ = new (std::nothrow) EthernetServiceCommon(); in HWTEST_F() local
318 if (serviceComm_ == nullptr) { in HWTEST_F()
319 NETMGR_EXT_LOG_E("serviceComm_ is nullptr"); in HWTEST_F()
322 auto ret = serviceComm_->ResetEthernetFactory(); in HWTEST_F()
326 ret = serviceComm_->ResetEthernetFactory(); in HWTEST_F()
H A Dethernet_manager_test.cpp559 ethernetService.serviceComm_ = nullptr; in HWTEST_F()
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_service.cpp123 serviceComm_ = new (std::nothrow) EthernetServiceCommon(); in Init()
124 if (serviceComm_ == nullptr) { in Init()
125 NETMGR_EXT_LOG_E("serviceComm_ is nullptr"); in Init()
128 NetManagerCenter::GetInstance().RegisterEthernetService(serviceComm_); in Init()
/foundation/communication/netmanager_base/services/netpolicymanager/include/
H A Dnet_policy_service.h289 sptr<NetPolicyServiceCommon> serviceComm_ = nullptr; member in OHOS::NetManagerStandard::NetPolicyService
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_service.h105 sptr<EthernetServiceCommon> serviceComm_ = nullptr; member in OHOS::NetManagerStandard::EthernetService
/foundation/communication/netmanager_base/services/netpolicymanager/src/
H A Dnet_policy_service.cpp108 serviceComm_ = (std::make_unique<NetPolicyServiceCommon>()).release(); in Init()
109 NetManagerCenter::GetInstance().RegisterPolicyService(serviceComm_); in Init()

Completed in 7 milliseconds