Home
last modified time | relevance | path

Searched defs:timer (Results 101 – 125 of 172) sorted by relevance

1234567

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DWakelockPowerCalculator.java120 BatteryStats.Timer timer = wakelock.getWakeTime(BatteryStats.WAKE_TYPE_PARTIAL); in calculateApp() local
H A DScreenPowerCalculator.java240 final BatteryStats.Timer timer = uid.getForegroundActivityTimer(); in getForegroundActivityTotalTimeUs() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Depoll_io_waiter_mingw.cpp128 void EpollIoWaiter::OnTimer(uv_timer_t *timer) in OnTimer()
/ohos5.0/commonlibrary/utils_lite/kal/timer/src/
H A Dkal.c53 timer_t timer; in KalTimerCreate() local
/aosp14/frameworks/base/core/java/android/content/res/
H A DResourceTimer.java251 var timer = sTimers[i]; in publish() local
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DAmbientBrightnessStatsTrackerTest.java367 AmbientBrightnessStatsTracker.Timer timer = new AmbientBrightnessStatsTracker.Timer( in testTimer() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DBatteryStatsSensorTest.java456 BatteryStats.Timer timer = sensor.getSensorTime(); in testSensorResetTimes() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/example/
H A Doh_audio_renderer_test.cpp147 int timer = 0; in PlayerTest() local
/ohos5.0/base/security/security_guard/services/security_collector/src/
H A Dsecurity_collector_subscriber_manager.cpp150 auto timer = std::make_shared<CleanupTimer>(); in SubscribeCollector() local
/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_listener_u.c93 struct PlatformUserListenerTimerParam *timer = NULL; in TimerOnDevEventReceive() local
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dwidget_schedule_node_impl_test.cpp34 auto &timer = RelativeTimer::GetInstance(); variable
/ohos5.0/base/powermgr/battery_statistics/services/native/src/entities/
H A Dsensor_entity.cpp168 std::shared_ptr<StatsHelper::ActiveTimer> timer = nullptr; in GetOrCreateTimer() local
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_group_handler.cpp193 … sptr<MiscServices::TimeServiceClient> timer = MiscServices::TimeServiceClient::GetInstance(); in ProcessEvent() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_analytics_util.cpp424 … sptr<MiscServices::TimeServiceClient> timer = MiscServices::TimeServiceClient::GetInstance(); in AddListCache() local
456 sptr<MiscServices::TimeServiceClient> timer = MiscServices::TimeServiceClient::GetInstance(); in ExecuteCacheList() local
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dstrongauthmanager.cpp186 …std::shared_ptr<authTimer> timer = std::make_shared<authTimer>(true, DEFAULT_STRONG_AUTH_TIMEOUT_M… in StartStrongAuthTimer() local
/ohos5.0/foundation/barrierfree/accessibility/frameworks/acfwk/test/unittest/
H A Daccessibility_config_impl_test.cpp330 uint32_t timer = 10; variable
707 uint32_t timer = 10; variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store_strategy.cpp377 ReminderRequestTimer* timer = static_cast<ReminderRequestTimer*>(reminder.GetRefPtr()); in AppendValuesBucket() local
405 ReminderRequestTimer* timer = static_cast<ReminderRequestTimer*>(reminder.GetRefPtr()); in RecoverFromDb() local
H A Dreminder_data_manager.cpp1757 sptr<MiscServices::TimeServiceClient> timer = MiscServices::TimeServiceClient::GetInstance(); in StartTimer() local
1800 const sptr<MiscServices::TimeServiceClient> &timer) in HandleTriggerTimeInner()
1812 const sptr<MiscServices::TimeServiceClient> &timer, time_t now) in HandleAlertingTimeInner()
1831 sptr<MiscServices::TimeServiceClient> timer = MiscServices::TimeServiceClient::GetInstance(); in StopTimer() local
1885 sptr<MiscServices::TimeServiceClient> timer = MiscServices::TimeServiceClient::GetInstance(); in ResetStates() local
/ohos5.0/base/startup/init/services/param/include/
H A Dparam_manager.h88 ParamTaskPtr timer; member
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_mgr_service.cpp320 AccountTimer timer(false); in Init() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_live_view_service_test.cpp335 auto timer = record->notification->GetFinishTimer(); variable
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_local.c46 Timer *timer; member
59 Timer *timer; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_frame_rate_manager.cpp711 if (auto timer = screenTimerMap_.find(screenId); timer != screenTimerMap_.end()) { in GetScreenTimer() local
730 if (auto timer = GetScreenTimer(screenId); timer != nullptr) { in ResetScreenTimer() local
737 if (auto timer = screenTimerMap_.find(screenId); timer != screenTimerMap_.end()) { in StopScreenTimer() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/location/countrydetector/
H A DLocationBasedCountryDetectorTest.java354 Timer timer = detector.getTimer(); in waitForTimerReset() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_pattern.cpp96 auto timer = weak.Upgrade(); in InitTimerDisplay() local

1234567