Home
last modified time | relevance | path

Searched full:trigger (Results 1 – 25 of 14081) sorted by relevance

12345678910>>...564

/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/attribution/
DAttributionJobHandlerTest.java72 import com.android.adservices.service.measurement.Trigger;
167 private static Trigger createAPendingTriggerEventScopeOnly() { in createAPendingTriggerEventScopeOnly()
171 .setStatus(Trigger.Status.PENDING) in createAPendingTriggerEventScopeOnly()
278 Trigger trigger = TriggerFixture.getValidTriggerBuilder() in shouldIgnoreNonPendingTrigger() local
280 .setStatus(Trigger.Status.IGNORED).build(); in shouldIgnoreNonPendingTrigger()
282 .thenReturn(Collections.singletonList(trigger.getId())); in shouldIgnoreNonPendingTrigger()
283 when(mMeasurementDao.getTrigger(trigger.getId())).thenReturn(trigger); in shouldIgnoreNonPendingTrigger()
285 verify(mMeasurementDao).getTrigger(trigger.getId()); in shouldIgnoreNonPendingTrigger()
294 Trigger trigger = createAPendingTriggerEventScopeOnly(); in shouldIgnoreIfNoSourcesFound() local
296 .thenReturn(Collections.singletonList(trigger.getId())); in shouldIgnoreIfNoSourcesFound()
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DAttributionJobHandler.java54 import com.android.adservices.service.measurement.Trigger;
181 * @return false if there are datastore failures or pending {@link Trigger} left, true otherwise
187 // Failure during trigger retrieval in performPendingAttributions()
200 // Failure during trigger attribution in performPendingAttributions()
215 * @param triggerId datastore id of the {@link Trigger}
222 Trigger trigger; in performAttribution()
224 trigger = measurementDao.getTrigger(triggerId); in performAttribution()
225 enrollmentId = trigger.getEnrollmentId(); in performAttribution()
235 System.currentTimeMillis() - trigger.getTriggerTime()); in performAttribution()
237 if (trigger.getStatus() != Trigger.Status.PENDING) { in performAttribution()
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/reporting/
DDebugKeyAccessorTest.java45 import com.android.adservices.service.measurement.Trigger;
100 Trigger trigger = in getDebugKeys_appToAppWithAdIdPermission_debugKeysPresent() local
119 mDebugKeyAccessor.getDebugKeys(source, trigger); in getDebugKeys_appToAppWithAdIdPermission_debugKeysPresent()
127 Trigger trigger = in getDebugKeys_appToAppNoAdIdPermission_debugKeysAbsent() local
146 mDebugKeyAccessor.getDebugKeys(source, trigger); in getDebugKeys_appToAppNoAdIdPermission_debugKeysAbsent()
155 Trigger trigger = in getDebugKeys_appToAppNoAdIdPermissionWithJoinKeys_debugKeysAbsent() local
174 mDebugKeyAccessor.getDebugKeys(source, trigger); in getDebugKeys_appToAppNoAdIdPermissionWithJoinKeys_debugKeysAbsent()
182 Trigger trigger = in getDebugKeys_appToAppWithSourceAdId_sourceDebugKeyPresent() local
201 mDebugKeyAccessor.getDebugKeys(source, trigger); in getDebugKeys_appToAppWithSourceAdId_sourceDebugKeyPresent()
209 Trigger trigger = in getDebugKeys_appToAppWithTriggerAdId_triggerDebugKeyPresent() local
[all …]
DDebugReportApiTest.java43 import com.android.adservices.service.measurement.Trigger;
1188 Trigger trigger = in testScheduleTriggerNoMatchingSourceDebugReport_triggerNotOpIn_dontSchedule() local
1197 trigger, mMeasurementDao, DebugReportApi.Type.TRIGGER_NO_MATCHING_SOURCE); in testScheduleTriggerNoMatchingSourceDebugReport_triggerNotOpIn_dontSchedule()
1203 Trigger trigger = in testScheduleTriggerNoMatchingSourceDebugReport_success() local
1212 trigger, mMeasurementDao, DebugReportApi.Type.TRIGGER_NO_MATCHING_SOURCE); in testScheduleTriggerNoMatchingSourceDebugReport_success()
1229 Trigger trigger = in testScheduleTriggerNoMatchingSourceDebugReport_debugFlagDisabled_dontSchedule() local
1238 trigger, mMeasurementDao, DebugReportApi.Type.TRIGGER_NO_MATCHING_SOURCE); in testScheduleTriggerNoMatchingSourceDebugReport_debugFlagDisabled_dontSchedule()
1246 Trigger trigger = in testScheduleTriggerNoMatchingSourceDebugReport_triggerFlagDisabled_dontSchedule() local
1255 trigger, mMeasurementDao, DebugReportApi.Type.TRIGGER_NO_MATCHING_SOURCE); in testScheduleTriggerNoMatchingSourceDebugReport_triggerFlagDisabled_dontSchedule()
1262 Trigger trigger = TriggerFixture.getValidTriggerBuilder().setIsDebugReporting(true).build(); in testScheduleTriggerNoMatchingSourceDebugReport_noTriggerPermission_dontSchedule() local
[all …]
DAggregateDebugReportApiTest.java43 import com.android.adservices.service.measurement.Trigger;
79 + " [\"trigger-no-matching-source\", "
80 + "\"trigger-aggregate-deduplicated\"],\"key_piece\":"
124 Trigger trigger = TriggerFixture.getValidTrigger(); in scheduleTriggerReport_typeDefinedExplicitly_generatesTriggerDebugReport() local
133 trigger, in scheduleTriggerReport_typeDefinedExplicitly_generatesTriggerDebugReport()
142 trigger, in scheduleTriggerReport_typeDefinedExplicitly_generatesTriggerDebugReport()
161 trigger.getRegistrant(), in scheduleTriggerReport_typeDefinedExplicitly_generatesTriggerDebugReport()
162 trigger.getAttributionDestinationBaseUri(), in scheduleTriggerReport_typeDefinedExplicitly_generatesTriggerDebugReport()
163 extractBaseUri(trigger.getRegistrationOrigin()).get()); in scheduleTriggerReport_typeDefinedExplicitly_generatesTriggerDebugReport()
185 Trigger trigger = TriggerFixture.getValidTrigger(); in scheduleTriggerReport_typeDefinedExplicitly_generatesPreFlexibleTriggerDebugReport() local
[all …]
/aosp_15_r20/external/google-cloud-java/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/
H A DTrigger.java25 * DataScan scheduling and trigger settings.
28 * Protobuf type {@code google.cloud.dataplex.v1.Trigger}
30 public final class Trigger extends com.google.protobuf.GeneratedMessageV3 class
32 // @@protoc_insertion_point(message_implements:google.cloud.dataplex.v1.Trigger)
35 // Use Trigger.newBuilder() to construct.
36 private Trigger(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Trigger() method in Trigger
40 private Trigger() {} in Trigger() method in Trigger
45 return new Trigger(); in newInstance()
64 com.google.cloud.dataplex.v1.Trigger.class, in internalGetFieldAccessorTable()
65 com.google.cloud.dataplex.v1.Trigger.Builder.class); in internalGetFieldAccessorTable()
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugReportApi.java33 import com.android.adservices.service.measurement.Trigger;
72 SOURCE_TRIGGER_STATE_CARDINALITY_LIMIT("source-trigger-state-cardinality-limit"),
74 TRIGGER_AGGREGATE_DEDUPLICATED("trigger-aggregate-deduplicated"),
75 TRIGGER_AGGREGATE_INSUFFICIENT_BUDGET("trigger-aggregate-insufficient-budget"),
76 TRIGGER_AGGREGATE_NO_CONTRIBUTIONS("trigger-aggregate-no-contributions"),
77 TRIGGER_AGGREGATE_REPORT_WINDOW_PASSED("trigger-aggregate-report-window-passed"),
79 "trigger-attributions-per-source-destination-limit"),
81 "trigger-event-attributions-per-source-destination-limit"),
83 "trigger-aggregate-attributions-per-source-destination-limit"),
84 TRIGGER_EVENT_DEDUPLICATED("trigger-event-deduplicated"),
[all …]
DDebugKeyAccessor.java31 import com.android.adservices.service.measurement.Trigger;
93 public Pair<UnsignedLong, UnsignedLong> getDebugKeys(Source source, Trigger trigger) in getDebugKeys() argument
106 @AttributionType int attributionType = getAttributionType(source, trigger); in getDebugKeys()
114 if (trigger.hasAdIdPermission()) { in getDebugKeys()
115 triggerDebugKey = trigger.getDebugKey(); in getDebugKeys()
120 if (trigger.getRegistrant().equals(source.getRegistrant())) { in getDebugKeys()
124 if (trigger.hasArDebugPermission()) { in getDebugKeys()
125 triggerDebugKey = trigger.getDebugKey(); in getDebugKeys()
127 } else if (canMatchJoinKeys(source, trigger, allowedEnrollmentsString)) { in getDebugKeys()
130 if (source.getDebugJoinKey().equals(trigger.getDebugJoinKey())) { in getDebugKeys()
[all …]
DAggregateDebugReportApi.java33 import com.android.adservices.service.measurement.Trigger;
198 * Schedule debug reports for all trigger attribution errors related, i.e. "trigger-*", debug
203 Trigger trigger, in scheduleTriggerAttributionErrorWithSourceDebugReport() argument
213 trigger.getAggregateDebugReportingString() != null); in scheduleTriggerAttributionErrorWithSourceDebugReport()
218 AggregateDebugReporting triggerAdr = trigger.getAggregateDebugReportingObject(); in scheduleTriggerAttributionErrorWithSourceDebugReport()
231 measurementDao.insertAggregateReport(generateNullAggregateReport(source, trigger)); in scheduleTriggerAttributionErrorWithSourceDebugReport()
253 // Both Source and trigger have opted-in but the debug data didn't match in scheduleTriggerAttributionErrorWithSourceDebugReport()
256 measurementDao.insertAggregateReport(generateNullAggregateReport(source, trigger)); in scheduleTriggerAttributionErrorWithSourceDebugReport()
267 measurementDao.insertAggregateReport(generateNullAggregateReport(source, trigger)); in scheduleTriggerAttributionErrorWithSourceDebugReport()
278 measurementDao.insertAggregateReport(generateNullAggregateReport(source, trigger)); in scheduleTriggerAttributionErrorWithSourceDebugReport()
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Ddisplayvideo_v1.advertisers.manualTriggers.html79 <p class="firstline">Activates a manual trigger. Each activation of the manual trigger must be at l…
85 <p class="firstline">Creates a new manual trigger. Returns the newly created manual trigger if succ…
88 <p class="firstline">Deactivates a manual trigger.</p>
91 <p class="firstline">Gets a manual trigger.</p>
100 <p class="firstline">Updates a manual trigger. Returns the updated manual trigger if successful.</p>
104 …<pre>Activates a manual trigger. Each activation of the manual trigger must be at least 5 minutes …
107 …advertiserId: string, Required. The ID of the advertiser that the manual trigger belongs. (require…
108 triggerId: string, Required. The ID of the manual trigger to activate. (required)
123 { # A single manual trigger in Display &amp; Video 360.
124 …n minutes. Must be between 1 and 360 inclusive. After this duration, the trigger will be automatic…
[all …]
/aosp_15_r20/external/libxml2/result/
H A Dent97 <p> WE need lot of garbage now to trigger the problem</p>
8 <p> WE need lot of garbage now to trigger the problem</p>
9 <p> WE need lot of garbage now to trigger the problem</p>
10 <p> WE need lot of garbage now to trigger the problem</p>
11 <p> WE need lot of garbage now to trigger the problem</p>
12 <p> WE need lot of garbage now to trigger the problem</p>
13 <p> WE need lot of garbage now to trigger the problem</p>
14 <p> WE need lot of garbage now to trigger the problem</p>
15 <p> WE need lot of garbage now to trigger the problem</p>
16 <p> WE need lot of garbage now to trigger the problem</p>
[all …]
H A Dent9.rdr11 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
16 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
21 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
26 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
31 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
36 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
41 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
46 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
51 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
56 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
[all …]
H A Dent9.rde17 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
22 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
27 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
32 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
37 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
42 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
47 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
52 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
57 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
62 2 3 #text 0 1 WE need lot of garbage now to trigger the problem
[all …]
/aosp_15_r20/external/libxml2/test/
H A Dent96 <p> WE need lot of garbage now to trigger the problem</p>
7 <p> WE need lot of garbage now to trigger the problem</p>
8 <p> WE need lot of garbage now to trigger the problem</p>
9 <p> WE need lot of garbage now to trigger the problem</p>
10 <p> WE need lot of garbage now to trigger the problem</p>
11 <p> WE need lot of garbage now to trigger the problem</p>
12 <p> WE need lot of garbage now to trigger the problem</p>
13 <p> WE need lot of garbage now to trigger the problem</p>
14 <p> WE need lot of garbage now to trigger the problem</p>
15 <p> WE need lot of garbage now to trigger the problem</p>
[all …]
/aosp_15_r20/external/cronet/third_party/libxml/fuzz/seed_corpus/
H A Def6238d1f01ecc4837c37d151e0073d64fa640216 <p> WE need lot of garbage now to trigger the problem</p>
7 <p> WE need lot of garbage now to trigger the problem</p>
8 <p> WE need lot of garbage now to trigger the problem</p>
9 <p> WE need lot of garbage now to trigger the problem</p>
10 <p> WE need lot of garbage now to trigger the problem</p>
11 <p> WE need lot of garbage now to trigger the problem</p>
12 <p> WE need lot of garbage now to trigger the problem</p>
13 <p> WE need lot of garbage now to trigger the problem</p>
14 <p> WE need lot of garbage now to trigger the problem</p>
15 <p> WE need lot of garbage now to trigger the problem</p>
[all …]
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_minimal_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/
Dtrigger.pb.h2 // source: protos/perfetto/trace/trigger.proto
47 class Trigger; variable
53 template<> ::perfetto::protos::Trigger* Arena::CreateMaybeMessage<::perfetto::protos::Trigger>(Aren…
60 class Trigger final :
61 …AMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:perfetto.protos.Trigger) */ {
63 inline Trigger() : Trigger(nullptr) {} in Trigger() function
64 ~Trigger() override;
65 explicit PROTOBUF_CONSTEXPR Trigger(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
67 Trigger(const Trigger& from);
68 Trigger(Trigger&& from) noexcept in Trigger() function
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_minimal_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/
H A Dtrigger.pb.h2 // source: protos/perfetto/trace/trigger.proto
47 class Trigger; variable
53 template<> ::perfetto::protos::Trigger* Arena::CreateMaybeMessage<::perfetto::protos::Trigger>(Aren…
60 class Trigger final :
61 …AMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:perfetto.protos.Trigger) */ {
63 inline Trigger() : Trigger(nullptr) {} in Trigger() function
64 ~Trigger() override;
65 explicit PROTOBUF_CONSTEXPR Trigger(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
67 Trigger(const Trigger& from);
68 Trigger(Trigger&& from) noexcept in Trigger() function
[all …]
/aosp_15_r20/external/libxml2/result/noent/
H A Dent97 <p> WE need lot of garbage now to trigger the problem</p>
8 <p> WE need lot of garbage now to trigger the problem</p>
9 <p> WE need lot of garbage now to trigger the problem</p>
10 <p> WE need lot of garbage now to trigger the problem</p>
11 <p> WE need lot of garbage now to trigger the problem</p>
12 <p> WE need lot of garbage now to trigger the problem</p>
13 <p> WE need lot of garbage now to trigger the problem</p>
14 <p> WE need lot of garbage now to trigger the problem</p>
15 <p> WE need lot of garbage now to trigger the problem</p>
16 <p> WE need lot of garbage now to trigger the problem</p>
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DTrigger.java56 /** POJO for Trigger. */
57 public class Trigger { class
106 private Trigger() { in Trigger() method in Trigger
115 if (!(obj instanceof Trigger)) { in equals()
118 Trigger trigger = (Trigger) obj; in equals() local
119 return Objects.equals(mId, trigger.getId()) in equals()
120 && Objects.equals(mAttributionDestination, trigger.mAttributionDestination) in equals()
121 && mDestinationType == trigger.mDestinationType in equals()
122 && Objects.equals(mEnrollmentId, trigger.mEnrollmentId) in equals()
123 && mTriggerTime == trigger.mTriggerTime in equals()
[all …]
/aosp_15_r20/frameworks/base/core/java/android/hardware/input/
H A DInputGestureData.java29 * All input gestures are of type Trigger -> Action(Key gesture type, app data). And currently types
32 * - TODO(b/365064144): Add Touchpad gesture based trigger
49 /** Returns the trigger information for this input gesture */
50 public Trigger getTrigger() { in getTrigger()
51 switch (mInputGestureData.trigger.getTag()) { in getTrigger()
52 case AidlInputGestureData.Trigger.Tag.key: { in getTrigger()
53 AidlInputGestureData.KeyTrigger trigger = mInputGestureData.trigger.getKey(); in getTrigger() local
54 if (trigger == null) { in getTrigger()
55 throw new RuntimeException("InputGestureData is corrupted, null key trigger!"); in getTrigger()
57 return createKeyTrigger(trigger.keycode, trigger.modifierState); in getTrigger()
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/registration/
DAsyncTriggerFetcherTest.java72 import com.android.adservices.service.measurement.Trigger;
211 private static final String HEADER_ODP_REGISTER_TRIGGER = "Odp-Register-Trigger";
340 "Attribution-Reporting-Register-Trigger", in testBasicTriggerRequest()
348 Optional<Trigger> fetch = in testBasicTriggerRequest()
353 Trigger result = fetch.get(); in testBasicTriggerRequest()
421 "Attribution-Reporting-Register-Trigger", in testBasicTriggerRequest_withAggregateDeduplicationKey()
436 Optional<Trigger> fetch = in testBasicTriggerRequest_withAggregateDeduplicationKey()
441 Trigger result = fetch.get(); in testBasicTriggerRequest_withAggregateDeduplicationKey()
487 "Attribution-Reporting-Register-Trigger", in triggerRequest_aggregateDeduplicationKey_dedupKeyNotAString_fails()
501 Optional<Trigger> fetch = in triggerRequest_aggregateDeduplicationKey_dedupKeyNotAString_fails()
[all …]
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/trigger/
H A DTriggerRepository.java17 package com.googlecode.android_scripting.trigger;
56 * An interface for objects that are notified when a trigger is added to the repository.
60 * Invoked just before the trigger is added to the repository.
62 * @param trigger
63 * The trigger about to be added to the repository.
65 void onPut(Trigger trigger); in onPut() argument
68 * Invoked just after the trigger has been removed from the repository.
70 * @param trigger
71 * The trigger that has just been removed from the repository.
73 void onRemove(Trigger trigger); in onRemove() argument
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/
DEventReportTest.java262 Trigger trigger = createTriggerForTest( in populateFromSourceAndTrigger_eventSourceAppDestWithoutInstallAttribution() local
265 List<EventTrigger> eventTriggers = trigger.parseEventTriggers(mFlags); in populateFromSourceAndTrigger_eventSourceAppDestWithoutInstallAttribution()
270 trigger, in populateFromSourceAndTrigger_eventSourceAppDestWithoutInstallAttribution()
277 source.getAttributionDestinations(trigger.getDestinationType())) in populateFromSourceAndTrigger_eventSourceAppDestWithoutInstallAttribution()
285 assertEquals(trigger.getTriggerTime(), report.getTriggerTime()); in populateFromSourceAndTrigger_eventSourceAppDestWithoutInstallAttribution()
288 assertEquals(trigger.getAttributionDestination(), in populateFromSourceAndTrigger_eventSourceAppDestWithoutInstallAttribution()
313 Trigger trigger = in populate_eventSourceAppDestWithoutInstallConfigured() local
319 List<EventTrigger> eventTriggers = trigger.parseEventTriggers(mFlags); in populate_eventSourceAppDestWithoutInstallConfigured()
324 trigger, in populate_eventSourceAppDestWithoutInstallConfigured()
331 source.getAttributionDestinations(trigger.getDestinationType())) in populate_eventSourceAppDestWithoutInstallConfigured()
[all …]
/aosp_15_r20/external/google-cloud-java/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/
H A DBuildTriggerName.java35 PathTemplate.createWithoutUrlEncoding("projects/{project}/triggers/{trigger}");
38 "projects/{project}/locations/{location}/triggers/{trigger}");
43 private final String trigger; field in BuildTriggerName
49 trigger = null; in BuildTriggerName()
55 trigger = Preconditions.checkNotNull(builder.getTrigger()); in BuildTriggerName()
63 trigger = Preconditions.checkNotNull(builder.getTrigger()); in BuildTriggerName()
72 return trigger; in getTrigger()
97 public static BuildTriggerName of(String project, String trigger) { in of() argument
98 return newBuilder().setProject(project).setTrigger(trigger).build(); in of()
102 public static BuildTriggerName ofProjectTriggerName(String project, String trigger) { in ofProjectTriggerName() argument
[all …]
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_minimal_lite_gen/gen/external/perfetto/protos/perfetto/trace/
Dtrigger.pb.cc2 // source: protos/perfetto/trace/trigger.proto
4 #include "protos/perfetto/trace/trigger.pb.h"
23 PROTOBUF_CONSTEXPR Trigger::Trigger( in Trigger() function in perfetto::protos::Trigger
35 Trigger _instance;
46 class Trigger::_Internal {
48 using HasBits = decltype(std::declval<Trigger>()._impl_._has_bits_);
60 Trigger::Trigger(::PROTOBUF_NAMESPACE_ID::Arena* arena, in Trigger() function in perfetto::protos::Trigger
64 // @@protoc_insertion_point(arena_constructor:perfetto.protos.Trigger) in Trigger()
66 Trigger::Trigger(const Trigger& from) in Trigger() function in perfetto::protos::Trigger
68 Trigger* const _this = this; (void)_this; in Trigger()
[all …]

12345678910>>...564