Home
last modified time | relevance | path

Searched refs:ONE_HOURS_SEC (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_options_test.cpp161 uint32_t u32Data = ONE_HOURS_SEC; in HWTEST_F()
204 u32Data = ONE_HOURS_SEC; in HWTEST_F()
334 uint32_t uData = ONE_HOURS_SEC; in HWTEST_F()
353 uint32_t uData = ONE_HOURS_SEC; in HWTEST_F()
369 uint32_t data3 = ONE_HOURS_SEC; in HWTEST_F()
/foundation/communication/dhcp/interfaces/inner_api/include/
H A Ddhcp_define.h36 const int ONE_HOURS_SEC = 3600; member
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_def.h44 #define ONE_HOURS_SEC 3600 macro
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_service_impl.cpp803 std::string strData = "leaseTime=" + std::to_string(LEASETIME_DEFAULT * ONE_HOURS_SEC) + "\n"; in CreateDefaultConfigFile()
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp1297 m_leaseTime = LEASETIME_DEFAULT * ONE_HOURS_SEC; in ParseDhcpAckPacket()
1361 uint32_t leaseTime = LEASETIME_DEFAULT * ONE_HOURS_SEC; in GetDhcpOffer()

Completed in 8 milliseconds