Home
last modified time | relevance | path

Searched refs:ITimerInfo (Results 1 - 21 of 21) sorted by relevance

/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> &timerInfo) in InsertTimerCallbackInfo()
80 std::shared_ptr<ITimerInfo> timerInfo; in NotifyTimer()
/base/time/time_service/interfaces/inner_api/include/
H A Ditimer_info.h25 class ITimerInfo { class
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> &timerCallback,
/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_;
/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> &timerInfo);
40 class TimerTaskInfo : public MiscServices::ITimerInfo {
/base/time/time_service/services/time/include/
H A Dsimple_timer_info.h23 class SimpleTimerInfo : public ITimerInfo {
/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 {
/base/time/time_service/test/fuzztest/timemanager_fuzzer/timetesttimer_fuzzer/
H A Dtimer_info.h23 class TimerInfo : public ITimerInfo {
/base/powermgr/thermal_manager/services/native/include/thermal_action/
H A Dthermal_timer.h35 class ThermalTimerInfo : public MiscServices::ITimerInfo {
/base/time/time_service/test/unittest/service_test/include/
H A Dtimer_info_test.h37 class TimerInfoTest : public ITimerInfo {
/base/time/time_service/framework/js/napi/system_timer/include/
H A Dnapi_system_timer.h31 class ITimerInfoInstance : public OHOS::MiscServices::ITimerInfo {
/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> &timerCallback,
/base/theme/screenlock_mgr/services/include/
H A Dstrongauthmanager.h59 class authTimer : public MiscServices::ITimerInfo {
/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);
H A Dtime_system_ability.cpp318 void TimeSystemAbility::ParseTimerPara(const std::shared_ptr<ITimerInfo> &timerOptions, TimerPara &paras) in ParseTimerPara()
347 int32_t TimeSystemAbility::CreateTimer(const std::shared_ptr<ITimerInfo> &timerOptions, sptr<IRemoteObject> &obj, in CreateTimer()
/base/update/updateservice/services/core/ability/alarm/src/
H A Dalarm_timer_utils.cpp93 uint64_t AlarmTimerUtils::RegisterTimer(int64_t time, const std::shared_ptr<MiscServices::ITimerInfo> &timerInfo) in RegisterTimer()
/base/time/time_service/interfaces/inner_api/src/
H A Dtime_service_client.cpp242 uint64_t TimeServiceClient::CreateTimer(std::shared_ptr<ITimerInfo> timerOptions) in CreateTimer()
257 int32_t TimeServiceClient::CreateTimerV9(std::shared_ptr<ITimerInfo> timerOptions, uint64_t &timerId) in CreateTimerV9()
/base/time/time_service/services/ipc/proxy/
H A Dtime_service_proxy.cpp56 int32_t TimeServiceProxy::CreateTimer(const std::shared_ptr<ITimerInfo> &timerOptions, in CreateTimer()

Completed in 13 milliseconds