Home
last modified time | relevance | path

Searched refs:timeInterval_ (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/location/frameworks/base_module/source/
H A Drequest_config.cpp28 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 Dwork_record.cpp72 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 Dlocator_background_proxy.cpp70 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 Dlocator_required_data_manager.cpp378 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 Drequest_config.h52 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 Daudio_capture_ext_impl.cpp316 ….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 Daudio_render_ext_impl.cpp434 ….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 Dlocator_c_impl.h27 int32_t timeInterval_ = 1; // no time interval limit for reporting location member
/ohos5.0/base/location/frameworks/native/location_ndk/source/
H A Dlocator_c_impl.cpp74 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 Dwork_record.h60 std::vector<int> timeInterval_; variable
H A Dlocator_background_proxy.h106 int timeInterval_; variable
H A Dlocator_required_data_manager.h213 int timeInterval_ = 0;
/ohos5.0/base/location/test/location_locator/source/
H A Dwork_record_test.cpp285 workrecord->timeInterval_.clear();
286 workrecord->timeInterval_.push_back(0);
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_capture_ext_impl.h91 uint32_t timeInterval_ = AUDIO_MMAP_NOIRQ_INTERVAL; variable
H A Daudio_render_ext_impl.h108 uint32_t timeInterval_ = AUDIO_MMAP_NOIRQ_INTERVAL; variable