HomeSort by relevance Sort by last modified time
    Searched refs:Health (Results 1 - 18 of 18) sorted by null

  /external/grpc-grpc/src/ruby/pb/grpc/health/v1/
health_services_pb.rb 2 # Source: grpc/health/v1/health.proto for package 'grpc.health.v1'
19 # https://github.com/grpc/grpc-proto/blob/master/grpc/health/v1/health.proto
23 require 'grpc/health/v1/health_pb'
26 module Health
28 module Health
35 self.service_name = 'grpc.health.v1.Health'
    [all...]
health_pb.rb 2 # source: grpc/health/v1/health.proto
7 add_message "grpc.health.v1.HealthCheckRequest" do
10 add_message "grpc.health.v1.HealthCheckResponse" do
11 optional :status, :enum, 1, "grpc.health.v1.HealthCheckResponse.ServingStatus"
13 add_enum "grpc.health.v1.HealthCheckResponse.ServingStatus" do
21 module Health
23 HealthCheckRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.health.v1.HealthCheckRequest").msgclass
24 HealthCheckResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.health.v1.HealthCheckResponse").msgclass
25 HealthCheckResponse::ServingStatus = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.health.v1.HealthCheckResponse.ServingStatus").enummodul
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.HealthCheck/
HealthGrpc.cs 3 // source: grpc/health/v1/health.proto
21 // https://github.com/grpc/grpc-proto/blob/master/grpc/health/v1/health.proto
28 namespace Grpc.Health.V1 {
29 public static partial class Health
31 static readonly string __ServiceName = "grpc.health.v1.Health";
33 static readonly grpc::Marshaller<global::Grpc.Health.V1.HealthCheckRequest> __Marshaller_grpc_health_v1_HealthCheckRequest = grpc::Marshallers.Create((arg) => global::Google.Protobuf.MessageExtensions.ToByteArray(arg), global::Grpc.Health.V1.HealthCheckRequest.Parser.ParseFrom)
    [all...]
Health.cs 3 // source: grpc/health/v1/health.proto
12 namespace Grpc.Health.V1 {
14 /// <summary>Holder for reflection information generated from grpc/health/v1/health.proto</summary>
18 /// <summary>File descriptor for grpc/health/v1/health.proto</summary>
40 new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Health.V1.HealthCheckRequest), global::Grpc.Health.V1.HealthCheckRequest.Parser, new[]{ "Service" }, null, null, null),
41 new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Health.V1.HealthCheckResponse), global::Grpc.Health.V1.HealthCheckResponse.Parser, new[]{ "Status" }, nul (…)
    [all...]
  /external/grpc-grpc/src/ruby/spec/pb/health/
checker_spec.rb 16 require 'grpc/health/v1/health_pb'
17 require 'grpc/health/checker'
25 describe 'Health protobuf code generation' do
26 context 'the health service file used by grpc/health/checker' do
28 skip 'protoc || grpc_ruby_plugin missing, cannot verify health code-gen'
31 expect(require('grpc/health/v1/health_services_pb')).to be(false)
40 'health', 'v1', 'health_services_pb.rb')
49 gen_out = File.join(tmp_dir, 'grpc', 'health', 'v1',
54 'grpc/health/v1/health.proto'
    [all...]
  /external/grpc-grpc/src/ruby/pb/grpc/health/
checker.rb 16 require 'grpc/health/v1/health_services_pb'
20 # Health contains classes and modules that support providing a health check
22 module Health
23 # Checker is implementation of the schema-specified health checking service.
24 class Checker < V1::Health::Service
46 # Adds the health status for a given service.
51 # Adds given health status for all given services
58 # Adds health status for each service given within hash
  /device/google/cuttlefish_common/guest/hals/health/
health_service.cpp 16 #define LOG_TAG "android.hardware.health@2.0-service.cuttlefish"
18 #include <health2/Health.h>
24 using android::hardware::health::V2_0::DiskStats;
25 using android::hardware::health::V2_0::StorageInfo;
  /external/grpc-grpc/test/cpp/end2end/
health_service_end2end_test.cc 35 #include "src/proto/grpc/health/v1/health.grpc.pb.h"
44 using grpc::health::v1::Health;
45 using grpc::health::v1::HealthCheckRequest;
46 using grpc::health::v1::HealthCheckResponse;
52 // A sample sync implementation of the health checking service. This does the
54 class HealthCheckServiceImpl : public ::grpc::health::v1::Health::Service {
85 // A custom implementation of the health checking service interface. This i
    [all...]
async_end2end_test.cc 38 #include "src/proto/grpc/health/v1/health.grpc.pb.h"
247 class HealthCheck : public health::v1::Health::Service {};
    [all...]
  /device/google/bonito/health/
HealthService.cpp 16 #define LOG_TAG "android.hardware.health@2.0-service.bonito"
22 #include <health2/Health.h>
41 using android::hardware::health::V2_0::DiskStats;
42 using android::hardware::health::V2_0::StorageAttribute;
43 using android::hardware::health::V2_0::StorageInfo;
44 using ::device::google::bonito::health::BatteryRechargingControl;
45 using ::device::google::bonito::health::BatteryInfoUpdate;
46 using ::device::google::bonito::health::LearnedCapacityBackupRestore;
47 using hardware::google::pixel::health::BatteryMetricsLogger;
48 using hardware::google::pixel::health::CycleCountBackupRestore
    [all...]
  /device/google/crosshatch/health/
HealthService.cpp 16 #define LOG_TAG "android.hardware.health@2.0-service.crosshatch"
22 #include <health2/Health.h>
40 using android::hardware::health::V2_0::DiskStats;
41 using android::hardware::health::V2_0::StorageAttribute;
42 using android::hardware::health::V2_0::StorageInfo;
43 using hardware::google::pixel::health::BatteryMetricsLogger;
44 using hardware::google::pixel::health::CycleCountBackupRestore;
45 using hardware::google::pixel::health::DeviceHealth;
46 using hardware::google::pixel::health::LowBatteryShutdownMetrics;
47 using ::device::google::crosshatch::health::BatteryRechargingControl
    [all...]
  /device/google/marlin/health/
HealthService.cpp 16 #define LOG_TAG "android.hardware.health@2.0-service.marlin"
20 #include <health2/Health.h>
35 using android::hardware::health::V2_0::StorageInfo;
36 using android::hardware::health::V2_0::DiskStats;
37 using ::device::google::marlin::health::CycleCountBackupRestore;
38 using ::device::google::marlin::health::LearnedCapacityBackupRestore;
42 static constexpr char kUFSHealthFile[] = "/sys/devices/soc/624000.ufshc/health";
75 // See : hardware/interfaces/health/2.0/README
128 "Health Descriptor[Byte offset 0x%*d]: %31s = 0x%hx",
  /device/google/wahoo/health/
HealthService.cpp 16 #define LOG_TAG "android.hardware.health@2.0-service.wahoo"
20 #include <health2/Health.h>
33 using android::hardware::health::V2_0::StorageInfo;
34 using android::hardware::health::V2_0::DiskStats;
35 using ::device::google::wahoo::health::CycleCountBackupRestore;
36 using ::device::google::wahoo::health::LearnedCapacityBackupRestore;
67 // See : hardware/interfaces/health/2.0/README
128 "Health Descriptor[Byte offset 0x%*d]: %31s = 0x%hx",
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkMpService.h 199 EFI_MP_HEALTH Health;
589 specify the health status of the AP by Health. It is usually used to update the
590 health status of the processor after some processor test.
602 the new health status of the AP. If it is NULL,
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
MpLib.h 136 UINT32 Health;
460 the new health status of the AP.
MpLib.c 492 CpuInfoInHob[ProcessorNumber].Health = BistData;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.c 181 if (ProcessorContextBuffer.Health.Flags.Uint32 == 0) {
640 @param HealthFlag Indicates new health state of the AP..
    [all...]
  /external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
compute-gen.go     [all...]

Completed in 1345 milliseconds