Home
last modified time | relevance | path

Searched defs:TimePoint (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Ddelayed_worker.h26 using TimePoint = std::chrono::steady_clock::time_point; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_monitor.h46 typedef std::chrono::steady_clock::time_point TimePoint; typedef
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvstore_sync_manager.h40 using TimePoint = std::chrono::steady_clock::time_point; variable
/ohos5.0/base/powermgr/power_manager/test/unittest/src/
H A Dpower_mgr_notify_test.cpp45 using TimePoint = std::chrono::time_point<Clock>; typedef
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dsingle_store_impl.h47 using TimePoint = std::chrono::steady_clock::time_point; variable
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_inner.h36 using TimePoint = AppExecFwk::InnerEvent::TimePoint; variable
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H A Dplugin_mgr.h44 using TimePoint = std::chrono::time_point<Clock>; variable
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/
H A Dmedia_cached_buffer.h34 using TimePoint = Clock::time_point; variable
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Dexecute_ctx.h33 using TimePoint = std::chrono::steady_clock::time_point; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Dinner_event.h43 using TimePoint = std::chrono::time_point<Clock>; variable
/ohos5.0/base/notification/eventhandler/interfaces/inner_api/
H A Dinner_event.h79 using TimePoint = std::chrono::time_point<Clock>; variable
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_capi_parcel_unittest.cpp59 using TimePoint = std::chrono::time_point<std::chrono::steady_clock>; typedef