/ohos5.0/base/notification/eventhandler/test/systemtest/ems_inner_event_system_test/ |
H A D | ems_inner_event_system_test.cpp | 140 auto handleTime = event->GetHandleTime(); variable 154 auto handleTime = event->GetHandleTime(); variable 169 auto handleTime = event->GetHandleTime(); variable 183 auto handleTime = event->GetHandleTime(); variable 197 auto handleTime = event->GetHandleTime(); variable
|
/ohos5.0/base/telephony/core_service/utils/common/src/ |
H A D | tel_event_queue.cpp | 57 void TelEventQueue::SetCurHandleTime(AppExecFwk::InnerEvent::TimePoint handleTime) in SetCurHandleTime() 125 auto handleTime = GetHandleTime(); in SubmitInner() local 146 void TelEventQueue::SubmitToFFRT(int32_t queueId, AppExecFwk::InnerEvent::TimePoint handleTime, int… in SubmitToFFRT() 266 auto handleTime = eventLists_[i].events.front()->GetHandleTime(); in GetPriorityIndex() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_resource_manager_base.inl | 92 [ageLimit](auto const& handleTime) { return handleTime.frameIndex >= ageLimit; });
|
/ohos5.0/foundation/communication/wifi/wifi/base/state_machine/src/ |
H A D | message_queue.cpp | 47 bool MessageQueue::AddMessageToQueue(InternalMessagePtr message, int64_t handleTime) in AddMessageToQueue()
|
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/ |
H A D | event_queue_base.h | 218 InnerEvent::TimePoint handleTime; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/ |
H A D | inner_event.h | 247 inline void SetHandleTime(const TimePoint &handleTime) in SetHandleTime()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/include/ |
H A D | oh_audio_buffer.h | 79 std::atomic<int64_t> handleTime; member
|
/ohos5.0/base/notification/eventhandler/interfaces/inner_api/ |
H A D | inner_event.h | 466 inline void SetHandleTime(const TimePoint &handleTime) in SetHandleTime()
|
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/test/unittest/ |
H A D | lib_event_handler_event_test.cpp | 308 auto handleTime = event->GetHandleTime(); variable
|
H A D | lib_event_handler_event_queue_test.cpp | 135 auto handleTime = now + std::chrono::milliseconds(static_cast<int64_t>(delayTime)); in DelayTest() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | event_queue.cpp | 66 const auto &handleTime = events.front()->GetHandleTime(); in CheckEventInListLocked() local
|
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | event_queue_base.cpp | 72 const auto &handleTime = events.front()->GetHandleTime(); in CheckEventInListLocked() local
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | audio_process_in_client.cpp | 604 int64_t handleTime = 0; in Init() local
|
H A D | capturer_in_client.cpp | 855 int64_t handleTime = 0; in GetAudioTime() local
|
H A D | renderer_in_client.cpp | 585 int64_t handleTime = 0; in GetAudioTime() local
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_endpoint.cpp | 1811 int64_t handleTime = timeInNano_; in AsyncGetPosTime() local
|