Home
last modified time | relevance | path

Searched refs:timeProvider (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_prefetcher/src/prefetcher/
H A DFetchingDriver.ts53 private readonly timeProvider: ITimeProvider,
59 this.timeProvider = timeProvider;
237 const prefetchStart = this.timeProvider.getCurrent();
270 fetchDuration: this.timeProvider.getCurrent() - prefetchStart,
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsPrefetcher.js740 …constructor(fetchedRegistry, fetches, prefetchRangeEvaluator, timeProvider, logger = dummyLogger, … argument
744 this.timeProvider = timeProvider;
752 const prefetchStart = this.timeProvider.getCurrent();
773 this.timeProvider = timeProvider;
933 fetchDuration: this.timeProvider.getCurrent() - prefetchStart,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h418 void SetTimeProvider(TimeProvider&& timeProvider);
H A Dpipeline_context.cpp2696 void PipelineContext::SetTimeProvider(TimeProvider&& timeProvider) in SetTimeProvider() argument
2698 if (!timeProvider) { in SetTimeProvider()
2702 timeProvider_ = std::move(timeProvider); in SetTimeProvider()