Searched refs:docType (Results 1 – 3 of 3) sorted by relevance
36 String docType = "org.test.ns"; in basicRequest() local46 Util.cborPrettyPrint(Util.createItemsRequest(entriesToRequest, docType))); in basicRequest()54 String docType = "org.test.ns"; in multipleNamespaces() local68 Util.cborPrettyPrint(Util.createItemsRequest(entriesToRequest, docType))); in multipleNamespaces()
924 static byte[] buildDeviceAuthenticationCbor(String docType, in buildDeviceAuthenticationCbor() argument939 .add(docType) in buildDeviceAuthenticationCbor()1219 @Nullable String docType) { in createItemsRequest() argument1222 if (docType != null) { in createItemsRequest()1223 mapBuilder.put("docType", docType); in createItemsRequest()
342 @Nullable String docType) { in createItemsRequest() argument345 if (docType != null) { in createItemsRequest()346 mapBuilder.put("docType", docType); in createItemsRequest()