/base/time/time_service/services/time/src/ |
H A D | itimer_info.cpp | 20 ITimerInfo::ITimerInfo() : type{ 0 }, repeat{ false }, interval{ 0 } in ITimerInfo() function in OHOS::MiscServices::ITimerInfo 24 ITimerInfo::~ITimerInfo() in ~ITimerInfo()
|
H A D | timer_call_back.cpp | 44 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 D | itimer_info.h | 25 class ITimerInfo { class 27 TIME_API ITimerInfo(); 28 TIME_API virtual ~ITimerInfo();
|
H A D | time_service_client.h | 279 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 D | time_service_interface.h | 80 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 D | timer_call_back.h | 40 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 D | alarm_timer_utils.h | 37 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 D | simple_timer_info.h | 23 class SimpleTimerInfo : public ITimerInfo {
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_timer_info.h | 24 class NotificationTimerInfo : public MiscServices::ITimerInfo {
|
H A D | reminder_timer_info.h | 26 class ReminderTimerInfo : public MiscServices::ITimerInfo {
|
/base/time/time_service/test/fuzztest/timemanager_fuzzer/timetesttimer_fuzzer/ |
H A D | timer_info.h | 23 class TimerInfo : public ITimerInfo {
|
/base/powermgr/thermal_manager/services/native/include/thermal_action/ |
H A D | thermal_timer.h | 35 class ThermalTimerInfo : public MiscServices::ITimerInfo {
|
/base/time/time_service/test/unittest/service_test/include/ |
H A D | timer_info_test.h | 37 class TimerInfoTest : public ITimerInfo {
|
/base/time/time_service/framework/js/napi/system_timer/include/ |
H A D | napi_system_timer.h | 31 class ITimerInfoInstance : public OHOS::MiscServices::ITimerInfo {
|
/base/time/time_service/services/ipc/proxy/inner_api_include/ |
H A D | time_service_proxy.h | 36 int32_t CreateTimer(const std::shared_ptr<ITimerInfo> &timerOptions, sptr<IRemoteObject> &timerCallback,
|
/base/theme/screenlock_mgr/services/include/ |
H A D | strongauthmanager.h | 59 class authTimer : public MiscServices::ITimerInfo {
|
/base/time/time_service/services/ |
H A D | time_system_ability.h | 62 int32_t CreateTimer(const std::shared_ptr<ITimerInfo> &timerOptions, sptr<IRemoteObject> &obj, 104 void ParseTimerPara(const std::shared_ptr<ITimerInfo> &timerOptions, TimerPara ¶s);
|
H A D | time_system_ability.cpp | 318 void TimeSystemAbility::ParseTimerPara(const std::shared_ptr<ITimerInfo> &timerOptions, TimerPara ¶s) 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 D | alarm_timer_utils.cpp | 93 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 D | time_service_client.cpp | 242 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 D | time_service_proxy.cpp | 56 int32_t TimeServiceProxy::CreateTimer(const std::shared_ptr<ITimerInfo> &timerOptions, in CreateTimer()
|