Searched refs:getHalMock (Results 1 – 2 of 2) sorted by relevance
130 private synchronized VehicleNetworkHalMock getHalMock() { in getHalMock() method in CarTestManager151 VehiclePropConfigs configs = testManager.getHalMock().onListProperties(); in onListProperties()161 testManager.getHalMock().onPropertySet(value.value); in onPropertySet()170 VehiclePropValue retValue = testManager.getHalMock().onPropertyGet(value.value); in onPropertyGet()180 testManager.getHalMock().onPropertySubscribe(property, sampleRate, zones); in onPropertySubscribe()189 testManager.getHalMock().onPropertyUnsubscribe(property); in onPropertyUnsubscribe()
544 private synchronized VehicleNetworkHalMock getHalMock() { in getHalMock() method in VehicleNetwork654 VehiclePropConfigs configs = vehicleNetwork.getHalMock().onListProperties(); in onListProperties()664 vehicleNetwork.getHalMock().onPropertySet(value.value); in onPropertySet()673 VehiclePropValue resValue = vehicleNetwork.getHalMock().onPropertyGet(value.value); in onPropertyGet()683 vehicleNetwork.getHalMock().onPropertySubscribe(property, sampleRate, zones); in onPropertySubscribe()692 vehicleNetwork.getHalMock().onPropertyUnsubscribe(property); in onPropertyUnsubscribe()