Searched refs:getPropertyServiceRequest (Results 1 – 2 of 2) sorted by relevance
347 AsyncPropertyServiceRequest getPropertyServiceRequest = new AsyncPropertyServiceRequest(0, in testGetPropertiesAsync() local349 List<AsyncPropertyServiceRequest> requests = List.of(getPropertyServiceRequest); in testGetPropertiesAsync()375 AsyncPropertyServiceRequest getPropertyServiceRequest = new AsyncPropertyServiceRequest(0, in testGetPropertiesAsync_propertyIdNotSupported() local379 new AsyncPropertyServiceRequestList(List.of(getPropertyServiceRequest)), in testGetPropertiesAsync_propertyIdNotSupported()385 AsyncPropertyServiceRequest getPropertyServiceRequest = new AsyncPropertyServiceRequest(0, in testGetPropertiesAsync_noReadPermission() local390 new AsyncPropertyServiceRequestList(List.of(getPropertyServiceRequest)), in testGetPropertiesAsync_noReadPermission()396 AsyncPropertyServiceRequest getPropertyServiceRequest = new AsyncPropertyServiceRequest(0, in testGetPropertiesAsync_propertyNotReadable() local400 new AsyncPropertyServiceRequestList(List.of(getPropertyServiceRequest)), in testGetPropertiesAsync_propertyNotReadable()406 AsyncPropertyServiceRequest getPropertyServiceRequest = new AsyncPropertyServiceRequest(0, in testGetPropertiesAsync_areaIdNotSupported() local410 new AsyncPropertyServiceRequestList(List.of(getPropertyServiceRequest)), in testGetPropertiesAsync_areaIdNotSupported()[all …]
1124 AsyncPropertyServiceRequest getPropertyServiceRequest = in testOnGetValueResult_onSuccess() local1129 assertThat(getPropertyServiceRequest.getRequestId()).isEqualTo(0); in testOnGetValueResult_onSuccess()1130 assertThat(getPropertyServiceRequest.getPropertyId()).isEqualTo(HVAC_TEMPERATURE_SET); in testOnGetValueResult_onSuccess()1157 AsyncPropertyServiceRequestList getPropertyServiceRequest = in testOnGetValueResult_onSuccessMultipleRequests() local1160 getPropertyServiceRequest.getList(); in testOnGetValueResult_onSuccessMultipleRequests()1209 AsyncPropertyServiceRequest getPropertyServiceRequest = in testOnGetValueResult_onFailure() local1214 assertThat(getPropertyServiceRequest.getRequestId()).isEqualTo(0); in testOnGetValueResult_onFailure()1215 assertThat(getPropertyServiceRequest.getPropertyId()).isEqualTo(HVAC_TEMPERATURE_SET); in testOnGetValueResult_onFailure()