Searched refs:WIFI_SVR_CMD_SET_COUNTRY_CODE (Results 1 – 6 of 6) sorted by relevance
41 WIFI_SVR_CMD_SET_COUNTRY_CODE = 0x1019, /* set country code */ enumerator
1350 owner.funcId = static_cast<int32_t>(DevInterfaceCode::WIFI_SVR_CMD_SET_COUNTRY_CODE); in SetCountryCode()1351 …mote_->Invoke(remote_, static_cast<int32_t>(DevInterfaceCode::WIFI_SVR_CMD_SET_COUNTRY_CODE), &req, in SetCountryCode()1355 static_cast<int32_t>(DevInterfaceCode::WIFI_SVR_CMD_SET_COUNTRY_CODE), error); in SetCountryCode()
1504 …Remote()->SendRequest(static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_SET_COUNTRY_CODE), data, in SetCountryCode()1508 static_cast<int32_t>(DevInterfaceCode::WIFI_SVR_CMD_SET_COUNTRY_CODE), error); in SetCountryCode()
725 handleFuncMap_[static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_SET_COUNTRY_CODE)] = in InitHandleMap()
182 …handleFuncMap[static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_SET_COUNTRY_CODE)] = [this](uin… in InitHandleMap()
412 OnRemoteRequest(static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_SET_COUNTRY_CODE), datas); in OnSetCountryCodeFuzzTest()