mirror of
https://gitee.com/openharmony/communication_wifi.git
synced 2024-11-30 10:42:11 +00:00
dts2024080624239
Signed-off-by: xionglei <xionglei3@huawei.com>
This commit is contained in:
parent
ff7422c1c4
commit
fd4f8c9464
@ -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;
|
||||
|
@ -25,6 +25,7 @@
|
||||
|
||||
namespace OHOS {
|
||||
namespace Wifi {
|
||||
|
||||
enum ServiceRunningState {
|
||||
STATE_NOT_START,
|
||||
STATE_RUNNING
|
||||
|
@ -28,6 +28,7 @@
|
||||
|
||||
namespace OHOS {
|
||||
namespace Wifi {
|
||||
|
||||
constexpr int WIFI_CONFIG_FILE_LINE_MAX_LENGTH = 4096;
|
||||
/**
|
||||
* @Description Remove head and tail space
|
||||
|
@ -36,6 +36,7 @@
|
||||
|
||||
namespace OHOS {
|
||||
namespace Wifi {
|
||||
|
||||
#ifdef DTFUZZ_TEST
|
||||
static WifiSettings* gWifiSettings = nullptr;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user