Searched refs:timeId (Results 1 - 8 of 8) sorted by relevance
/foundation/resourceschedule/device_standby/services/common/src/ |
H A D | timed_task.cpp | 109 bool WEAK_FUNC TimedTask::StartDayNightSwitchTimer(uint64_t& timeId) in StartDayNightSwitchTimer() argument 119 if (!MiscServices::TimeServiceClient::GetInstance()->StartTimer(timeId, curTimeStamp + timeDiff)) { in StartDayNightSwitchTimer() 126 bool WEAK_FUNC TimedTask::RegisterDayNightSwitchTimer(uint64_t& timeId, bool repeat, uint64_t interval, in RegisterDayNightSwitchTimer() argument 129 timeId = CreateTimer(repeat, interval, false, false, callBack); in RegisterDayNightSwitchTimer() 130 if (timeId == 0) { in RegisterDayNightSwitchTimer() 134 return StartDayNightSwitchTimer(timeId); in RegisterDayNightSwitchTimer()
|
/foundation/ai/intelligent_voice_framework/utils/ |
H A D | timer_mgr.h | 43 explicit TimerEvent(int type = 0, int timeId = 0, int cookie = 0) : type(type), timeId(timeId), cookie(cookie) {}; in TimerEvent() 46 int timeId; member
|
/foundation/resourceschedule/device_standby/services/common/include/ |
H A D | timed_task.h | 51 static bool StartDayNightSwitchTimer(uint64_t& timeId); 52 static bool RegisterDayNightSwitchTimer(uint64_t& timeId, bool repeat, uint64_t interval,
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/video_processor/video_job_repository/ |
H A D | deferred_video_job.h | 133 inline void SetTimeId(const uint32_t timeId) in SetTimeId() argument 135 timeId_ = timeId; in SetTimeId()
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/ |
H A D | video_post_processor.cpp | 305 uint32_t timeId = DpsTimer::GetInstance().StartTimer([&, videoId]() {OnTimerOut(videoId);}, MAX_PROC_TIME_MS); in StartTimer() local 306 work->SetTimeId(timeId); in StartTimer() 307 DP_INFO_LOG("DpsTimer start, videoId: %{public}s, timeId: %{public}u", videoId.c_str(), timeId); in StartTimer() 316 auto timeId = work->GetTimeId(); in StopTimer() local 317 DP_INFO_LOG("DpsTimer stop, videoId: %{public}s, timeId: %{public}u", videoId.c_str(), timeId); in StopTimer() 318 DpsTimer::GetInstance().StopTimer(timeId); in StopTimer()
|
/foundation/resourceschedule/device_standby/services/test/unittest/mock/ |
H A D | mock_helper.cpp | 69 bool TimedTask::StartDayNightSwitchTimer(uint64_t& timeId) in StartDayNightSwitchTimer() argument
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_asset_rdbstore.cpp | 433 std::string timeId = RBDSTORE_DATE_ADDED_TIME_TEMPLATE.substr(std::to_string(dateTakenTime).length()) +
in QueryTimeIdBatch() local 437 batchKeys.emplace_back(std::move(timeId));
in QueryTimeIdBatch()
|
/foundation/multimodalinput/input/service/event_handler/test/ |
H A D | event_normalize_handler_test.cpp | 690 int32_t timeId = eventNormalizeHandler.AddHandleTimer(timeOut);
in HWTEST_F() local 691 ASSERT_NE(timeId, -1);
in HWTEST_F()
|
Completed in 6 milliseconds