Home
last modified time | relevance | path

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

12

/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;
/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;
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_alarm_test.cpp187 ret->SetTimeInterval(1); in HWTEST_F()
209 ret->SetTimeInterval(1); in HWTEST_F()
231 ret->SetTimeInterval(0); in HWTEST_F()
253 rrc->SetTimeInterval(1); in HWTEST_F()
496 ret->SetTimeInterval(1); in HWTEST_F()
518 reminderRequestAlarm->SetTimeInterval(1); in HWTEST_F()
H A Dreminder_request_test.cpp338 * @tc.desc: Test SetTimeInterval parameters.
346 rrc->SetTimeInterval(-1); in HWTEST_F()
348 rrc->SetTimeInterval(0); in HWTEST_F()
350 rrc->SetTimeInterval(1); in HWTEST_F()
354 rrc->SetTimeInterval(timeInterval); in HWTEST_F()
357 rrc->SetTimeInterval(timeInterval); in HWTEST_F()
713 rrc->SetTimeInterval(100); in HWTEST_F()
1510 rrc->SetTimeInterval(1); in HWTEST_F()
H A Dreminder_request_calendar_test.cpp681 rrc->SetTimeInterval(0); in HWTEST_F()
730 rrc->SetTimeInterval(1); in HWTEST_F()
768 rrc->SetTimeInterval(1); in HWTEST_F()
818 reminderRequest->SetTimeInterval(1); in HWTEST_F()
861 rrc->SetTimeInterval(1); in HWTEST_F()
912 rrc->SetTimeInterval(1); in HWTEST_F()
/base/location/test/location_locator/source/
H A Dwork_record_test.cpp84 requestConfig->SetTimeInterval(0); in HWTEST_F()
122 requestConfig->SetTimeInterval(1); in HWTEST_F()
155 requestConfig->SetTimeInterval(1); in HWTEST_F()
189 requestConfig->SetTimeInterval(1); in HWTEST_F()
209 requestConfig->SetTimeInterval(0); in HWTEST_F()
241 requestConfig->SetTimeInterval(0); in HWTEST_F()
H A Dreport_manager_test.cpp290 requestConfig->SetTimeInterval(i); in HWTEST_F()
458 requestConfig->SetTimeInterval(1); in HWTEST_F()
503 requestConfig->SetTimeInterval(1); in HWTEST_F()
/base/location/interfaces/inner_api/include/
H A Drequest_config.h55 inline void SetTimeInterval(int timeInterval) in SetTimeInterval() function in OHOS::Location::RequestConfig
/base/location/test/fuzztest/locator/locatorbackgroundproxy_fuzzer/
H A Dlocatorbackgroundproxy_fuzzer.cpp45 requestConfig->SetTimeInterval(data[index++]); in LocatorBackgroundProxyFuzzerTest()
/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannex_fuzzer/
H A Dreminderrequestannex_fuzzer.cpp32 reminderRequest.SetTimeInterval(timeIntervalInSeconds); in DoSomethingInterestingWithMyAPI()
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dlocation_adapter.h55 virtual void SetTimeInterval(int32_t timeInterval) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_location_adapter.h41 virtual void SetTimeInterval(int32_t timeInterval) = 0;
/base/web/webview/ohos_adapter/location_adapter/src/
H A Dlocation_proxy_adapter_mock.cpp62 void LocationRequestConfigImpl::SetTimeInterval(int32_t timeInterval) {} in SetTimeInterval() function in OHOS::NWeb::LocationRequestConfigImpl
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()
/base/location/frameworks/cj/source/
H A Dgeolocationmanager_utils.cpp222 requestConfig->SetTimeInterval(1); in CJLocationRequestToRequestConfig()
224 requestConfig->SetTimeInterval(request.timeInterval); in CJLocationRequestToRequestConfig()
235 requestConfig->SetTimeInterval(1); in CJContinuousLocationRequestToRequestConfig()
237 requestConfig->SetTimeInterval(request.interval); in CJContinuousLocationRequestToRequestConfig()
/base/web/webview/ohos_adapter/location_adapter/include/
H A Dlocation_proxy_adapter_impl.h39 void SetTimeInterval(int32_t timeInterval) override;
/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
H A Dlocation_proxy_adapter_test.cpp110 requestConfigImpl->SetTimeInterval(0); in HWTEST_F()
140 requestConfigImpl->SetTimeInterval(0); in HWTEST_F()
/base/location/test/location_network/source/
H A Dnetwork_ability_test.cpp140 requestConfig->SetTimeInterval(i); in HWTEST_F()
544 requestConfig->SetTimeInterval(0); in HWTEST_F()
568 requestConfig->SetTimeInterval(0); in HWTEST_F()
/base/location/frameworks/native/location_ndk/source/
H A Dlocator_c_impl.cpp74 requestConfigV9->SetTimeInterval(requestConfig->timeInterval_); in OH_Location_StartLocating()
/base/location/services/location_locator/locator/source/
H A Dwork_record.cpp44 requestConfig->SetTimeInterval(timeInterval); in ReadFromParcel()
H A Dlocator_background_proxy.cpp76 requestConfig->SetTimeInterval(timeInterval_); in LocatorBackgroundProxy()
/base/location/test/location_passive/source/
H A Dpassive_ability_test.cpp112 requestConfig->SetTimeInterval(i); in HWTEST_F()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h741 ReminderRequest& SetTimeInterval(const uint64_t timeIntervalInSeconds);

Completed in 17 milliseconds

12