Home
last modified time | relevance | path

Searched refs:DelDir (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dethernet_configuration_test.cpp80 ret = ethernetConfiguration.DelDir(DIR_PATH); in HWTEST_F()
116 ret = ethernetConfiguration.DelDir(filePath); in HWTEST_F()
160 ret = ethernetConfiguration.DelDir(USER_CONFIG_DIR_TEST); in HWTEST_F()
174 ret = ethernetConfiguration.DelDir(path); in HWTEST_F()
200 ret = ethernetConfiguration.DelDir(USER_CONFIG_DIR_TEST); in HWTEST_F()
225 ret = ethernetConfiguration.DelDir(USER_CONFIG_DIR_TEST); in HWTEST_F()
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_configuration_test.cpp80 ret = ethernetConfiguration.DelDir(DIR_PATH); in HWTEST_F()
116 ret = ethernetConfiguration.DelDir(filePath); in HWTEST_F()
160 ret = ethernetConfiguration.DelDir(USER_CONFIG_DIR_TEST); in HWTEST_F()
174 ret = ethernetConfiguration.DelDir(path); in HWTEST_F()
200 ret = ethernetConfiguration.DelDir(USER_CONFIG_DIR_TEST); in HWTEST_F()
225 ret = ethernetConfiguration.DelDir(USER_CONFIG_DIR_TEST); in HWTEST_F()
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_configuration.h61 bool DelDir(const std::string &dirPath);
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_configuration.cpp247 return DelDir(USER_CONFIG_DIR); in ClearAllUserConfiguration()
399 bool EthernetConfiguration::DelDir(const std::string &dirPath) in DelDir() function in OHOS::NetManagerStandard::EthernetConfiguration
405 NETMGR_EXT_LOG_E("EthernetConfiguration DelDir open user dir failed!"); in DelDir()

Completed in 3 milliseconds