Searched refs:GenCfgContent (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/netmanager_ext/services/ethernetmanager/include/ |
H A D | ethernet_configuration.h | 68 void GenCfgContent(const std::string &iface, sptr<InterfaceConfiguration> cfg, std::string &fileContent);
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/ |
H A D | ethernet_configuration_test.cpp | 88 ethernetConfiguration.GenCfgContent(IFACE, cfg, FILE_CONTENT); in HWTEST_F() 108 ethernetConfiguration.GenCfgContent(iface, nullptr, fileContent); in HWTEST_F()
|
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/ |
H A D | ethernet_configuration_test.cpp | 88 ethernetConfiguration.GenCfgContent(IFACE, cfg, FILE_CONTENT); in HWTEST_F() 108 ethernetConfiguration.GenCfgContent(iface, nullptr, fileContent); in HWTEST_F()
|
/foundation/communication/netmanager_ext/services/ethernetmanager/src/ |
H A D | ethernet_configuration.cpp | 239 GenCfgContent(iface, cfg, fileContent); in WriteUserConfiguration() 637 void EthernetConfiguration::GenCfgContent(const std::string &iface, sptr<InterfaceConfiguration> cfg, in GenCfgContent() function in OHOS::NetManagerStandard::EthernetConfiguration
|
Completed in 5 milliseconds