Home
last modified time | relevance | path

Searched refs:timeId (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/services/common/src/
H A Dtimed_task.cpp109 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 inter… 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()
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dtimer_mgr.h43 …explicit TimerEvent(int type = 0, int timeId = 0, int cookie = 0) : type(type), timeId(timeId), co…
46 int timeId; member
/ohos5.0/foundation/resourceschedule/device_standby/services/common/include/
H A Dtimed_task.h51 static bool StartDayNightSwitchTimer(uint64_t& timeId);
52 static bool RegisterDayNightSwitchTimer(uint64_t& timeId, bool repeat, uint64_t interval,
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/video_processor/video_job_repository/
H A Ddeferred_video_job.h133 inline void SetTimeId(const uint32_t timeId) in SetTimeId() argument
135 timeId_ = timeId; in SetTimeId()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/
H A Dvideo_post_processor.cpp306 …uint32_t timeId = DpsTimer::GetInstance().StartTimer([&, videoId]() {OnTimerOut(videoId);}, MAX_PR… in StartTimer() local
307 work->SetTimeId(timeId); in StartTimer()
308 DP_INFO_LOG("DpsTimer start, videoId: %{public}s, timeId: %{public}u", videoId.c_str(), timeId); in StartTimer()
317 auto timeId = work->GetTimeId(); in StopTimer() local
318 DP_INFO_LOG("DpsTimer stop, videoId: %{public}s, timeId: %{public}u", videoId.c_str(), timeId); in StopTimer()
319 DpsTimer::GetInstance().StopTimer(timeId); in StopTimer()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_asset_rdbstore.cpp487 std::string timeId; in QueryTimeIdBatch() local
488 … if (!MediaFileUtils::GenerateKvStoreKey(to_string(fileId), to_string(dateTakenTime), timeId)) { in QueryTimeIdBatch()
492 batchKeys.emplace_back(std::move(timeId)); in QueryTimeIdBatch()
/ohos5.0/foundation/resourceschedule/device_standby/services/test/unittest/mock/
H A Dmock_helper.cpp69 bool TimedTask::StartDayNightSwitchTimer(uint64_t& timeId) in StartDayNightSwitchTimer() argument
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/source/
H A Dtreeview.ets2322 let timeId: number = setTimeout(() => {
2331 clearTimeout(timeId);