Home
last modified time | relevance | path

Searched refs:time_t (Results 1 - 25 of 742) sorted by relevance

12345678910>>...30

/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_cache_entity.h37 [[nodiscard]] time_t GetIfModifiedSince() const;
39 [[nodiscard]] time_t GetRequestTime() const;
41 [[nodiscard]] time_t GetMaxAgeSeconds() const;
43 [[nodiscard]] time_t GetMaxStaleSeconds() const;
45 [[nodiscard]] time_t GetMinFreshSeconds() const;
84 [[nodiscard]] time_t GetDate() const;
86 [[nodiscard]] time_t GetExpires() const;
88 [[nodiscard]] time_t GetLastModified() const;
98 [[nodiscard]] time_t GetAgeSeconds() const;
100 [[nodiscard]] time_t GetResponseTim
[all...]
H A Dnet_http_utils.h38 void Start(time_t time);
44 time_t startTime_{0};
45 time_t endTime_{0};
58 static time_t GetNowTimeMicroseconds();
60 static double Microseconds2Milliseconds(time_t microseconds);
63 time_t StrTimeToTimestamp(const std::string &time_str);
65 time_t GetNowTimeSeconds();
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/include/
H A Dhttp_cache_response.h35 [[nodiscard]] time_t GetDate() const;
37 [[nodiscard]] time_t GetExpires() const;
39 [[nodiscard]] time_t GetLastModified() const;
49 [[nodiscard]] time_t GetAgeSeconds() const;
51 [[nodiscard]] time_t GetResponseTime() const;
67 [[nodiscard]] time_t GetMaxAgeSeconds() const;
69 [[nodiscard]] time_t GetSMaxAgeSeconds() const;
79 [[nodiscard]] time_t GetRequestTime() const;
H A Dhttp_cache_request.h36 [[nodiscard]] time_t GetIfModifiedSince() const;
38 [[nodiscard]] time_t GetRequestTime() const;
40 [[nodiscard]] time_t GetMaxAgeSeconds() const;
42 [[nodiscard]] time_t GetMaxStaleSeconds() const;
44 [[nodiscard]] time_t GetMinFreshSeconds() const;
/foundation/ai/ai_engine/test/performance/delay/async_process/
H A Dasync_process_delay_test.cpp64 std::time_t g_processStartTime;
80 std::time_t processEndTime = GetCurTimeMillSec();
239 std::time_t initStartTime = GetCurTimeMillSec(); in HWTEST_F()
245 std::time_t initEndTime = GetCurTimeMillSec(); in HWTEST_F()
257 std::time_t prepareStartTime = GetCurTimeMillSec(); in HWTEST_F()
260 std::time_t prepareEndTime = GetCurTimeMillSec(); in HWTEST_F()
269 std::time_t setOptionStartTime = GetCurTimeMillSec(); in HWTEST_F()
272 std::time_t setOptionEndTime = GetCurTimeMillSec(); in HWTEST_F()
279 std::time_t getOptionStartTime = GetCurTimeMillSec(); in HWTEST_F()
282 std::time_t getOptionEndTim in HWTEST_F()
[all...]
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h59 void SendReboot(uint32_t targetIp, time_t timestamp);
61 void DhcpResponseHandle(time_t timestamp);
62 void DhcpAckOrNakPacketHandle(uint8_t type, struct DhcpPacket *packet, time_t timestamp);
63 void ParseDhcpAckPacket(const struct DhcpPacket *packet, time_t timestamp);
64 void ParseDhcpNakPacket(const struct DhcpPacket *packet, time_t timestamp);
74 void DhcpOfferPacketHandle(uint8_t type, const struct DhcpPacket *packet, time_t timestamp);
75 void DhcpRequestHandle(time_t timestamp);
76 void Rebinding(time_t timestamp);
77 void Requesting(time_t timestamp);
78 void Renewing(time_t timestam
[all...]
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_entity.cpp75 time_t HttpCacheRequest::GetIfModifiedSince() const in GetIfModifiedSince()
83 time_t HttpCacheRequest::GetRequestTime() const in GetRequestTime()
91 time_t HttpCacheRequest::GetMaxAgeSeconds() const in GetMaxAgeSeconds()
100 time_t HttpCacheRequest::GetMaxStaleSeconds() const in GetMaxStaleSeconds()
109 time_t HttpCacheRequest::GetMinFreshSeconds() const in GetMinFreshSeconds()
204 time_t HttpCacheResponse::GetDate() const in GetDate()
213 time_t HttpCacheResponse::GetExpires() const in GetExpires()
222 time_t HttpCacheResponse::GetLastModified() const in GetLastModified()
251 time_t HttpCacheResponse::GetAgeSeconds() const in GetAgeSeconds()
259 time_t HttpCacheRespons
[all...]
/kernel/linux/linux-5.10/tools/laptop/dslm/
H A Ddslm.c58 static char *myctime(time_t time) in myctime()
68 time_t start_time; in measure()
70 time_t last_time; in measure()
72 time_t curr_time = 0; in measure()
73 time_t time_diff; in measure()
74 time_t active_time = 0; in measure()
75 time_t sleep_time = 0; in measure()
76 time_t unknown_time = 0; in measure()
77 time_t total_time = 0; in measure()
/kernel/linux/linux-6.6/tools/laptop/dslm/
H A Ddslm.c58 static char *myctime(time_t time) in myctime()
68 time_t start_time; in measure()
70 time_t last_time; in measure()
72 time_t curr_time = 0; in measure()
73 time_t time_diff; in measure()
74 time_t active_time = 0; in measure()
75 time_t sleep_time = 0; in measure()
76 time_t unknown_time = 0; in measure()
77 time_t total_time = 0; in measure()
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_info.h37 time_t GetPidStartTime() const;
38 void SetPidStartTime(time_t startTime);
39 time_t GetDebugStartTime() const;
40 void SetDebugStartTime(time_t value);
59 time_t pidStartTime_ { 0 };
60 time_t debugStartTime_ { 0 };
/foundation/communication/netstack/utils/napi_utils/include/
H A Dtiming.h27 void Start(time_t time);
33 time_t startTime_ = 0;
34 time_t endTime_ = 0;
47 static time_t GetNowTimeMicroseconds();
49 static double Microseconds2Milliseconds(time_t microseconds);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_thread_looper_impl.h53 using time_t = std::chrono::time_point<clock_t>;
56 using delayed_queue_element_t = std::tuple<time_t, message_t, int>;
62 if (std::get<time_t>(a) != std::get<time_t>(b)) { in operator ()()
63 return std::get<time_t>(a) < std::get<time_t>(b); in operator ()()
/base/telephony/call_manager/services/call/include/
H A Dcall_base.h94 void SetCallBeginTime(time_t callBeginTime);
95 void SetCallCreateTime(time_t callCreateTime);
96 void SetCallEndTime(time_t callEndTime);
97 void SetRingBeginTime(time_t ringBeginTime);
98 void SetRingEndTime(time_t ringEndTime);
172 time_t callBeginTime_;
173 time_t callCreateTime_;
174 time_t callEndTime_;
175 time_t ringBeginTime_;
176 time_t ringEndTime
[all...]
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_response.cpp80 time_t HttpCacheResponse::GetDate() const in GetDate()
89 time_t HttpCacheResponse::GetExpires() const in GetExpires()
98 time_t HttpCacheResponse::GetLastModified() const in GetLastModified()
127 time_t HttpCacheResponse::GetAgeSeconds() const in GetAgeSeconds()
135 time_t HttpCacheResponse::GetMaxAgeSeconds() const in GetMaxAgeSeconds()
143 time_t HttpCacheResponse::GetSMaxAgeSeconds() const in GetSMaxAgeSeconds()
151 time_t HttpCacheResponse::GetResponseTime() const in GetResponseTime()
214 time_t HttpCacheResponse::GetRequestTime() const in GetRequestTime()
/kernel/liteos_m/kal/posix/src/
H A Dtime.c497 time_t time(time_t *timer) in time()
500 time_t sec; in time()
519 return (time_t)-1; in time()
535 static INT32 ConvertSecs2Utc(time_t t, INT32 offset, struct tm *tp) in ConvertSecs2Utc()
537 time_t days; in ConvertSecs2Utc()
538 time_t rem; in ConvertSecs2Utc()
539 time_t year; in ConvertSecs2Utc()
540 time_t month; in ConvertSecs2Utc()
541 time_t yearGues in ConvertSecs2Utc()
[all...]
/base/security/access_token/frameworks/common/src/
H A Dtime_util.cpp37 time_t time1 = static_cast<time_t>(timeStamp1 / 1000); in IsTimeStampsSameMinute()
41 time_t time2 = static_cast<time_t>(timeStamp2 / 1000); in IsTimeStampsSameMinute()
/base/hiviewdfx/hiview/base/event_store/dao/
H A Dsys_event_query_wrapper.cpp28 time_t GetCurTime() in GetCurTime()
30 time_t current; in GetCurTime()
66 void QueryStatusLogUtil::LogQueryOverTime(time_t costTime, const std::string sql, bool innerQuery) in LogQueryOverTime()
115 time_t beforeExecute = GetCurTime(); in Execute()
119 time_t afterExecute = GetCurTime(); in Execute()
154 bool SysEventQueryWrapper::IsQueryCostTimeValid(const DbQueryTag& tag, const time_t before, in IsQueryCostTimeValid()
155 const time_t after, const DbQueryCallback& callback) in IsQueryCostTimeValid()
157 time_t maxQueryTime = 20; in IsQueryCostTimeValid()
158 time_t duration = after - before; in IsQueryCostTimeValid()
/base/hiviewdfx/faultloggerd/common/dfxutil/
H A Delapsed_time.h30 ElapsedTime(std::string printContent, time_t limitCostMilliseconds) in ElapsedTime()
39 time_t costTime = Elapsed<std::chrono::milliseconds>(); in ~ElapsedTime()
52 time_t Elapsed() const in Elapsed()
59 time_t limitCostMilliseconds_ = 0;
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/include/
H A Dmtpfs_type_file.h26 time_t modifyDate);
34 time_t ModificationDate() const in ModificationDate()
43 void SetModificationDate(time_t modifyDate) in SetModificationDate()
70 time_t modifyDate_;
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/cycle_task/
H A Dcycle_task.cpp51 void CycleTask::SetLastRunTime(std::time_t time) in SetLastRunTime()
60 void CycleTask::GetLastRunTime(std::time_t &time) in GetLastRunTime()
70 bool CycleTask::IsEligibleToRun(std::time_t currentTime, std::string bundleName) in IsEligibleToRun()
72 std::time_t lastRuntime; in IsEligibleToRun()
93 std::time_t currentTime = std::time(nullptr); in RunTask()
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H A Dsocket.h148 #define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_NEW)
149 #define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTAMPNS_NEW)
150 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
152 #define SO_RCVTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_RCVTIMEO_OLD : SO_RCVTIMEO_NEW)
153 #define SO_SNDTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_SNDTIMEO_OLD : SO_SNDTIMEO_NEW)
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H A Dsocket.h137 #define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_NEW)
138 #define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTAMPNS_NEW)
139 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
141 #define SO_RCVTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_RCVTIMEO_OLD : SO_RCVTIMEO_NEW)
142 #define SO_SNDTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_SNDTIMEO_OLD : SO_SNDTIMEO_NEW)
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H A Dsocket.h164 #define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_NEW)
165 #define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTAMPNS_NEW)
166 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
168 #define SO_RCVTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_RCVTIMEO_OLD : SO_RCVTIMEO_NEW)
169 #define SO_SNDTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_SNDTIMEO_OLD : SO_SNDTIMEO_NEW)
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H A Dsocket.h153 #define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_NEW)
154 #define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTAMPNS_NEW)
155 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
157 #define SO_RCVTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_RCVTIMEO_OLD : SO_RCVTIMEO_NEW)
158 #define SO_SNDTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_SNDTIMEO_OLD : SO_SNDTIMEO_NEW)
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H A Dsocket.h133 #define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_NEW)
134 #define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTAMPNS_NEW)
135 #define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
137 #define SO_RCVTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_RCVTIMEO_OLD : SO_RCVTIMEO_NEW)
138 #define SO_SNDTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_SNDTIMEO_OLD : SO_SNDTIMEO_NEW)

Completed in 9 milliseconds

12345678910>>...30