/ohos5.0/base/location/frameworks/base_module/source/ |
H A D | request_config.cpp | 28 timeInterval_ = 1; // no time interval limit for reporting location in RequestConfig() 39 timeInterval_ = 1; // no time interval limit for reporting location in RequestConfig() 51 timeInterval_ = requestConfig.GetTimeInterval(); in Set() 74 timeInterval_ = parcel.ReadInt32(); in ReadFromParcel() 92 parcel.WriteInt32(timeInterval_) && in Marshalling() 103 ", timeInterval : " + std::to_string(timeInterval_) + in ToString()
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | work_record.cpp | 72 parcel.WriteInt32(timeInterval_[i]); in Marshalling() 110 result += std::to_string(timeInterval_[i]); in ToString() 151 return timeInterval_[index]; in GetTimeInterval() 194 timeInterval_.push_back(request->GetRequestConfig()->GetTimeInterval()); in Add() 207 timeInterval_.push_back(workRecord.GetTimeInterval(index)); in Add() 234 timeInterval_.erase(timeInterval_.begin() + i); in Remove() 259 timeInterval_.erase(timeInterval_.begin() + i); in Remove() 304 std::vector<int>().swap(timeInterval_); in Clear()
|
H A D | locator_background_proxy.cpp | 70 requestConfig->SetTimeInterval(timeInterval_); in LocatorBackgroundProxy() 99 timeInterval_ = DEFAULT_TIME_INTERVAL; in InitArgsFromProp() 130 std::this_thread::sleep_for(std::chrono::seconds(timeInterval_)); in StartLocatorThread()
|
H A D | locator_required_data_manager.cpp | 378 LBSLOGD(LOCATOR, "StartWifiScan timeInterval_=%{public}d", timeInterval_); in StartWifiScan() 380 scanHandler_->SendHighPriorityEvent(EVENT_START_SCAN, 0, timeInterval_); in StartWifiScan()
|
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | request_config.h | 52 return timeInterval_; in GetTimeInterval() 57 timeInterval_ = timeInterval; in SetTimeInterval() 118 int timeInterval_; /* Units are seconds */ variable
|
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/ |
H A D | audio_capture_ext_impl.cpp | 316 ….transferFrameSize = static_cast<int32_t>(CalculateSampleNum(devAttrs_.sampleRate, timeInterval_)); in ReqMmapBuffer() 386 timeInterval_ = AUDIO_MMAP_NOIRQ_INTERVAL; in SetAttrs() 388 timeInterval_ = AUDIO_MMAP_VOIP_INTERVAL; in SetAttrs() 390 …Size = CalculateFrameSize(attrs.sampleRate, attrs.channelCount, attrs.format, timeInterval_, true); in SetAttrs()
|
H A D | audio_render_ext_impl.cpp | 434 ….transferFrameSize = static_cast<int32_t>(CalculateSampleNum(devAttrs_.sampleRate, timeInterval_)); in ReqMmapBuffer() 535 timeInterval_ = AUDIO_MMAP_NOIRQ_INTERVAL; in SetAttrs() 537 timeInterval_ = AUDIO_MMAP_VOIP_INTERVAL; in SetAttrs() 539 …Size = CalculateFrameSize(attrs.sampleRate, attrs.channelCount, attrs.format, timeInterval_, true); in SetAttrs()
|
/ohos5.0/base/location/frameworks/native/location_ndk/include/ |
H A D | locator_c_impl.h | 27 int32_t timeInterval_ = 1; // no time interval limit for reporting location member
|
/ohos5.0/base/location/frameworks/native/location_ndk/source/ |
H A D | locator_c_impl.cpp | 74 requestConfigV9->SetTimeInterval(requestConfig->timeInterval_); in OH_Location_StartLocating() 206 requestConfig->timeInterval_ = interval; in OH_LocationRequestConfig_SetInterval()
|
/ohos5.0/base/location/services/location_locator/locator/include/ |
H A D | work_record.h | 60 std::vector<int> timeInterval_; variable
|
H A D | locator_background_proxy.h | 106 int timeInterval_; variable
|
H A D | locator_required_data_manager.h | 213 int timeInterval_ = 0;
|
/ohos5.0/base/location/test/location_locator/source/ |
H A D | work_record_test.cpp | 285 workrecord->timeInterval_.clear(); 286 workrecord->timeInterval_.push_back(0);
|
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/ |
H A D | audio_capture_ext_impl.h | 91 uint32_t timeInterval_ = AUDIO_MMAP_NOIRQ_INTERVAL; variable
|
H A D | audio_render_ext_impl.h | 108 uint32_t timeInterval_ = AUDIO_MMAP_NOIRQ_INTERVAL; variable
|