Home
last modified time | relevance | path

Searched refs:SYS_PARAMETER_SIZE (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/network_select/
H A Dnetwork_selection_utils.cpp136 constexpr const int32_t SYS_PARAMETER_SIZE = 256; in CheckDeviceTypeByVendorCountry() local
138 char param[SYS_PARAMETER_SIZE] = { 0 }; in CheckDeviceTypeByVendorCountry()
139 int errorCode = GetParameter(VENDOR_COUNTRY_KEY, VENDOR_COUNTRY_DEFAULT, param, SYS_PARAMETER_SIZE); in CheckDeviceTypeByVendorCountry()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp66 const uint32_t SYS_PARAMETER_SIZE = 256; member
1928 char param[SYS_PARAMETER_SIZE] = { 0 }; in GetDelayNotifyTime()
1931 param, SYS_PARAMETER_SIZE); in GetDelayNotifyTime()

Completed in 6 milliseconds