Home
last modified time | relevance | path

Searched refs:mPowerControllerServiceAddress (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/
DFakeVehicleHardware.h194 std::string mPowerControllerServiceAddress = ""; variable
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp392 maybeGetGrpcServiceInfo(&mPowerControllerServiceAddress); in init()
811 if (mPowerControllerServiceAddress != "") { in maybeGetSpecialValue()
902 grpc::CreateChannel(mPowerControllerServiceAddress, grpc::InsecureChannelCredentials()); in getPowerPropFromExternalService()