Searched refs:WIFI_SVR_CMD_GET_COUNTRY_CODE (Results 1 – 6 of 6) sorted by relevance
42 WIFI_SVR_CMD_GET_COUNTRY_CODE = 0x101A, /* get country code */ enumerator
248 case static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_COUNTRY_CODE): in IpcCallback()1384 owner.funcId = static_cast<int32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_COUNTRY_CODE); in GetCountryCode()1385 …mote_->Invoke(remote_, static_cast<int32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_COUNTRY_CODE), &req, in GetCountryCode()1389 static_cast<int32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_COUNTRY_CODE), error); in GetCountryCode()
1531 …Remote()->SendRequest(static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_COUNTRY_CODE), data, in GetCountryCode()1535 static_cast<int32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_COUNTRY_CODE), error); in GetCountryCode()
727 handleFuncMap_[static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_COUNTRY_CODE)] = in InitHandleMap()
184 …handleFuncMap[static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_COUNTRY_CODE)] = [this](uin… in InitHandleMap()
424 OnRemoteRequest(static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_GET_COUNTRY_CODE), datas); in OnGetCountryCodeFuzzTest()