Home
last modified time | relevance | path

Searched refs:SetTimeInterval (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/base/location/test/location_locator/source/
H A Dwork_record_test.cpp84 requestConfig->SetTimeInterval(0);
122 requestConfig->SetTimeInterval(1);
155 requestConfig->SetTimeInterval(1);
189 requestConfig->SetTimeInterval(1);
209 requestConfig->SetTimeInterval(0);
241 requestConfig->SetTimeInterval(0);
H A Dreport_manager_test.cpp290 requestConfig->SetTimeInterval(i);
458 requestConfig->SetTimeInterval(1);
503 requestConfig->SetTimeInterval(1);
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_location_request_config_wrapper.cpp40 void ArkLocationRequestConfigWrapper::SetTimeInterval(int32_t timeInterval) in SetTimeInterval() function in OHOS::ArkWeb::ArkLocationRequestConfigWrapper
42 ctocpp_->SetTimeInterval(timeInterval); in SetTimeInterval()
H A Dark_location_request_config_wrapper.h37 void SetTimeInterval(int32_t timeInterval) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_location_request_config_impl.cpp46 void ArkLocationRequestConfigImpl::SetTimeInterval(int32_t timeInterval) in SetTimeInterval() function in OHOS::ArkWeb::ArkLocationRequestConfigImpl
48 real_->SetTimeInterval(timeInterval); in SetTimeInterval()
H A Dark_location_request_config_impl.h37 void SetTimeInterval(int32_t timeInterval) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_alarm_test.cpp187 ret->SetTimeInterval(1);
209 ret->SetTimeInterval(1);
231 ret->SetTimeInterval(0);
253 rrc->SetTimeInterval(1);
496 ret->SetTimeInterval(1);
518 reminderRequestAlarm->SetTimeInterval(1);
H A Dreminder_request_calendar_test.cpp681 rrc->SetTimeInterval(0);
730 rrc->SetTimeInterval(1);
768 rrc->SetTimeInterval(1);
818 reminderRequest->SetTimeInterval(1);
861 rrc->SetTimeInterval(1);
912 rrc->SetTimeInterval(1);
H A Dreminder_request_test.cpp346 rrc->SetTimeInterval(-1);
348 rrc->SetTimeInterval(0);
350 rrc->SetTimeInterval(1);
354 rrc->SetTimeInterval(timeInterval);
357 rrc->SetTimeInterval(timeInterval);
713 rrc->SetTimeInterval(100);
1510 rrc->SetTimeInterval(1);
/ohos5.0/base/web/webview/ohos_adapter/location_adapter/src/
H A Dlocation_proxy_adapter_impl.cpp124 void LocationRequestConfigImpl::SetTimeInterval(int32_t timeInterval) in SetTimeInterval() function in OHOS::NWeb::LocationRequestConfigImpl
129 config_->SetTimeInterval(timeInterval); in SetTimeInterval()
H A Dlocation_proxy_adapter_mock.cpp62 void LocationRequestConfigImpl::SetTimeInterval(int32_t timeInterval) {} in SetTimeInterval() function in OHOS::NWeb::LocationRequestConfigImpl
/ohos5.0/base/location/interfaces/inner_api/include/
H A Drequest_config.h55 inline void SetTimeInterval(int timeInterval) in SetTimeInterval() function
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_location_adapter.h41 virtual void SetTimeInterval(int32_t timeInterval) = 0;
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
H A Dlocation_proxy_adapter_test.cpp110 requestConfigImpl->SetTimeInterval(0);
140 requestConfigImpl->SetTimeInterval(0);
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannex_fuzzer/
H A Dreminderrequestannex_fuzzer.cpp32 reminderRequest.SetTimeInterval(timeIntervalInSeconds); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dlocation_adapter.h55 virtual void SetTimeInterval(int32_t timeInterval) = 0;
/ohos5.0/base/location/test/fuzztest/locator/locatorbackgroundproxy_fuzzer/
H A Dlocatorbackgroundproxy_fuzzer.cpp45 requestConfig->SetTimeInterval(data[index++]); in LocatorBackgroundProxyFuzzerTest()
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dself_request_manager.cpp46 requestConfig.SetTimeInterval(1); in SelfRequestManager()
H A Dwork_record.cpp44 requestConfig->SetTimeInterval(timeInterval); in ReadFromParcel()
/ohos5.0/base/web/webview/ohos_adapter/location_adapter/include/
H A Dlocation_proxy_adapter_impl.h39 void SetTimeInterval(int32_t timeInterval) override;
/ohos5.0/base/location/test/location_network/source/
H A Dnetwork_ability_test.cpp140 requestConfig->SetTimeInterval(i);
544 requestConfig->SetTimeInterval(0);
568 requestConfig->SetTimeInterval(0);
/ohos5.0/base/location/frameworks/native/location_ndk/source/
H A Dlocator_c_impl.cpp74 requestConfigV9->SetTimeInterval(requestConfig->timeInterval_); in OH_Location_StartLocating()
/ohos5.0/base/location/test/location_passive/source/
H A Dpassive_ability_test.cpp112 requestConfig->SetTimeInterval(i);
/ohos5.0/base/telephony/call_manager/services/call_earthquake_alarm/src/
H A Dcall_earthquake_alarm_locator.cpp81 this->requestConfig->SetTimeInterval(TIMER_INTERVAL); in SetValue()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store_strategy.cpp87 reminder->SetTimeInterval(timeInterval); in RecoverTimeFromOldVersion()
236 reminder->SetTimeInterval(timeInterval); in RecoverTimeFromDb()

12