HomeSort by relevance Sort by last modified time
    Searched defs:offering (Results 1 - 7 of 7) sorted by null

  /hardware/interfaces/automotive/vehicle/2.0/default/tests/
VmsUtils_test.cpp 63 std::vector<VmsLayerOffering> offering = {VmsLayerOffering(VmsLayer(1, 0, 2))}; local
64 auto message = createOfferingMessage(offering);
69 EXPECT_EQ(parseMessageType(*message), VmsMessageType::OFFERING);
86 std::vector<VmsLayerOffering> offering = {VmsLayerOffering(layer, dependencies)}; local
87 auto message = createOfferingMessage(offering);
92 EXPECT_EQ(parseMessageType(*message), VmsMessageType::OFFERING);
  /packages/services/Car/tests/carservice_test/src/com/android/car/
VmsPublisherClientMockService.java 33 * The service makes offering for pre-defined layers which verifies availability notifications for
35 * subscription requests with an offering for that layer.
36 * For example, without any subscription request from any client, this service will make offering
37 * to layer X. If a client will subscribe later to layer Y, this service will respond with offering
88 VmsLayersOffering offering = new VmsLayersOffering(dependencies, publisherId); local
89 setLayersOffering(offering);
  /packages/services/Car/car-lib/src/android/car/vms/
VmsOperationRecorder.java 135 JSONArray offering = toJson(layersOffering); local
136 if (offering.length() > 0) {
137 args.put("layerDependency", offering);
  /packages/services/Car/service/src/com/android/car/
VmsLayersAvailability.java 40 * Each VMS publisher sets its layers offering which are a list of layers the publisher claims
41 * it might publish. VmsLayersAvailability calculates from all the offering what are the
72 for (VmsLayersOffering offering : publishersLayersOfferings) {
73 for (VmsLayerDependency dependency : offering.getDependencies()) {
83 curPotentialLayerAndPublishers.add(offering.getPublisherId());
158 // If there is no offering for this layer we're done.
  /packages/services/Car/tests/carservice_unit_test/src/com/android/car/
VmsLayersAvailabilityTest.java 90 VmsLayersOffering offering = local
94 mOfferings.add(offering);
107 VmsLayersOffering offering = local
113 mOfferings.add(offering);
147 VmsLayersOffering offering = local
151 mOfferings.add(offering);
165 VmsLayersOffering offering = local
171 mOfferings.add(offering);
182 VmsLayersOffering offering = local
188 mOfferings.add(offering);
244 VmsLayersOffering offering = local
    [all...]
  /packages/services/Car/service/src/com/android/car/hal/
VmsHalService.java 363 public void setPublisherLayersOffering(IBinder publisherToken, VmsLayersOffering offering) {
365 updateOffering(publisherToken, offering);
366 VmsOperationRecorder.get().setPublisherLayersOffering(offering);
489 case VmsMessageType.OFFERING:
624 * Offering message format:
629 * <li>Each offering consists of:
647 // An offering is layerId, LayerVersion, LayerType, NumDeps, <LayerId, LayerVersion> X NumDeps.
666 // Store the HAL offering.
667 VmsLayersOffering offering = new VmsLayersOffering(offeredLayers, publisherId); local
669 updateOffering(mHalPublisherToken, offering);
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-devicefarm/1.11.18/
aws-java-sdk-devicefarm-1.11.18.jar 

Completed in 834 milliseconds