/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/ |
H A D | avcodec_task_manager.cpp | 155 muxer->SetCoverTime(NanosecToMillisec(timestamp - choosedBuffer.front()->GetTimeStamp())); in CreateAVMuxer() 217 int64_t videoStartTime = choosedBuffer.front()->GetTimeStamp(); in DoMuxerVideo() 225 attr.pts = NanosecToMicrosec(choosedBuffer[index]->GetTimeStamp() - videoStartTime); in DoMuxerVideo() 273 if (frame->IsIDRFrame() && frame->GetTimeStamp() <= clearVideoStartTime) { in FindIdrFrameIndex() 282 if (frame->IsIDRFrame() && frame->GetTimeStamp() >= clearVideoStartTime) { in FindIdrFrameIndex() 327 int64_t timestamp = frame->GetTimeStamp(); in ChooseVideoBuffer() 342 int64_t videoStartTime = choosedBuffer.front()->GetTimeStamp(); in PrepareAudioBuffer() 345 int64_t endTime = NanosecToMillisec(choosedBuffer.back()->GetTimeStamp()); in PrepareAudioBuffer() 348 processedAudioRecords.emplace_back(new AudioRecord(ptr->GetTimeStamp())); in PrepareAudioBuffer()
|
H A D | video_encoder.cpp | 227 .timestamp = frameRecord->GetTimeStamp(), in EnqueueBuffer() 237 if (frameRecord->GetTimeStamp() - preFrameTimestamp_ > NANOSEC_RANGE) { in EncodeSurfaceBuffer() 242 preFrameTimestamp_ = frameRecord->GetTimeStamp(); in EncodeSurfaceBuffer() 260 bufferInfo->attr.pts, frameRecord->GetTimeStamp()); in EncodeSurfaceBuffer()
|
H A D | moving_photo_video_cache.cpp | 70 return a->GetTimeStamp() < b->GetTimeStamp(); in DoMuxerVideo()
|
H A D | audio_capturer_session.cpp | 151 if (record->GetTimeStamp() >= startTime && record->GetTimeStamp() < endTime) { in GetAudioRecords()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_location_info_impl.cpp | 54 int64_t ArkLocationInfoImpl::GetTimeStamp() in GetTimeStamp() function in OHOS::ArkWeb::ArkLocationInfoImpl 56 return real_->GetTimeStamp(); in GetTimeStamp()
|
H A D | ark_location_info_impl.h | 41 int64_t GetTimeStamp() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_location_info_wrapper.cpp | 52 int64_t ArkLocationInfoWrapper::GetTimeStamp() in GetTimeStamp() function in OHOS::ArkWeb::ArkLocationInfoWrapper 54 return ctocpp_->GetTimeStamp(); in GetTimeStamp()
|
H A D | ark_location_info_wrapper.h | 41 int64_t GetTimeStamp() override;
|
/ohos5.0/base/msdp/device_status/services/native/src/ |
H A D | devicestatus_dumper.cpp | 153 GetTimeStamp(startTime); in DumpDeviceStatusSubscriber() 173 GetTimeStamp(startTime); in DumpDeviceStatusChanges() 192 GetTimeStamp(startTime); in DumpDeviceStatusCurrentStatus() 276 GetTimeStamp(appInfo->startTime); in SaveAppInfo() 325 GetTimeStamp(record->startTime); in PushDeviceStatus()
|
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/ |
H A D | watchdog_inner_test.cpp | 299 int64_t ret1 = GetTimeStamp(); 365 bool ret = WatchdogInner::GetInstance().CheckEventTimer(GetTimeStamp()); 399 WatchdogInner::GetInstance().timeContent_.reportBegin = GetTimeStamp(); 400 WatchdogInner::GetInstance().timeContent_.reportEnd = GetTimeStamp(); 402 WatchdogInner::GetInstance().timeContent_.curBegin = GetTimeStamp(); 403 WatchdogInner::GetInstance().timeContent_.curEnd = GetTimeStamp();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | multiple_click_recognizer.cpp | 37 lastClickTimeStamp_ = event.GetTimeStamp(); in Start() 57 TimeStamp clickTimeStamp = event.GetTimeStamp(); in IsValidClick()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_click_function.cpp | 48 …obj->SetProperty<double>("timestamp", static_cast<double>(info.GetTimeStamp().time_since_epoch().c… in Execute() 82 …obj->SetProperty<double>("timestamp", static_cast<double>(info.GetTimeStamp().time_since_epoch().c… in Execute() 119 …obj->SetProperty<double>("timestamp", static_cast<double>(info.GetTimeStamp().time_since_epoch().c… in Execute() 165 …obj->SetProperty<double>("timestamp", static_cast<double>(info.GetTimeStamp().time_since_epoch().c… in Execute() 199 …obj->SetProperty<double>("timestamp", static_cast<double>(info.GetTimeStamp().time_since_epoch().c… in Execute() 236 …obj->SetProperty<double>("timestamp", static_cast<double>(info.GetTimeStamp().time_since_epoch().c… in Execute()
|
H A D | js_hover_function.cpp | 32 "timestamp", static_cast<double>(hoverInfo.GetTimeStamp().time_since_epoch().count())); in HoverExecute() 56 "timestamp", static_cast<double>(hoverInfo.GetTimeStamp().time_since_epoch().count())); in AccessibilityHoverExecute()
|
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | bluetooth_scan_info.h | 40 SetTimeStamp(bluetoothScanInfo.GetTimeStamp()); in BluetoothScanInfo() 75 inline int64_t GetTimeStamp() const in GetTimeStamp() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_opp_transfer_information.cpp | 31 SetTimeStamp(other.GetTimeStamp()); in BluetoothIOppTransferInformation() 64 if (!parcel.WriteInt64(GetTimeStamp())) { in WriteToParcel()
|
/ohos5.0/base/location/frameworks/base_module/source/ |
H A D | location.cpp | 59 timeStamp_ = location.GetTimeStamp(); in Location() 195 this->GetTimeStamp() == location->GetTimeStamp() && in LocationEqual()
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | async_call.cpp | 28 static inline uint64_t GetTimeStamp() in GetTimeStamp() function 220 : env(env), work(work), name(name), startTime(GetTimeStamp()) in InnerTask() 226 auto endTime = GetTimeStamp(); in ~InnerTask()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | multi_fingers_recognizer.cpp | 48 if (maxTimeStamp <= point.second.GetTimeStamp().time_since_epoch().count() in UpdateFingerListInfo() 51 maxTimeStamp = point.second.GetTimeStamp().time_since_epoch().count(); in UpdateFingerListInfo()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/feedingsmoother/base/ |
H A D | ifeedable_data.h | 24 virtual int64_t GetTimeStamp() = 0;
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | ace_version.h | 39 static const char *GetTimeStamp() in GetTimeStamp() function
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/events/ |
H A D | event.h | 92 const TimeType& GetTimeStamp() const in GetTimeStamp() function
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/opp/ |
H A D | opp_test.cpp | 105 (information.GetTimeStamp() != transferInformation.GetTimeStamp()) || in CompareTransferInformation()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/test/common/moduletest/ |
H A D | faultlogger_native_interface_test.cpp | 154 static_cast<int32_t>(info->GetTimeStamp())); 292 ret &= info->GetTimeStamp() == ts;
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/targets/ |
H A D | platform_adapter.cpp | 36 HILOG_DEBUG(HILOG_MODULE_ACE, "ACELite build stamp: %{public}s", ACEVersion::GetTimeStamp()); in PrintVersionTrace()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | version_module.cpp | 55 const char * const stampStr = ACEVersion::GetTimeStamp(); in GetACEBuildStamp()
|