/aosp_15_r20/packages/modules/Connectivity/framework-t/src/android/net/nsd/ |
D | AdvertisingRequest.java | 51 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/ |
D | INsdResolveServiceCallback.java | 16 …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/ |
D | SubscribeConfig.java | 194 * @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()
|
D | PublishConfig.java | 184 * @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()
|
D | Config.java | 123 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/ |
D | NsdPublisher.java | 623 int ttlSeconds = 10; in onServiceUpdated() local 633 ttlSeconds); in onServiceUpdated() local
|
/aosp_15_r20/external/grpc-grpc/tools/run_tests/performance/templates/ |
H A D | loadtest_template_prebuilt_cxx_experiments.yaml | 55 ttlSeconds: 86400
|
H A D | loadtest_template_prebuilt_all_languages.yaml | 282 ttlSeconds: 86400
|
H A D | loadtest_template_psm_proxyless_prebuilt_all_languages.yaml | 341 ttlSeconds: 86400
|
H A D | loadtest_template_psm_proxied_prebuilt_all_languages.yaml | 373 ttlSeconds: 86400
|
H A D | loadtest_template_basic_all_languages.yaml | 432 ttlSeconds: 86400
|
H A D | loadtest_template_psm_proxied_basic_all_languages.yaml | 492 ttlSeconds: 86400
|
H A D | loadtest_template_psm_proxyless_basic_all_languages.yaml | 457 ttlSeconds: 86400
|
/aosp_15_r20/external/ot-br-posix/src/android/aidl/com/android/server/thread/openthread/ |
H A D | INsdResolveServiceCallback.aidl | 36 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 D | release-to-maven.yml | 37 …-DstagingProgressTimeoutMinutes=30 -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wago…
|
/aosp_15_r20/packages/modules/Connectivity/service-t/src/com/android/server/ |
D | NsdService.java | 783 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/ |
D | loadtest_template_prebuilt_all_languages.yaml | 282 ttlSeconds: 86400
|
D | loadtest_template_psm_proxyless_prebuilt_all_languages.yaml | 341 ttlSeconds: 86400
|
D | loadtest_template_psm_proxied_prebuilt_all_languages.yaml | 373 ttlSeconds: 86400
|
D | loadtest_template_basic_all_languages.yaml | 432 ttlSeconds: 86400
|
D | loadtest_template_psm_proxied_basic_all_languages.yaml | 492 ttlSeconds: 86400
|
D | loadtest_template_psm_proxyless_basic_all_languages.yaml | 457 ttlSeconds: 86400
|
/aosp_15_r20/external/grpc-grpc/tools/run_tests/performance/ |
H A D | loadtest_template.py | 174 spec["ttlSeconds"] = "${ttl_seconds}"
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/performance/ |
D | loadtest_template.py | 163 spec['ttlSeconds'] = '${ttl_seconds}'
|
D | README.md | 266 - `--inject_ttl_seconds`<br> If this option is set, `spec.ttlSeconds` is set to
|