Home
last modified time | relevance | path

Searched defs:TIME_INTERVAL (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/monitor/client/
H A Dmonitor_client.cpp32 constexpr uint8_t TIME_INTERVAL = 1; // Heartbeat once per second variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table_old.h85 static const std::string TIME_INTERVAL; variable
H A Dreminder_table.h74 static const std::string TIME_INTERVAL; variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table_old.cpp32 const std::string ReminderTable::TIME_INTERVAL = "time_interval"; member in OHOS::Notification::ReminderTable
H A Dreminder_table.cpp30 const std::string ReminderBaseTable::TIME_INTERVAL = "time_interval"; member in OHOS::Notification::ReminderBaseTable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_interpolating_spring_animation.cpp233 constexpr float TIME_INTERVAL = 1e-6f; // 1e-6f : 1 microsecond in CalculateVelocity() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
H A Dreminder_common.h59 const char* TIME_INTERVAL = "timeInterval"; variable
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf.cpp24 const int64_t TIME_INTERVAL = 8; variable
/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_manager.cpp54 constexpr int32_t TIME_INTERVAL = 500000; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_value_estimator.h469 constexpr float TIME_INTERVAL = 1e-6f; // 1 microsecond in GetPropertyVelocity() local
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp52 const int64_t TIME_INTERVAL = 5000; variable