Searched refs:GetMaxConn (Results 1 – 11 of 11) sorted by relevance
51 if (a.GetMaxConn() != b.GetMaxConn()) { in operator ==()
299 msg->AddIntMessageBody(apcfg.GetMaxConn());312 msg->AddIntMessageBody(apcfg.GetMaxConn());325 msg->AddIntMessageBody(apcfg.GetMaxConn());340 msg->AddIntMessageBody(apcfg.GetMaxConn());
755 ss << " Config.max_conn: " << config.GetMaxConn() << "\n"; in ConfigInfoDump()898 if (cfg.GetMaxConn() <= 0 || cfg.GetMaxConn() > MAX_AP_CONN) { in IsValidHotspotConfig()899 LOGE("Open hotspot maxConn is illegal %{public}d !", cfg.GetMaxConn()); in IsValidHotspotConfig()
177 reply.WriteInt32(hotspotConfig.GetMaxConn()); in OnGetHotspotConfig()
146 inline int32_t GetMaxConn() const in GetMaxConn() function
171 EXPECT_TRUE(tmp.GetMaxConn() == ldCfg.GetMaxConn());
101 msg->AddIntMessageBody(cfg.GetMaxConn()); in SetHotspotConfig()
212 SetValueInt32(env, "maxConn", cppConfig.GetMaxConn(), result); in HotspotconfigToJs()
241 data.WriteInt32(config.GetMaxConn()); in SetHotspotConfig()
893 tmp.maxConn = config.GetMaxConn(); in SetSoftApConfig()
870 ss << " " <<"maxConn=" << item.GetMaxConn() << std::endl;