mirror of
https://gitee.com/openharmony/communication_wifi.git
synced 2025-01-13 10:32:16 +00:00
fuzz
Signed-off-by: sunjingqiang <17319862417@163.com>
This commit is contained in:
parent
cac41d9f22
commit
056a709f04
@ -29,7 +29,7 @@
|
||||
|
||||
namespace OHOS {
|
||||
namespace Wifi {
|
||||
constexpr size_t U32_AT_SIZE_ZERO = 0;
|
||||
constexpr size_t U32_AT_SIZE_ZERO = 4;
|
||||
constexpr size_t MAP_DEVICE_NUMS = 50;
|
||||
const std::u16string FORMMGR_INTERFACE_TOKEN = u"ohos.wifi.IWifiDeviceService";
|
||||
sptr<WifiDeviceStub> pWifiDeviceStub = WifiDeviceServiceImpl::GetInstance();
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
namespace OHOS {
|
||||
namespace Wifi {
|
||||
constexpr size_t U32_AT_SIZE_ZERO = 0;
|
||||
constexpr size_t U32_AT_SIZE_ZERO = 4;
|
||||
constexpr size_t MAP_HOTSPOT_NUMS = 22;
|
||||
const std::u16string FORMMGR_INTERFACE_TOKEN = u"ohos.wifi.IWifiHotspotService";
|
||||
std::shared_ptr<WifiHotspotStub> pWifiHotspotStub = std::make_shared<WifiHotspotServiceImpl>();
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
namespace OHOS {
|
||||
namespace Wifi {
|
||||
constexpr size_t U32_AT_SIZE_ZERO = 0;
|
||||
constexpr size_t U32_AT_SIZE_ZERO = 4;
|
||||
constexpr size_t MAP_P2P_NUMS = 41;
|
||||
const std::u16string FORMMGR_INTERFACE_TOKEN = u"ohos.wifi.IWifiP2pService";
|
||||
sptr<WifiP2pStub> pWifiP2pStub = WifiP2pServiceImpl::GetInstance();
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
namespace OHOS {
|
||||
namespace Wifi {
|
||||
constexpr size_t U32_AT_SIZE_ZERO = 0;
|
||||
constexpr size_t U32_AT_SIZE_ZERO = 4;
|
||||
constexpr size_t MAP_SCAN_NUMS = 31;
|
||||
const std::u16string FORMMGR_INTERFACE_TOKEN = u"ohos.wifi.IWifiScan";
|
||||
sptr<WifiScanStub> pWifiScanStub = WifiScanServiceImpl::GetInstance();
|
||||
|
Loading…
x
Reference in New Issue
Block a user