Home
last modified time | relevance | path

Searched refs:GetLeaseTime (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_ap_msg.h166 inline int32_t GetLeaseTime() const in GetLeaseTime() function
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_service.cpp103 msg->AddIntMessageBody(cfg.GetLeaseTime()); in SetHotspotConfig()
H A Dap_started_state.cpp333 … m_ApStateMachine.StartDhcpServer(m_hotspotConfig.GetIpAddress(), m_hotspotConfig.GetLeaseTime()); in ProcessCmdUpdateConfigResult()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_hotspot.cpp215 SetValueInt32(env, "leaseTime", cppConfig.GetLeaseTime(), result); in HotspotconfigToJs()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_stub.cpp183 reply.WriteInt32(hotspotConfig.GetLeaseTime()); in OnGetHotspotConfig()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_hotspot_proxy.cpp243 data.WriteInt32(config.GetLeaseTime()); in SetHotspotConfig()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_file_spec.cpp872 ss << " " <<"leaseTime=" << static_cast<int>(item.GetLeaseTime()) << std::endl;