Searched refs:tp (Results 1 - 9 of 9) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/ |
H A D | common.h | 35 struct timeval tp; \ 36 gettimeofday(&tp, nullptr); \ 38 if (localtime_r(&tp.tv_sec, &curTime) != nullptr) { \
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/ |
H A D | hisysevent_easy.c | 38 struct timespec tp; in GetTimestamp() local 39 clock_gettime(CLOCK_REALTIME, &tp); in GetTimestamp() 40 int64_t time = tp.tv_sec * SEC_2_MILLIS; in GetTimestamp() 41 time += tp.tv_nsec / MILLS_2_NANOS; in GetTimestamp()
|
/base/web/webview/ohos_nweb/src/ |
H A D | nweb_hisysevent.cpp | 44 static int ForwardToHiSysEvent(const std::string& eventName, EventType type, const std::tuple<Args...>& tp) in ForwardToHiSysEvent() argument 53 auto mergeData = std::tuple_cat(sysData, tp); in ForwardToHiSysEvent()
|
/base/account/os_account/test/systemtest/common/resource/fuzzTest/include/ |
H A D | fuzz_config_parser.h | 76 auto tp = itp.value(); in ParseFromFile4FuzzTest() local 77 param += tp; in ParseFromFile4FuzzTest()
|
/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | inner_event.cpp | 230 auto tp = std::chrono::time_point_cast<std::chrono::milliseconds>(time); in DumpTimeToString() local 232 auto ms = tp.time_since_epoch().count() % MS_PER_SECOND; in DumpTimeToString() 246 auto tp = std::chrono::system_clock::now() + in DumpTimeToString() local 248 return DumpTimeToString(tp); in DumpTimeToString()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_inline.cpp | 65 auto tp = std::chrono::time_point<std::chrono::system_clock, std::chrono::milliseconds>(milliseconds); in ResetSeconds() local 66 auto tp_minutes = std::chrono::time_point_cast<std::chrono::minutes>(tp); in ResetSeconds()
|
/base/security/asset/services/db_operator/src/ |
H A D | statement.rs | 137 let tp = self.column_type(i); 138 let data = match tp {
|
/base/telephony/core_service/services/sim/src/ |
H A D | icc_operator_privilege_controller.cpp | 109 inline bool IsTimeOut(const std::chrono::system_clock::time_point &tp, const size_t timeout = CALL_TIMEOUT) const in IsTimeOut() argument 112 auto duration = std::chrono::duration_cast<std::chrono::seconds>(now - tp).count(); in IsTimeOut()
|
/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/ |
H A D | hisysevent_adapter_impl.cpp | 42 const std::tuple<Args...>& tp) in ForwardToHiSysEvent() 57 auto mergeData = std::tuple_cat(sysData, tp); in ForwardToHiSysEvent() 41 ForwardToHiSysEvent(const std::string& eventName, HiSysEventAdapter::EventType type, const std::tuple<Args...>& tp) ForwardToHiSysEvent() argument
|
Completed in 4 milliseconds