Home
last modified time | relevance | path

Searched refs:timenow (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
H A DXTexture.js145 timenow() { method in XTexture
217 this.textIdxs[textIdx].time = this.timenow();
248 this.textIdxs[textIdx] = {cid: cid, rid: rid, mask: mask << off, time: this.timenow(),};
257 let nt = this.timenow();
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpa_adapter_manager.cpp547 auto timenow = std::chrono::system_clock::to_time_t(std::chrono::system_clock::now()); in SetPaProplist() local
548 const std::string streamStartTime = ctime(&timenow); in SetPaProplist()