Home
last modified time | relevance | path

Searched refs:GetElapsedSecondsSinceBoot (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dhcp/services/utils/include/
H A Ddhcp_common_utils.h39 int64_t GetElapsedSecondsSinceBoot();
/foundation/communication/dhcp/test/unittest/services/utils/
H A Ddhcp_common_utils_test.cpp120 int64_t result = GetElapsedSecondsSinceBoot(); in HWTEST_F()
/foundation/communication/dhcp/services/utils/src/
H A Ddhcp_common_utils.cpp156 int64_t GetElapsedSecondsSinceBoot() in GetElapsedSecondsSinceBoot() function
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp669 int64_t curTimeSeconds = GetElapsedSecondsSinceBoot(); in DhcpReboot()
1307 m_renewalTimestampBoot = GetElapsedSecondsSinceBoot(); in ParseDhcpAckPacket()
1634 int64_t curTimeSeconds = GetElapsedSecondsSinceBoot(); in DhcpDiscover()
1667 int64_t curTimeSeconds = GetElapsedSecondsSinceBoot(); in DhcpRequest()
1702 int64_t curTimeSeconds = GetElapsedSecondsSinceBoot(); in DhcpRenew()
2106 int64_t curTimestampBoot = GetElapsedSecondsSinceBoot(); in ScheduleLeaseTimers()

Completed in 5 milliseconds