Home
last modified time | relevance | path

Searched refs:ResetFactory (Results 1 - 25 of 35) sorted by relevance

12

/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_service_common.cpp25 int32_t result = DelayedSingleton<EthernetService>::GetInstance()->ResetFactory(); in ResetEthernetFactory()
H A Dethernet_service.cpp273 int32_t EthernetService::ResetFactory() in ResetFactory() function in OHOS::NetManagerStandard::EthernetService
284 return ethManagement_.ResetFactory(); in ResetFactory()
/foundation/communication/netmanager_base/services/netstatsmanager/src/common/
H A Dnet_stats_service_common.cpp30 DelayedSingleton<NetStatsService>::GetInstance()->ResetFactory(); in ResetStatsFactory()
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/proxy/
H A Di_ethernet_service.h43 virtual int32_t ResetFactory() = 0;
H A Dethernet_service_proxy.h37 int32_t ResetFactory() override;
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/
H A Dethernet_client.cpp93 int32_t EthernetClient::ResetFactory() in ResetFactory() function in OHOS::NetManagerStandard::EthernetClient
100 return proxy->ResetFactory(); in ResetFactory()
/foundation/communication/netmanager_ext/interfaces/innerkits/ethernetclient/include/
H A Dethernet_client.h92 int32_t ResetFactory();
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dethernet_service_test.cpp253 int32_t ret = ethernetService.ResetFactory(); in HWTEST_F()
339 int32_t result = ethernetService.ResetFactory(); in HWTEST_F()
365 result = ethernetService.ResetFactory(); in HWTEST_F()
421 result = ethernetService.ResetFactory(); in HWTEST_F()
H A Dethernet_manager_test.cpp341 * @tc.desc: Test EthernetManager ResetFactory.
350 int32_t ret = DelayedSingleton<EthernetClient>::GetInstance()->ResetFactory(); in HWTEST_F()
356 * @tc.desc: Test EthernetManager ResetFactory.
364 int32_t ret = DelayedSingleton<EthernetClient>::GetInstance()->ResetFactory(); in HWTEST_F()
370 * @tc.desc: Test EthernetManager ResetFactory.
379 int32_t ret = DelayedSingleton<EthernetClient>::GetInstance()->ResetFactory(); in HWTEST_F()
H A Dethernet_service_proxy_test.cpp170 int32_t ret = ethernetServiceProxy.ResetFactory(); in HWTEST_F()
H A Dethernet_service_stub_test.cpp61 int32_t ResetFactory() override
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_service_test.cpp253 int32_t ret = ethernetService.ResetFactory(); in HWTEST_F()
339 int32_t result = ethernetService.ResetFactory(); in HWTEST_F()
365 result = ethernetService.ResetFactory(); in HWTEST_F()
421 result = ethernetService.ResetFactory(); in HWTEST_F()
H A Dethernet_service_proxy_test.cpp170 int32_t ret = ethernetServiceProxy.ResetFactory(); in HWTEST_F()
H A Dethernet_manager_test.cpp341 * @tc.desc: Test EthernetManager ResetFactory.
350 int32_t ret = DelayedSingleton<EthernetClient>::GetInstance()->ResetFactory(); in HWTEST_F()
356 * @tc.desc: Test EthernetManager ResetFactory.
364 int32_t ret = DelayedSingleton<EthernetClient>::GetInstance()->ResetFactory(); in HWTEST_F()
370 * @tc.desc: Test EthernetManager ResetFactory.
379 int32_t ret = DelayedSingleton<EthernetClient>::GetInstance()->ResetFactory(); in HWTEST_F()
657 int32_t ret = ethernetManagement.ResetFactory(); in HWTEST_F()
H A Dethernet_service_stub_test.cpp61 int32_t ResetFactory() override
/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/include/proxy/
H A Dnet_stats_service_proxy.h52 int32_t ResetFactory() override;
H A Di_net_stats_service.h61 virtual int32_t ResetFactory() = 0;
/foundation/communication/netmanager_base/services/netstatsmanager/include/
H A Dnet_stats_service.h69 int32_t ResetFactory() override;
/foundation/communication/netmanager_base/interfaces/innerkits/netstatsclient/include/
H A Dnet_stats_client.h254 int32_t ResetFactory();
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_service.h74 int32_t ResetFactory() override;
H A Dethernet_management.h73 int32_t ResetFactory();
/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/
H A Dnet_stats_client.cpp283 int32_t NetStatsClient::ResetFactory() in ResetFactory() function in OHOS::NetManagerStandard::NetStatsClient
290 return proxy->ResetFactory(); in ResetFactory()
/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/
H A Dnet_stats_client_test.cpp267 int32_t ret = DelayedSingleton<NetStatsClient>::GetInstance()->ResetFactory(); in HWTEST_F()
282 int32_t ret = DelayedSingleton<NetStatsClient>::GetInstance()->ResetFactory(); in HWTEST_F()
H A Dnet_stats_service_proxy_test.cpp995 * @tc.desc: Test NetStatsServiceProxy ResetFactory.
1001 EXPECT_EQ(instance_.ResetFactory(), NETMANAGER_ERR_OPERATION_FAILED); in HWTEST_F()
1006 * @tc.desc: Test NetStatsServiceProxy ResetFactory.
1013 EXPECT_EQ(instance_.ResetFactory(), NETMANAGER_ERR_OPERATION_FAILED); in HWTEST_F()
1018 * @tc.desc: Test NetStatsServiceProxy ResetFactory.
1025 EXPECT_EQ(instance_.ResetFactory(), NETSYS_SUCCESS); in HWTEST_F()
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dnet_stats_service_proxy_test.cpp991 * @tc.desc: Test NetStatsServiceProxy ResetFactory.
997 EXPECT_EQ(instance_.ResetFactory(), NETMANAGER_ERR_OPERATION_FAILED); in HWTEST_F()
1002 * @tc.desc: Test NetStatsServiceProxy ResetFactory.
1009 EXPECT_EQ(instance_.ResetFactory(), NETMANAGER_ERR_OPERATION_FAILED); in HWTEST_F()
1014 * @tc.desc: Test NetStatsServiceProxy ResetFactory.
1021 EXPECT_EQ(instance_.ResetFactory(), NETSYS_SUCCESS); in HWTEST_F()

Completed in 17 milliseconds

12