Home
last modified time | relevance | path

Searched refs:tp (Results 1 – 6 of 6) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/
Dcommon.h35 struct timeval tp; \
36 gettimeofday(&tp, nullptr); \
38 if (localtime_r(&tp.tv_sec, &curTime) != nullptr) { \
/base/account/os_account/test/systemtest/common/resource/fuzzTest/include/
Dfuzz_config_parser.h76 auto tp = itp.value(); in ParseFromFile4FuzzTest() local
77 param += tp; in ParseFromFile4FuzzTest()
/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/
Dhisysevent_adapter_impl.cpp30 …ent(const std::string& eventName, HiSysEventAdapter::EventType type, const std::tuple<Args...>& tp) in ForwardToHiSysEvent() argument
36 tp); in ForwardToHiSysEvent()
/base/notification/eventhandler/frameworks/eventhandler/src/
Dinner_event.cpp262 auto tp = std::chrono::time_point_cast<std::chrono::milliseconds>(time); in DumpTimeToString() local
264 auto ms = tp.time_since_epoch().count() % MS_PER_SECOND; in DumpTimeToString()
278 auto tp = std::chrono::system_clock::now() + in DumpTimeToString() local
280 return DumpTimeToString(tp); in DumpTimeToString()
/base/telephony/core_service/services/sim/src/
Dicc_operator_privilege_controller.cpp110 …inline bool IsTimeOut(const std::chrono::system_clock::time_point &tp, const size_t timeout = CALL… in IsTimeOut() argument
113 auto duration = std::chrono::duration_cast<std::chrono::seconds>(now - tp).count(); in IsTimeOut()
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp136 …auto tp = std::chrono::time_point<std::chrono::system_clock, std::chrono::milliseconds>(millisecon… in ResetSeconds() local
137 auto tp_minutes = std::chrono::time_point_cast<std::chrono::minutes>(tp); in ResetSeconds()