Searched defs:setValueResults (Results 1 – 5 of 5) sorted by relevance
39 void onSetValueResults(in GetSetValueResultList setValueResults); in onSetValueResults()
153 List<GetSetValueResult> setValueResults = new ArrayList<>(); in setPropertiesAsync() local
662 List<GetSetValueResultWrapper> setValueResults = new ArrayList<>(); in onGetAsyncResults() local756 List<GetSetValueResultWrapper> setValueResults = new ArrayList<>(); in onSetAsyncResults() local
1665 List<GetSetValueResult> setValueResults = List.of( in testOnSetValueResult_onSuccessMultipleRequests() local
862 public void onSetValueResults(GetSetValueResultList setValueResults) { in onSetValueResults()