Home
last modified time | relevance | path

Searched refs:FACTORY_RO_RUN_MODE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/wifi_country_code/
H A Dwifi_country_code_define.h28 constexpr const char* FACTORY_RO_RUN_MODE = "factory"; variable
H A Dwifi_country_code_policy.cpp88 …if (errorCode <= SYSTEM_PARAMETER_ERROR_CODE || strcasecmp(FACTORY_RO_RUN_MODE, roRunModeValue) !=… in GetWifiCountryCodeByFactory()