Home
last modified time | relevance | path

Searched full:ttlseconds (Results 1 – 25 of 70) sorted by relevance

123

/aosp_15_r20/packages/modules/Connectivity/framework-t/src/android/net/nsd/
DAdvertisingRequest.java51 final long ttlSeconds = in.readLong();
52 final Duration ttl = ttlSeconds < 0 ? null : Duration.ofSeconds(ttlSeconds);
225 final long ttlSeconds = ttl.getSeconds(); in setTtl() local
226 if (ttlSeconds < 0 || ttlSeconds > 0xffffffffL) { in setTtl()
228 "ttlSeconds exceeds the allowed range (value = " + ttlSeconds in setTtl()
231 mTtl = Duration.ofSeconds(ttlSeconds); in setTtl()
/aosp_15_r20/out/soong/.intermediates/external/ot-br-posix/src/android/aidl/ot-daemon-aidl-java-source/gen/com/android/server/thread/openthread/
DINsdResolveServiceCallback.java16 …il.List<com.android.server.thread.openthread.DnsTxtAttribute> txt, int ttlSeconds) throws android.… in onServiceResolved() argument
107 …il.List<com.android.server.thread.openthread.DnsTxtAttribute> txt, int ttlSeconds) throws android.… in onServiceResolved() argument
119 _data.writeInt(ttlSeconds); in onServiceResolved()
131 …il.List<com.android.server.thread.openthread.DnsTxtAttribute> txt, int ttlSeconds) throws android.… in onServiceResolved() argument
/aosp_15_r20/packages/modules/Wifi/framework/java/android/net/wifi/usd/
DSubscribeConfig.java194 * @param ttlSeconds Time to live in seconds. Value 0 indicating the session does not
199 public Builder setTtlSeconds(@IntRange(from = 0) int ttlSeconds) { in setTtlSeconds()
200 if (ttlSeconds < 0) { in setTtlSeconds()
203 mTtlSeconds = ttlSeconds; in setTtlSeconds()
DPublishConfig.java184 * @param ttlSeconds Time to live in seconds. Value 0 indicating the session does not
189 public Builder setTtlSeconds(@IntRange(from = 0) int ttlSeconds) { in setTtlSeconds()
190 if (ttlSeconds < 0) { in setTtlSeconds()
193 mTtlSeconds = ttlSeconds; in setTtlSeconds()
DConfig.java123 public Config(@NonNull byte[] serviceName, int ttlSeconds, int serviceProtoType, in Config() argument
127 mTtlSeconds = ttlSeconds; in Config()
/aosp_15_r20/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DNsdPublisher.java623 int ttlSeconds = 10; in onServiceUpdated() local
633 ttlSeconds); in onServiceUpdated() local
/aosp_15_r20/external/grpc-grpc/tools/run_tests/performance/templates/
H A Dloadtest_template_prebuilt_cxx_experiments.yaml55 ttlSeconds: 86400
H A Dloadtest_template_prebuilt_all_languages.yaml282 ttlSeconds: 86400
H A Dloadtest_template_psm_proxyless_prebuilt_all_languages.yaml341 ttlSeconds: 86400
H A Dloadtest_template_psm_proxied_prebuilt_all_languages.yaml373 ttlSeconds: 86400
H A Dloadtest_template_basic_all_languages.yaml432 ttlSeconds: 86400
H A Dloadtest_template_psm_proxied_basic_all_languages.yaml492 ttlSeconds: 86400
H A Dloadtest_template_psm_proxyless_basic_all_languages.yaml457 ttlSeconds: 86400
/aosp_15_r20/external/ot-br-posix/src/android/aidl/com/android/server/thread/openthread/
H A DINsdResolveServiceCallback.aidl36 int port, in List<String> addresses, in List<DnsTxtAttribute> txt, int ttlSeconds); in onServiceResolved() argument
/aosp_15_r20/external/aws-sdk-java-v2/buildspecs/
H A Drelease-to-maven.yml37 …-DstagingProgressTimeoutMinutes=30 -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wago…
/aosp_15_r20/packages/modules/Connectivity/service-t/src/com/android/server/
DNsdService.java783 final long ttlSeconds = ttl.toSeconds(); in checkTtl() local
795 if (ttlSeconds < minTtlSeconds || ttlSeconds > maxTtlSeconds) { in checkTtl()
796 mServiceLogs.e("ttlSeconds exceeds allowed range (value = " in checkTtl()
797 + ttlSeconds + ", allowedRange = [" + minTtlSeconds in checkTtl()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/performance/templates/
Dloadtest_template_prebuilt_all_languages.yaml282 ttlSeconds: 86400
Dloadtest_template_psm_proxyless_prebuilt_all_languages.yaml341 ttlSeconds: 86400
Dloadtest_template_psm_proxied_prebuilt_all_languages.yaml373 ttlSeconds: 86400
Dloadtest_template_basic_all_languages.yaml432 ttlSeconds: 86400
Dloadtest_template_psm_proxied_basic_all_languages.yaml492 ttlSeconds: 86400
Dloadtest_template_psm_proxyless_basic_all_languages.yaml457 ttlSeconds: 86400
/aosp_15_r20/external/grpc-grpc/tools/run_tests/performance/
H A Dloadtest_template.py174 spec["ttlSeconds"] = "${ttl_seconds}"
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/performance/
Dloadtest_template.py163 spec['ttlSeconds'] = '${ttl_seconds}'
DREADME.md266 - `--inject_ttl_seconds`<br> If this option is set, `spec.ttlSeconds` is set to

123