/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | reminder_request_alarm_test.cpp | 187 ret->SetTimeInterval(1); 209 ret->SetTimeInterval(1); 231 ret->SetTimeInterval(0); 253 rrc->SetTimeInterval(1); 498 ret->SetTimeInterval(1); 520 rrc->SetTimeInterval(1);
|
D | reminder_request_calendar_test.cpp | 649 rrc->SetTimeInterval(0); 696 rrc->SetTimeInterval(1); 730 rrc->SetTimeInterval(1); 774 rrc->SetTimeInterval(1); 813 rrc->SetTimeInterval(1);
|
D | reminder_request_test.cpp | 343 rrc->SetTimeInterval(-1); 345 rrc->SetTimeInterval(0); 347 rrc->SetTimeInterval(1); 351 rrc->SetTimeInterval(timeInterval); 354 rrc->SetTimeInterval(timeInterval); 712 rrc->SetTimeInterval(100); 1515 rrc->SetTimeInterval(1);
|
/base/location/interfaces/inner_api/include/ |
D | request_config.h | 55 inline void SetTimeInterval(int timeInterval) in SetTimeInterval() function
|
/base/web/webview/ohos_adapter/interfaces/ |
D | location_adapter.h | 54 virtual void SetTimeInterval(int32_t timeInterval) = 0;
|
/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannex_fuzzer/ |
D | reminderrequestannex_fuzzer.cpp | 32 reminderRequest.SetTimeInterval(timeIntervalInSeconds); in DoSomethingInterestingWithMyAPI()
|
/base/location/test/fuzztest/locator/locatorbackgroundproxy_fuzzer/ |
D | locatorbackgroundproxy_fuzzer.cpp | 45 requestConfig->SetTimeInterval(data[index++]); in LocatorBackgroundProxyFuzzerTest()
|
/base/web/webview/ohos_adapter/location_adapter/src/ |
D | location_proxy_adapter_impl.cpp | 138 void LocationRequestConfigImpl::SetTimeInterval(int32_t timeInterval) in SetTimeInterval() function in OHOS::NWeb::LocationRequestConfigImpl 143 config_->SetTimeInterval(timeInterval); in SetTimeInterval()
|
/base/web/webview/ohos_adapter/location_adapter/include/ |
D | location_proxy_adapter_impl.h | 37 void SetTimeInterval(int32_t timeInterval) override;
|
/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/ |
D | location_proxy_adapter_test.cpp | 110 requestConfigImpl->SetTimeInterval(0); 140 requestConfigImpl->SetTimeInterval(0);
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | reminder_request.h | 545 ReminderRequest& SetTimeInterval(const uint64_t timeIntervalInSeconds);
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
D | reminder_common.cpp | 250 reminder->SetTimeInterval(0); in GenReminder() 253 reminder->SetTimeInterval(timeInterval); in GenReminder()
|
/base/location/test/location_locator/source/ |
D | report_manager_test.cpp | 305 requestConfig->SetTimeInterval(1);
|
/base/location/services/location_locator/locator/source/ |
D | locator_background_proxy.cpp | 50 requestConfig->SetTimeInterval(timeInterval_); in LocatorBackgroundProxy()
|
/base/location/test/fuzztest/locator/locator_fuzzer/ |
D | locator_fuzzer.cpp | 81 requestConfig->SetTimeInterval(data[index++]); in TestStartLocating()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | reminder_request.cpp | 517 SetTimeInterval(timeIntervalInSecond); in RecoverFromDb() 704 ReminderRequest& ReminderRequest::SetTimeInterval(const uint64_t timeIntervalInSeconds) in SetTimeInterval() function in OHOS::Notification::ReminderRequest
|
/base/location/test/location_common/source/ |
D | location_common_test.cpp | 366 requestConfigForSet1.SetTimeInterval(3);
|
/base/location/frameworks/native/source/ |
D | napi_util.cpp | 253 requestConfig->SetTimeInterval(value); in JsObjToLocationRequest()
|