Searched refs:GetLeaseTime (Results 1 – 7 of 7) sorted by relevance
166 inline int32_t GetLeaseTime() const in GetLeaseTime() function
103 msg->AddIntMessageBody(cfg.GetLeaseTime()); in SetHotspotConfig()
333 … m_ApStateMachine.StartDhcpServer(m_hotspotConfig.GetIpAddress(), m_hotspotConfig.GetLeaseTime()); in ProcessCmdUpdateConfigResult()
215 SetValueInt32(env, "leaseTime", cppConfig.GetLeaseTime(), result); in HotspotconfigToJs()
183 reply.WriteInt32(hotspotConfig.GetLeaseTime()); in OnGetHotspotConfig()
243 data.WriteInt32(config.GetLeaseTime()); in SetHotspotConfig()
872 ss << " " <<"leaseTime=" << static_cast<int>(item.GetLeaseTime()) << std::endl;