/aosp_15_r20/external/google-cloud-java/java-memcache/grpc-google-cloud-memcache-v1/src/main/java/com/google/cloud/memcache/v1/ |
H A D | CloudMemcacheGrpc.java | 24 * Configures and manages Cloud Memorystore for Memcached instances. 25 * The `memcache.googleapis.com` service implements the Google Cloud Memorystore 27 * Memorystore Memcached (also called Memcached below) instances: 446 * Configures and manages Cloud Memorystore for Memcached instances. 447 * The `memcache.googleapis.com` service implements the Google Cloud Memorystore 449 * Memorystore Memcached (also called Memcached below) instances: 584 * Configures and manages Cloud Memorystore for Memcached instances. 585 * The `memcache.googleapis.com` service implements the Google Cloud Memorystore 587 * Memorystore Memcached (also called Memcached below) instances: 611 * Configures and manages Cloud Memorystore for Memcached instances. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-memcache/grpc-google-cloud-memcache-v1beta2/src/main/java/com/google/cloud/memcache/v1beta2/ |
H A D | CloudMemcacheGrpc.java | 24 * Configures and manages Cloud Memorystore for Memcached instances. 25 * The `memcache.googleapis.com` service implements the Google Cloud Memorystore 27 * Memorystore Memcached (also called Memcached below) instances: 507 * Configures and manages Cloud Memorystore for Memcached instances. 508 * The `memcache.googleapis.com` service implements the Google Cloud Memorystore 510 * Memorystore Memcached (also called Memcached below) instances: 659 * Configures and manages Cloud Memorystore for Memcached instances. 660 * The `memcache.googleapis.com` service implements the Google Cloud Memorystore 662 * Memorystore Memcached (also called Memcached below) instances: 686 * Configures and manages Cloud Memorystore for Memcached instances. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-redis/grpc-google-cloud-redis-v1beta1/src/main/java/com/google/cloud/redis/v1beta1/ |
H A D | CloudRedisGrpc.java | 24 * Configures and manages Cloud Memorystore for Redis instances 25 * Google Cloud Memorystore for Redis v1beta1 26 * The `redis.googleapis.com` service implements the Google Cloud Memorystore 578 * Configures and manages Cloud Memorystore for Redis instances 579 * Google Cloud Memorystore for Redis v1beta1 580 * The `redis.googleapis.com` service implements the Google Cloud Memorystore 740 * specific STANDARD tier Cloud Memorystore for Redis instance. 785 * Configures and manages Cloud Memorystore for Redis instances 786 * Google Cloud Memorystore for Redis v1beta1 787 * The `redis.googleapis.com` service implements the Google Cloud Memorystore [all …]
|
/aosp_15_r20/external/google-cloud-java/java-redis/grpc-google-cloud-redis-v1/src/main/java/com/google/cloud/redis/v1/ |
H A D | CloudRedisGrpc.java | 24 * Configures and manages Cloud Memorystore for Redis instances 25 * Google Cloud Memorystore for Redis v1 26 * The `redis.googleapis.com` service implements the Google Cloud Memorystore 563 * Configures and manages Cloud Memorystore for Redis instances 564 * Google Cloud Memorystore for Redis v1 565 * The `redis.googleapis.com` service implements the Google Cloud Memorystore 725 * specific STANDARD tier Cloud Memorystore for Redis instance. 770 * Configures and manages Cloud Memorystore for Redis instances 771 * Google Cloud Memorystore for Redis v1 772 * The `redis.googleapis.com` service implements the Google Cloud Memorystore [all …]
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiHealthMonitor.java | 39 import com.android.server.wifi.WifiScoreCard.MemoryStore; 116 private MemoryStore mMemoryStore; 199 public void installMemoryStoreSetUpDetectionAlarm(@NonNull MemoryStore memoryStore) { in installMemoryStoreSetUpDetectionAlarm() argument 201 mMemoryStore = memoryStore; in installMemoryStoreSetUpDetectionAlarm() 202 Log.i(TAG, "Installing MemoryStore"); in installMemoryStoreSetUpDetectionAlarm() 204 mMemoryStore = memoryStore; in installMemoryStoreSetUpDetectionAlarm() 205 Log.e(TAG, "Reinstalling MemoryStore"); in installMemoryStoreSetUpDetectionAlarm() 215 * During the on->off transition, issue MemoryStore write to save data. 229 * Issue MemoryStore write. This should be called from time to time 556 // This network is not in cache. Move it to cache and read it out from MemoryStore. in requestReadAllNetworks() [all …]
|
D | WifiScoreCard.java | 127 private MemoryStore mMemoryStore; 153 public interface MemoryStore { interface in WifiScoreCard 175 * even if the MemoryStore is not yet available. 183 public void installMemoryStore(@NonNull MemoryStore memoryStore) { in installMemoryStore() argument 184 Preconditions.checkNotNull(memoryStore); in installMemoryStore() 186 mMemoryStore = memoryStore; in installMemoryStore() 187 Log.i(TAG, "Installing MemoryStore"); in installMemoryStore() 190 mMemoryStore = memoryStore; in installMemoryStore() 191 Log.e(TAG, "Reinstalling MemoryStore"); in installMemoryStore() 2050 * A base class dealing with common operations of MemoryStore. [all …]
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiHealthMonitorTest.java | 93 WifiScoreCard.MemoryStore mMemoryStore; 374 // Install a placeholder memoryStore in makeSerializedExample() 390 // Install a real MemoryStore object, which records read requests in makeSwBuildChangeExample() 391 mWifiHealthMonitor.installMemoryStoreSetUpDetectionAlarm(new WifiScoreCard.MemoryStore() { in makeSwBuildChangeExample() 452 // Install a placeholder memoryStore in testSerializationDeserialization() 677 * Installing a MemoryStore after startup should issue reads. 691 * Installing a MemoryStore during startup should issue a proper number of reads. 705 * Installing a MemoryStore twice should not cause crash. 762 // Install a real MemoryStore object, which records read requests in testPostBootAbnormalScanDetection() 763 mWifiHealthMonitor.installMemoryStoreSetUpDetectionAlarm(new WifiScoreCard.MemoryStore() { in testPostBootAbnormalScanDetection()
|
/aosp_15_r20/external/google-cloud-java/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1beta2/ |
H A D | package-info.java | 18 * A client to Cloud Memorystore for Memcached API 24 * <p>Service Description: Configures and manages Cloud Memorystore for Memcached instances. 26 * <p>The `memcache.googleapis.com` service implements the Google Cloud Memorystore for Memcached 27 * API and defines the following resource model for managing Memorystore Memcached (also called
|
/aosp_15_r20/external/google-cloud-java/java-redis/google-cloud-redis/src/main/java/com/google/cloud/redis/v1beta1/ |
H A D | package-info.java | 18 * A client to Google Cloud Memorystore for Redis API 24 * <p>Service Description: Configures and manages Cloud Memorystore for Redis instances 26 * <p>Google Cloud Memorystore for Redis v1beta1 28 * <p>The `redis.googleapis.com` service implements the Google Cloud Memorystore for Redis API and
|
/aosp_15_r20/external/sdk-platform-java/test/integration/goldens/redis/src/com/google/cloud/redis/v1beta1/ |
H A D | package-info.java | 18 * A client to Google Cloud Memorystore for Redis API 24 * <p>Service Description: Configures and manages Cloud Memorystore for Redis instances 26 * <p>Google Cloud Memorystore for Redis v1beta1 28 * <p>The `redis.googleapis.com` service implements the Google Cloud Memorystore for Redis API and
|
/aosp_15_r20/external/google-cloud-java/java-redis/google-cloud-redis/src/main/java/com/google/cloud/redis/v1/ |
H A D | package-info.java | 18 * A client to Google Cloud Memorystore for Redis API 24 * <p>Service Description: Configures and manages Cloud Memorystore for Redis instances 26 * <p>Google Cloud Memorystore for Redis v1 28 * <p>The `redis.googleapis.com` service implements the Google Cloud Memorystore for Redis API and
|
/aosp_15_r20/external/google-cloud-java/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1/ |
H A D | package-info.java | 18 * A client to Cloud Memorystore for Memcached API 24 * <p>Service Description: Configures and manages Cloud Memorystore for Memcached instances. 26 * <p>The `memcache.googleapis.com` service implements the Google Cloud Memorystore for Memcached 27 * API and defines the following resource model for managing Memorystore Memcached (also called
|
/aosp_15_r20/external/google-cloud-java/java-redis/proto-google-cloud-redis-v1beta1/src/main/proto/google/cloud/redis/v1beta1/ |
H A D | cloud_redis.proto | 35 // Configures and manages Cloud Memorystore for Redis instances 37 // Google Cloud Memorystore for Redis v1beta1 39 // The `redis.googleapis.com` service implements the Google Cloud Memorystore 182 // specific STANDARD tier Cloud Memorystore for Redis instance. 232 // A Memorystore for Redis instance. 288 // Connect via direct peering to the Memorystore for Redis hosted service. 291 // Connect your Memorystore for Redis instance using Private Service 293 // Google Cloud services, including Memorystore. 311 // If not set, Memorystore Redis backend will default to
|
/aosp_15_r20/external/googleapis/google/cloud/redis/v1beta1/ |
H A D | cloud_redis.proto | 35 // Configures and manages Cloud Memorystore for Redis instances 37 // Google Cloud Memorystore for Redis v1beta1 39 // The `redis.googleapis.com` service implements the Google Cloud Memorystore 182 // specific STANDARD tier Cloud Memorystore for Redis instance. 232 // A Memorystore for Redis instance. 288 // Connect via direct peering to the Memorystore for Redis hosted service. 291 // Connect your Memorystore for Redis instance using Private Service 293 // Google Cloud services, including Memorystore. 311 // If not set, Memorystore Redis backend will default to
|
/aosp_15_r20/external/googleapis/google/cloud/redis/v1/ |
H A D | cloud_redis.proto | 36 // Configures and manages Cloud Memorystore for Redis instances 38 // Google Cloud Memorystore for Redis v1 40 // The `redis.googleapis.com` service implements the Google Cloud Memorystore 190 // specific STANDARD tier Cloud Memorystore for Redis instance. 244 // A Memorystore for Redis instance. 300 // Connect via direct peering to the Memorystore for Redis hosted service. 303 // Connect your Memorystore for Redis instance using Private Service 305 // Google Cloud services, including Memorystore. 323 // If not set, Memorystore Redis backend will default to
|
/aosp_15_r20/external/google-cloud-java/java-redis/proto-google-cloud-redis-v1/src/main/proto/google/cloud/redis/v1/ |
H A D | cloud_redis.proto | 36 // Configures and manages Cloud Memorystore for Redis instances 38 // Google Cloud Memorystore for Redis v1 40 // The `redis.googleapis.com` service implements the Google Cloud Memorystore 190 // specific STANDARD tier Cloud Memorystore for Redis instance. 244 // A Memorystore for Redis instance. 300 // Connect via direct peering to the Memorystore for Redis hosted service. 303 // Connect your Memorystore for Redis instance using Private Service 305 // Google Cloud services, including Memorystore. 323 // If not set, Memorystore Redis backend will default to
|
/aosp_15_r20/external/googleapis/google/cloud/memcache/ |
H A D | BUILD.bazel | 26 "ruby-cloud-product-url=https://cloud.google.com/memorystore/docs/memcached/", 30 …ruby_cloud_description = "Google Cloud Memorystore for Memcached API is used for creating and mana… 31 ruby_cloud_title = "Google Cloud Memorystore for Memcached",
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | issue16008.go | 38 type MemoryStore struct { struct 42 func setupNodes(n int) (s *MemoryStore, nodeIDs []string) { 47 func (s *MemoryStore) Update(cb func(Tx) error) error { argument
|
/aosp_15_r20/external/googleapis/google/cloud/memcache/v1/ |
H A D | cloud_memcache.proto | 35 // Configures and manages Cloud Memorystore for Memcached instances. 38 // The `memcache.googleapis.com` service implements the Google Cloud Memorystore 40 // Memorystore Memcached (also called Memcached below) instances: 152 // A Memorystore for Memcached instance 320 // the maintenance event will be performed based on Memorystore
|
/aosp_15_r20/external/google-cloud-java/java-memcache/proto-google-cloud-memcache-v1/src/main/proto/google/cloud/memcache/v1/ |
H A D | cloud_memcache.proto | 35 // Configures and manages Cloud Memorystore for Memcached instances. 38 // The `memcache.googleapis.com` service implements the Google Cloud Memorystore 40 // Memorystore Memcached (also called Memcached below) instances: 152 // A Memorystore for Memcached instance 320 // the maintenance event will be performed based on Memorystore
|
/aosp_15_r20/external/googleapis/google/cloud/memcache/v1beta2/ |
H A D | cloud_memcache.proto | 35 // Configures and manages Cloud Memorystore for Memcached instances. 38 // The `memcache.googleapis.com` service implements the Google Cloud Memorystore 40 // Memorystore Memcached (also called Memcached below) instances: 165 // A Memorystore for Memcached instance 339 // the maintenance event will be performed based on Memorystore
|
/aosp_15_r20/external/google-cloud-java/java-memcache/proto-google-cloud-memcache-v1beta2/src/main/proto/google/cloud/memcache/v1beta2/ |
H A D | cloud_memcache.proto | 35 // Configures and manages Cloud Memorystore for Memcached instances. 38 // The `memcache.googleapis.com` service implements the Google Cloud Memorystore 40 // Memorystore Memcached (also called Memcached below) instances: 165 // A Memorystore for Memcached instance 339 // the maintenance event will be performed based on Memorystore
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | redis.v1.json | 17 "documentationLink": "https://cloud.google.com/memorystore/docs/redis/", 269 …rimary node to current replica node for a specific STANDARD tier Cloud Memorystore for Redis insta… 930 "Connect via direct peering to the Memorystore for Redis hosted service.", 931 …Memorystore for Redis instance using Private Service Access. Private services access provides an I… 1026 "If not set, Memorystore Redis backend will default to READ_REPLICAS_DISABLED.", 1584 "title": "Google Cloud Memorystore for Redis API",
|
D | redis.v1beta1.json | 17 "documentationLink": "https://cloud.google.com/memorystore/docs/redis/", 269 …rimary node to current replica node for a specific STANDARD tier Cloud Memorystore for Redis insta… 937 "Connect via direct peering to the Memorystore for Redis hosted service.", 938 …Memorystore for Redis instance using Private Service Access. Private services access provides an I… 1033 "If not set, Memorystore Redis backend will default to READ_REPLICAS_DISABLED.", 1591 "title": "Google Cloud Memorystore for Redis API",
|
/aosp_15_r20/external/googleapis/google/cloud/redis/ |
H A D | BUILD.bazel | 26 "ruby-cloud-product-url=https://cloud.google.com/memorystore/docs/redis", 32 ruby_cloud_title = "Google Cloud Memorystore for Redis",
|