dts2024080624239

Signed-off-by: xionglei <xionglei3@huawei.com>
This commit is contained in:
xionglei 2024-09-03 20:07:12 +08:00
parent ff7422c1c4
commit fd4f8c9464
4 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,7 @@ DEFINE_WIFILOG_HOTSPOT_LABEL("WifiDeviceMgrServiceImpl");
namespace OHOS {
namespace Wifi {
const std::string EXTENSION_BACKUP = "backup";
const std::string EXTENSION_RESTORE = "restore";
std::mutex WifiDeviceMgrServiceImpl::g_instanceLock;

View File

@ -25,6 +25,7 @@
namespace OHOS {
namespace Wifi {
enum ServiceRunningState {
STATE_NOT_START,
STATE_RUNNING

View File

@ -28,6 +28,7 @@
namespace OHOS {
namespace Wifi {
constexpr int WIFI_CONFIG_FILE_LINE_MAX_LENGTH = 4096;
/**
* @Description Remove head and tail space

View File

@ -36,6 +36,7 @@
namespace OHOS {
namespace Wifi {
#ifdef DTFUZZ_TEST
static WifiSettings* gWifiSettings = nullptr;
#endif