Searched refs:UpdateClatTunInterface (Results 1 – 2 of 2) sorted by relevance
327 static int32_t UpdateClatTunInterface(const std::string &interfaceName,
535 return UpdateClatTunInterface(interfaceName, PERMISSION_NONE, ADD_CONTROL); in AddClatTunInterface()541 if (int32_t ret = UpdateClatTunInterface(interfaceName, PERMISSION_NONE, DEL_CONTROL)) { in RemoveClatTunInterface()557 int32_t RouteManager::UpdateClatTunInterface(const std::string &interfaceName, NetworkPermission pe… in UpdateClatTunInterface() function in OHOS::nmd::RouteManager