Searched refs:WIFI_SVR_CMD_RECONNECT (Results 1 – 6 of 6) sorted by relevance
32 WIFI_SVR_CMD_RECONNECT = 0x100D, /* reconnect */ enumerator
977 owner.funcId = static_cast<int32_t>(DevInterfaceCode::WIFI_SVR_CMD_RECONNECT); in ReConnect()978 … remote_->Invoke(remote_, static_cast<int32_t>(DevInterfaceCode::WIFI_SVR_CMD_RECONNECT), &req, &o… in ReConnect()982 static_cast<int32_t>(DevInterfaceCode::WIFI_SVR_CMD_RECONNECT), error); in ReConnect()
1062 … = Remote()->SendRequest(static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_RECONNECT), data, re… in ReConnect()1066 static_cast<int32_t>(DevInterfaceCode::WIFI_SVR_CMD_RECONNECT), error); in ReConnect()
711 …handleFuncMap_[static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_RECONNECT)] = &WifiDeviceStub:… in InitHandleMap()
162 …handleFuncMap[static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_RECONNECT)] = [this](uint32_t c… in InitHandleMap()
292 OnRemoteRequest(static_cast<uint32_t>(DevInterfaceCode::WIFI_SVR_CMD_RECONNECT), datas); in OnReConnectFuzzTest()