/ohos5.0/base/location/test/location_locator/source/ |
H A D | work_record_test.cpp | 84 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 D | report_manager_test.cpp | 290 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 D | ark_location_request_config_wrapper.cpp | 40 void ArkLocationRequestConfigWrapper::SetTimeInterval(int32_t timeInterval) in SetTimeInterval() function in OHOS::ArkWeb::ArkLocationRequestConfigWrapper 42 ctocpp_->SetTimeInterval(timeInterval); in SetTimeInterval()
|
H A D | ark_location_request_config_wrapper.h | 37 void SetTimeInterval(int32_t timeInterval) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_location_request_config_impl.cpp | 46 void ArkLocationRequestConfigImpl::SetTimeInterval(int32_t timeInterval) in SetTimeInterval() function in OHOS::ArkWeb::ArkLocationRequestConfigImpl 48 real_->SetTimeInterval(timeInterval); in SetTimeInterval()
|
H A D | ark_location_request_config_impl.h | 37 void SetTimeInterval(int32_t timeInterval) override;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | reminder_request_alarm_test.cpp | 187 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 D | reminder_request_calendar_test.cpp | 681 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 D | reminder_request_test.cpp | 346 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 D | location_proxy_adapter_impl.cpp | 124 void LocationRequestConfigImpl::SetTimeInterval(int32_t timeInterval) in SetTimeInterval() function in OHOS::NWeb::LocationRequestConfigImpl 129 config_->SetTimeInterval(timeInterval); in SetTimeInterval()
|
H A D | location_proxy_adapter_mock.cpp | 62 void LocationRequestConfigImpl::SetTimeInterval(int32_t timeInterval) {} in SetTimeInterval() function in OHOS::NWeb::LocationRequestConfigImpl
|
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | request_config.h | 55 inline void SetTimeInterval(int timeInterval) in SetTimeInterval() function
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_location_adapter.h | 41 virtual void SetTimeInterval(int32_t timeInterval) = 0;
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/ |
H A D | location_proxy_adapter_test.cpp | 110 requestConfigImpl->SetTimeInterval(0); 140 requestConfigImpl->SetTimeInterval(0);
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannex_fuzzer/ |
H A D | reminderrequestannex_fuzzer.cpp | 32 reminderRequest.SetTimeInterval(timeIntervalInSeconds); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | location_adapter.h | 55 virtual void SetTimeInterval(int32_t timeInterval) = 0;
|
/ohos5.0/base/location/test/fuzztest/locator/locatorbackgroundproxy_fuzzer/ |
H A D | locatorbackgroundproxy_fuzzer.cpp | 45 requestConfig->SetTimeInterval(data[index++]); in LocatorBackgroundProxyFuzzerTest()
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | self_request_manager.cpp | 46 requestConfig.SetTimeInterval(1); in SelfRequestManager()
|
H A D | work_record.cpp | 44 requestConfig->SetTimeInterval(timeInterval); in ReadFromParcel()
|
/ohos5.0/base/web/webview/ohos_adapter/location_adapter/include/ |
H A D | location_proxy_adapter_impl.h | 39 void SetTimeInterval(int32_t timeInterval) override;
|
/ohos5.0/base/location/test/location_network/source/ |
H A D | network_ability_test.cpp | 140 requestConfig->SetTimeInterval(i); 544 requestConfig->SetTimeInterval(0); 568 requestConfig->SetTimeInterval(0);
|
/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()
|
/ohos5.0/base/location/test/location_passive/source/ |
H A D | passive_ability_test.cpp | 112 requestConfig->SetTimeInterval(i);
|
/ohos5.0/base/telephony/call_manager/services/call_earthquake_alarm/src/ |
H A D | call_earthquake_alarm_locator.cpp | 81 this->requestConfig->SetTimeInterval(TIMER_INTERVAL); in SetValue()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_store_strategy.cpp | 87 reminder->SetTimeInterval(timeInterval); in RecoverTimeFromOldVersion() 236 reminder->SetTimeInterval(timeInterval); in RecoverTimeFromDb()
|