Home
last modified time | relevance | path

Searched refs:ITimerInfo (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/base/time/time_service/services/time/src/
H A Ditimer_info.cpp20 ITimerInfo::ITimerInfo() : type{ 0 }, repeat{ false }, interval{ 0 } in ITimerInfo() function in OHOS::MiscServices::ITimerInfo
24 ITimerInfo::~ITimerInfo() in ~ITimerInfo()
H A Dtimer_call_back.cpp44 bool TimerCallback::InsertTimerCallbackInfo(uint64_t timerId, const std::shared_ptr<ITimerInfo> &ti… in InsertTimerCallbackInfo()
80 std::shared_ptr<ITimerInfo> timerInfo; in NotifyTimer()
/ohos5.0/base/time/time_service/interfaces/inner_api/include/
H A Ditimer_info.h25 class ITimerInfo {
27 TIME_API ITimerInfo();
28 TIME_API virtual ~ITimerInfo();
H A Dtime_service_client.h279 TIME_API uint64_t CreateTimer(std::shared_ptr<ITimerInfo> timerInfo);
290 TIME_API int32_t CreateTimerV9(std::shared_ptr<ITimerInfo> timerOptions, uint64_t &timerId);
468 std::shared_ptr<ITimerInfo> timerInfo;
H A Dtime_service_interface.h80 …virtual int32_t CreateTimer(const std::shared_ptr<ITimerInfo> &timerOptions, sptr<IRemoteObject> &…
/ohos5.0/base/time/time_service/services/time/include/inner_api_include/
H A Dtimer_call_back.h40 bool InsertTimerCallbackInfo(uint64_t timerId, const std::shared_ptr<ITimerInfo> &timerInfo);
49 std::map<uint64_t, std::shared_ptr<ITimerInfo>> timerInfoMap_;
/ohos5.0/base/update/updateservice/services/core/ability/alarm/include/
H A Dalarm_timer_utils.h37 …static uint64_t RegisterTimer(int64_t time, const std::shared_ptr<MiscServices::ITimerInfo> &timer…
40 class TimerTaskInfo : public MiscServices::ITimerInfo {
/ohos5.0/base/time/time_service/services/
H A Dtime_system_ability.h62 int32_t CreateTimer(const std::shared_ptr<ITimerInfo> &timerOptions, sptr<IRemoteObject> &obj,
104 void ParseTimerPara(const std::shared_ptr<ITimerInfo> &timerOptions, TimerPara &paras);
/ohos5.0/base/time/time_service/services/time/include/
H A Dsimple_timer_info.h23 class SimpleTimerInfo : public ITimerInfo {
/ohos5.0/foundation/arkui/ui_appearance/services/utils/include/
H A Dalarm_timer.h22 class AlarmTimer final : public MiscServices::ITimerInfo {
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_timer_info.h24 class NotificationTimerInfo : public MiscServices::ITimerInfo {
H A Dreminder_timer_info.h26 class ReminderTimerInfo : public MiscServices::ITimerInfo {
/ohos5.0/foundation/communication/dhcp/services/utils/include/
H A Ddhcp_system_timer.h30 class DhcpSysTimer : public MiscServices::ITimerInfo {
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_system_timer.h31 class WifiSysTimer : public MiscServices::ITimerInfo {
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/mock/
H A Dmock_ipc.cpp53 uint64_t TimeServiceClient::CreateTimer(std::shared_ptr<ITimerInfo> TimerOptions) in CreateTimer()
/ohos5.0/base/time/time_service/test/fuzztest/timemanager_fuzzer/timetesttimer_fuzzer/
H A Dtimer_info.h23 class TimerInfo : public ITimerInfo {
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_timer_option.h27 class FormTimerOption : public OHOS::MiscServices::ITimerInfo {
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dtimer_info.h25 class TimerInfo : public ITimerInfo {
/ohos5.0/foundation/resourceschedule/device_standby/services/common/include/
H A Dtimed_task.h35 class TimedTask : public MiscServices::ITimerInfo {
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/include/conditions/
H A Dtimer_info.h25 class TimerInfo : public ITimerInfo {
/ohos5.0/base/time/time_service/test/unittest/service_test/include/
H A Dtimer_info_test.h37 class TimerInfoTest : public ITimerInfo {
/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_action/
H A Dthermal_timer.h35 class ThermalTimerInfo : public MiscServices::ITimerInfo {
/ohos5.0/base/time/time_service/framework/js/napi/system_timer/include/
H A Dnapi_system_timer.h31 class ITimerInfoInstance : public OHOS::MiscServices::ITimerInfo {
/ohos5.0/base/time/time_service/services/ipc/proxy/inner_api_include/
H A Dtime_service_proxy.h36 …int32_t CreateTimer(const std::shared_ptr<ITimerInfo> &timerOptions, sptr<IRemoteObject> &timerCal…
/ohos5.0/base/theme/screenlock_mgr/services/include/
H A Dstrongauthmanager.h59 class authTimer : public MiscServices::ITimerInfo {

12