Home
last modified time | relevance | path

Searched defs:record (Results 1 – 25 of 574) sorted by relevance

12345678910>>...23

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordTest.java312 NotificationRecord record = new NotificationRecord(mMockContext, sbn, channel); in testSound_default_upgradeUsesChannel() local
364 NotificationRecord record = new NotificationRecord(mMockContext, sbn, channel); in testVibration_custom_upgradeUsesChannel() local
374 NotificationRecord record = new NotificationRecord(mMockContext, sbn, channel); in testVibration_insistent_createsInsistentVibrationEffect() local
417 NotificationRecord record = new NotificationRecord(mMockContext, sbn, channel); in testImportance_upgrade() local
466 NotificationRecord record = new NotificationRecord(mMockContext, sbn, channel); in testLights_upgrade_defaultLights() local
482 NotificationRecord record = new NotificationRecord(mMockContext, sbn, channel); in testLights_upgrade() local
501 NotificationRecord record = new NotificationRecord(mMockContext, sbn, channel); in testLogMaker() local
531 NotificationRecord record = new NotificationRecord(mMockContext, sbn, channel); in testLogMakerImportanceApp() local
552 NotificationRecord record = new NotificationRecord(mMockContext, sbn, channel); in testLogMakerImportanceAsst() local
581 NotificationRecord record = new NotificationRecord(mMockContext, sbn, channel); in testLogMakerImportanceSystem() local
[all …]
/aosp14/frameworks/base/tests/Internal/src/com/android/internal/os/
H A DTimeoutRecordTest.java45 TimeoutRecord record = TimeoutRecord.forBroadcastReceiver(intent); in forBroadcastReceiver_returnsCorrectTimeoutRecord() local
58 TimeoutRecord record = TimeoutRecord.forBroadcastReceiver(intent, in forBroadcastReceiver_withPackageAndClass_returnsCorrectTimeoutRecord() local
74 TimeoutRecord record = TimeoutRecord.forBroadcastReceiver(intent, 1000L); in forBroadcastReceiver_withTimeoutDurationMs_returnsCorrectTimeoutRecord() local
86 TimeoutRecord record = TimeoutRecord.forInputDispatchNoFocusedWindow("Test ANR reason"); in forInputDispatchNoFocusedWindow_returnsCorrectTimeoutRecord() local
97 TimeoutRecord record = TimeoutRecord.forInputDispatchWindowUnresponsive("Test ANR reason"); in forInputDispatchWindowUnresponsive_returnsCorrectTimeoutRecord() local
107 TimeoutRecord record = TimeoutRecord.forServiceExec("Test ANR reason"); in forServiceExec_returnsCorrectTimeoutRecord() local
117 TimeoutRecord record = TimeoutRecord.forServiceStartWithEndTime("Test ANR reason", 1000L); in forServiceStartWithEndTime_returnsCorrectTimeoutRecord() local
128 TimeoutRecord record = TimeoutRecord.forContentProvider("Test ANR reason"); in forContentProvider_returnsCorrectTimeoutRecord() local
138 TimeoutRecord record = TimeoutRecord.forApp("Test ANR reason"); in forApp_returnsCorrectTimeoutRecord() local
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/database/
H A Dexport_db_manager.cpp34 ExportDetailRecord record = GetExportDetailRecord(moduleName); in GetExportEnabledSeq() local
46 ExportDetailRecord record = GetExportDetailRecord(moduleName); in GetExportBeginSeq() local
60 ExportDetailRecord record = { in HandleExportSwitchChanged() local
68 ExportDetailRecord record { in HandleExportSwitchChanged() local
81 ExportDetailRecord record = { in HandleExportTaskFinished() local
89 ExportDetailRecord record { in HandleExportTaskFinished() local
98 ExportDetailRecord record; in GetExportDetailRecord() local
105 ExportDetailRecord record = GetExportDetailRecord(moduleName); in IsUnrecordedModule() local
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_record_c.cpp26 int GetParamValue(const HiSysEventRecordC& record, const char* name, T& value) in GetParamValue()
35 int GetParamValue(const HiSysEventRecordC& record, const char* name, char** value) in GetParamValue()
49 int GetParamValues(const HiSysEventRecordC& record, const char* name, T** value, size_t& len) in GetParamValues()
74 int GetParamValues(const HiSysEventRecordC& record, const char* name, char*** value, size_t& len) in GetParamValues()
90 int GetParamNames(const HiSysEventRecordC& record, char*** names, size_t& len) in GetParamNames()
104 int GetParamInt64Value(const HiSysEventRecordC& record, const char* name, int64_t& value) in GetParamInt64Value()
109 int GetParamUint64Value(const HiSysEventRecordC& record, const char* name, uint64_t& value) in GetParamUint64Value()
114 int GetParamDoubleValue(const HiSysEventRecordC& record, const char* name, double& value) in GetParamDoubleValue()
119 int GetParamStringValue(const HiSysEventRecordC& record, const char* name, char** value) in GetParamStringValue()
149 void OH_HiSysEvent_GetParamNames(const HiSysEventRecordC* record, char*** names, size_t* len) in OH_HiSysEvent_GetParamNames()
[all …]
/aosp14/frameworks/base/packages/SettingsLib/SpaPrivileged/tests/src/com/android/settingslib/spaprivileged/template/app/
H A DAppOpPermissionAppListTest.kt130 val record = regex
146 val record = regex
162 val record = regex
178 val record = regex
198 val record = regex
213 val record = regex
228 val record = regex
243 val record = regex
258 val record = regex
274 val record = regex
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_local_record_test.cpp62 auto record = std::make_shared<OHOS::AppExecFwk::AbilityLocalRecord>(nullptr, nullptr); variable
77 auto record = std::make_shared<OHOS::AppExecFwk::AbilityLocalRecord>(nullptr, nullptr); variable
92 auto record = std::make_shared<OHOS::AppExecFwk::AbilityLocalRecord>(nullptr, nullptr); variable
107 auto record = std::make_shared<OHOS::AppExecFwk::AbilityLocalRecord>(nullptr, nullptr); variable
124 auto record = std::make_shared<OHOS::AppExecFwk::AbilityLocalRecord>(info, token); variable
139 auto record = std::make_shared<OHOS::AppExecFwk::AbilityLocalRecord>(info, token); variable
H A Dpage_ability_impl_test.cpp77 …std::shared_ptr<AbilityLocalRecord> record = std::make_shared<AbilityLocalRecord>(abilityInfo, tok… variable
110 …std::shared_ptr<AbilityLocalRecord> record = std::make_shared<AbilityLocalRecord>(abilityInfo, tok… variable
142 …std::shared_ptr<AbilityLocalRecord> record = std::make_shared<AbilityLocalRecord>(abilityInfo, tok… variable
175 …std::shared_ptr<AbilityLocalRecord> record = std::make_shared<AbilityLocalRecord>(abilityInfo, tok… variable
680 auto record = std::make_shared<AbilityLocalRecord>(abilityInfo, token); variable
711 auto record = std::make_shared<AbilityLocalRecord>(abilityInfo, token); variable
742 auto record = std::make_shared<AbilityLocalRecord>(abilityInfo, token); variable
773 auto record = std::make_shared<AbilityLocalRecord>(abilityInfo, token); variable
804 auto record = std::make_shared<AbilityLocalRecord>(abilityInfo, token); variable
835 auto record = std::make_shared<AbilityLocalRecord>(abilityInfo, token); variable
[all …]
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/persistence/
H A DAppLaunchSceneDbAdapter.cpp18 … AppLaunchSceneDbAdapter::CreateRecord(const std::string& bundleName, const AppStartRecord& record) in CreateRecord()
23 … AppLaunchSceneDbAdapter::UpdateRecord(const std::string& bundleName, const AppStartRecord& record) in UpdateRecord()
35 AppStartRecord record; in QueryRecord() local
43 void AppLaunchSceneDbAdapter::CreateRecord(const AppStartRecord& record) in CreateRecord()
48 void AppLaunchSceneDbAdapter::UpdateRecord(const AppStartRecord& record) in UpdateRecord()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DFgsLoggerTest.java72 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testFgsStartThenApiStart() local
93 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testApiStartThenFgsStart() local
117 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testFgsStartApiStartFgsStopApiStop() local
156 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testApiStartStopFgs() local
176 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testFgsStartStopApiStartStop() local
200 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testMultipleStartStopApis() local
257 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testMultipleStartStops() local
325 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testMultiStartStopThroughout() local
394 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testMultipleFGS() local
467 ServiceRecord record = ServiceRecord.newEmptyInstanceForTest(null); in testMultipleUid() local
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_running_record_test/
H A Dability_running_record_test.cpp78 auto record = std::make_shared<AbilityRunningRecord>(abilityInfo, token, abilityRecordId); variable
100 auto record = std::make_shared<AbilityRunningRecord>(abilityInfo, token, abilityRecordId); variable
122 auto record = std::make_shared<AbilityRunningRecord>(abilityInfo, token, abilityRecordId); variable
143 auto record = std::make_shared<AbilityRunningRecord>(abilityInfo, token, abilityRecordId); variable
164 auto record = std::make_shared<AbilityRunningRecord>(abilityInfo, token, abilityRecordId); variable
187 auto record = std::make_shared<AbilityRunningRecord>(abilityInfo, token, abilityRecordId); variable
208 auto record = std::make_shared<AbilityRunningRecord>(abilityInfo, token, abilityRecordId); variable
230 auto record = std::make_shared<AbilityRunningRecord>(abilityInfo, token, abilityRecordId); variable
251 auto record = std::make_shared<AbilityRunningRecord>(abilityInfo, token, abilityRecordId); variable
272 auto record = std::make_shared<AbilityRunningRecord>(abilityInfo, token, abilityRecordId); variable
[all …]
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_utils.cpp119 for (auto const& record : records) { in Convert() local
296 …ptr<PasteDataRecord> PasteboardUtils::Want2PasteRecord(const std::shared_ptr<UnifiedRecord> record) in Want2PasteRecord()
314 …_ptr<UnifiedRecord> PasteboardUtils::PasteRecord2Want(const std::shared_ptr<PasteDataRecord> recor… in PasteRecord2Want()
328 …ptr<PasteDataRecord> PasteboardUtils::Html2PasteRecord(const std::shared_ptr<UnifiedRecord> record) in Html2PasteRecord()
351 …_ptr<UnifiedRecord> PasteboardUtils::PasteRecord2Html(const std::shared_ptr<PasteDataRecord> recor… in PasteRecord2Html()
369 …ptr<PasteDataRecord> PasteboardUtils::Link2PasteRecord(const std::shared_ptr<UnifiedRecord> record) in Link2PasteRecord()
392 …_ptr<UnifiedRecord> PasteboardUtils::PasteRecord2Link(const std::shared_ptr<PasteDataRecord> recor… in PasteRecord2Link()
410 …ptr<PasteDataRecord> PasteboardUtils::File2PasteRecord(const std::shared_ptr<UnifiedRecord> record) in File2PasteRecord()
423 …_ptr<UnifiedRecord> PasteboardUtils::PasteRecord2File(const std::shared_ptr<PasteDataRecord> recor… in PasteRecord2File()
717 …hared_ptr<UnifiedRecord> PasteboardUtils::PasteRecord2Text(std::shared_ptr<PasteDataRecord> record) in PasteRecord2Text()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationComparator.java148 private boolean isImportantColorized(NotificationRecord record) { in isImportantColorized()
155 private boolean isImportantOngoing(NotificationRecord record) { in isImportantOngoing()
168 protected boolean isImportantPeople(NotificationRecord record) { in isImportantPeople()
178 protected boolean isImportantMessaging(NotificationRecord record) { in isImportantMessaging()
182 protected boolean isSystemMax(NotificationRecord record) { in isSystemMax()
196 private boolean isMediaNotification(NotificationRecord record) { in isMediaNotification()
200 private boolean isCallCategory(NotificationRecord record) { in isCallCategory()
205 private boolean isCallStyle(NotificationRecord record) { in isCallStyle()
H A DZenModeFiltering.java138 private static Bundle extras(NotificationRecord record) { in extras()
143 protected void recordCall(NotificationRecord record) { in recordCall()
151 NotificationRecord record) { in shouldIntercept()
308 private boolean isCritical(NotificationRecord record) { in isCritical()
323 protected static boolean isAlarm(NotificationRecord record) { in isAlarm()
328 private static boolean isEvent(NotificationRecord record) { in isEvent()
336 public boolean isCall(NotificationRecord record) { in isCall()
341 public boolean isMedia(NotificationRecord record) { in isMedia()
347 public boolean isSystem(NotificationRecord record) { in isSystem()
364 protected boolean isMessage(NotificationRecord record) { in isMessage()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dfixed_queue.h103 bool FixedQueue<T>::TryPush(T record) in TryPush()
118 void FixedQueue<T>::Push(T record) in Push()
129 bool FixedQueue<T>::TryPop(T &record) in TryPop()
145 void FixedQueue<T>::Pop(T &record) in Pop()
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dability_connect_mission.cpp31 auto record = *iterator; in ~AbilityConnectMission() local
48 for (const auto record : serviceRecords_) { in FindServiceRecord() local
60 for (const auto record : serviceRecords_) { in FindServiceRecord() local
77 for (const auto record : serviceRecords_) { in FindServiceRecord() local
88 auto record = *iterator; in RemoveServiceRecord() local
102 auto record = *iterator; in RemoveServiceRecord() local
122 for (const auto record : serviceRecords_) { in CountServiceInApp() local
155 auto record = *iterator; in RemoveConnectRecordByPageToken() local
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAppLaunchSceneDataProcessor.cpp79 AppStartRecord record = GetRecord(bundleName); in ProcessSceneData() local
147 AppStartRecord record = GetRecord(bundleName); in SaveCheckPoint() local
209 bool AppLaunchSceneDataProcessor::HaveStartPoint(const AppStartRecord& record) in HaveStartPoint()
214 bool AppLaunchSceneDataProcessor::HaveAllEndPoints(const AppStartRecord& record) in HaveAllEndPoints()
219 bool AppLaunchSceneDataProcessor::HaveEndPoint(const AppStartRecord& record) in HaveEndPoint()
231 AppStartRecord record = GetRecord(bundleName); in AllPointsReceived() local
252 int32_t AppLaunchSceneDataProcessor::GetAppPid(const AppStartRecord& record) in GetAppPid()
274 AppStartRecord record = GetRecord(bundleName); in CalcMetrics() local
352 AppStartRecord record = GetRecord(bundleName); in ReportConditionMet() local
374 AppStartRecord record; in CreateRecord() local
[all …]
H A DAnimatorSceneDataProcessor.cpp85 AnimatorRecord* record = GetRecord(evt->animatorInfo.basicInfo.uniqueId); in ProcessSceneData() local
113 AnimatorRecord* record = GetRecord(evt->animatorInfo.basicInfo.uniqueId); in HasStartPoint() local
125 AnimatorRecord* record = GetRecord(evt->animatorInfo.basicInfo.uniqueId); in AllPointsReceived() local
141 AnimatorRecord* record = GetRecord(evt->animatorInfo.basicInfo.uniqueId); in SaveAnimatorPoint() local
158 AnimatorMetrics AnimatorSceneDataProcessor::CalcMetrics(const AnimatorRecord& record) in CalcMetrics()
184 AnimatorRecord* record = nullptr; in GetRecord() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/
H A Dams_app_running_record_test.cpp460 auto record = GetTestAppRunningRecord(); variable
490 auto record = GetTestAppRunningRecord(); variable
555 auto record = GetTestAppRunningRecord(); variable
579 auto record = GetTestAppRunningRecord(); variable
597 auto record = GetTestAppRunningRecord(); variable
615 auto record = GetTestAppRunningRecord(); variable
633 auto record = GetTestAppRunningRecord(); variable
651 auto record = GetTestAppRunningRecord(); variable
669 auto record = GetTestAppRunningRecord(); variable
688 auto record = GetTestAppRunningRecord(); variable
[all …]
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf.cpp138 static bool IsUnifiedRecordValid(OH_UdmfRecord* record) in IsUnifiedRecordValid()
181 int OH_UdmfData_AddRecord(OH_UdmfData* unifiedData, OH_UdmfRecord* record) in OH_UdmfData_AddRecord()
214 char** OH_UdmfRecord_GetTypes(OH_UdmfRecord* record, unsigned int* count) in OH_UdmfRecord_GetTypes()
408 OH_UdmfRecord* record = new (std::nothrow) OH_UdmfRecord; in OH_UdmfRecord_Create() local
416 void OH_UdmfRecord_Destroy(OH_UdmfRecord* record) in OH_UdmfRecord_Destroy()
527 void AddUds(OH_UdmfRecord* record, UdsObject* udsObject, UDType type) in AddUds()
554 int OH_UdmfRecord_AddHtml(OH_UdmfRecord* record, OH_UdsHtml* html) in OH_UdmfRecord_AddHtml()
563 int OH_UdmfRecord_AddAppItem(OH_UdmfRecord* record, OH_UdsAppItem* appItem) in OH_UdmfRecord_AddAppItem()
572 int OH_UdmfRecord_AddFileUri(OH_UdmfRecord* record, OH_UdsFileUri* fileUri) in OH_UdmfRecord_AddFileUri()
613 int GetUds(OH_UdmfRecord* record, UdsObject* udsObject, UDType type) in GetUds()
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DViewInfoStore.java67 InfoRecord record = mLayoutHolderMap.get(holder); in addToPreLayout() local
77 final InfoRecord record = mLayoutHolderMap.get(holder); in isDisappearing() local
108 final InfoRecord record = mLayoutHolderMap.valueAt(index); in popFromLayoutStep() local
148 InfoRecord record = mLayoutHolderMap.get(holder); in addToAppearedInPreLayoutHolders() local
164 final InfoRecord record = mLayoutHolderMap.get(viewHolder); in isInPreLayout() local
185 InfoRecord record = mLayoutHolderMap.get(holder); in addToPostLayout() local
201 InfoRecord record = mLayoutHolderMap.get(holder); in addToDisappearedInLayout() local
214 InfoRecord record = mLayoutHolderMap.get(holder); in removeFromDisappearedInLayout() local
224 final InfoRecord record = mLayoutHolderMap.removeAt(index); in process() local
314 InfoRecord record = sPool.acquire(); in obtain() local
[all …]
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dconvert_utils_test.cpp93 void ConvertUtilsTest::AddPlainUdsEntry(UDMF::UnifiedRecord& record) in AddPlainUdsEntry()
102 void ConvertUtilsTest::AddFileUriUdsEntry(UDMF::UnifiedRecord& record) in AddFileUriUdsEntry()
112 void ConvertUtilsTest::AddHtmlUdsEntry(UDMF::UnifiedRecord& record) in AddHtmlUdsEntry()
121 void ConvertUtilsTest::AddLinkUdsEntry(UDMF::UnifiedRecord& record) in AddLinkUdsEntry()
130 void ConvertUtilsTest::AddCustomEntry(UDMF::UnifiedRecord& record) in AddCustomEntry()
135 void ConvertUtilsTest::AddCustomEntries(UDMF::UnifiedRecord& record) in AddCustomEntries()
368 auto record = decodePasteData.GetRecordAt(0); variable
395 auto record = decodePasteData.GetRecordAt(0); variable
422 auto record = decodePasteData.GetRecordAt(0); variable
454 auto record = decodePasteData.GetRecordAt(0); variable
[all …]
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_flow_control_service.cpp33 ErrCode FlowControlService::FlowControl(const std::shared_ptr<NotificationRecord> &record, in FlowControl()
50 ErrCode FlowControlService::PublishFlowCtrl(const std::shared_ptr<NotificationRecord> &record, in PublishFlowCtrl()
71 ErrCode FlowControlService::PublishGlobalFlowCtrl(const std::shared_ptr<NotificationRecord> &record, in PublishGlobalFlowCtrl()
106 …rrCode FlowControlService::PublishSingleAppFlowCtrl(const std::shared_ptr<NotificationRecord> &rec… in PublishSingleAppFlowCtrl()
127 void FlowControlService::PublishRecordTimestamp(const std::shared_ptr<NotificationRecord> &record, in PublishRecordTimestamp()
162 ErrCode FlowControlService::UpdateFlowCtrl(const std::shared_ptr<NotificationRecord> &record, in UpdateFlowCtrl()
183 ErrCode FlowControlService::UpdateGlobalFlowCtrl(const std::shared_ptr<NotificationRecord> &record, in UpdateGlobalFlowCtrl()
218 ErrCode FlowControlService::UpdateSingleAppFlowCtrl(const std::shared_ptr<NotificationRecord> &reco… in UpdateSingleAppFlowCtrl()
239 void FlowControlService::UpdateRecordTimestamp(const std::shared_ptr<NotificationRecord> &record, in UpdateRecordTimestamp()
H A Dnotification_subscriber_manager.cpp291 std::shared_ptr<SubscriberRecord> record = FindSubscriberRecord(object); in OnRemoteDied() local
381 std::shared_ptr<SubscriberRecord> record = FindSubscriberRecord(subscriber); in AddSubscriberInner() local
434 for (auto record : subscriberRecordList_) { in NotifyConsumedInner() local
461 for (auto record : subscriberRecordList_) { in GetIsEnableEffectedRemind() local
512 for (auto record : subscriberRecordList_) { in NotifyCanceledInner() local
570 for (auto record : subscriberRecordList_) { in BatchNotifyCanceledInner() local
613 for (auto record : subscriberRecordList_) { in NotifyUpdatedInner() local
621 for (auto record : subscriberRecordList_) { in NotifyDoNotDisturbDateChangedInner() local
634 for (auto record : subscriberRecordList_) { in NotifyBadgeEnabledChangedInner() local
652 for (auto record : subscriberRecordList_) { in NotifyEnabledNotificationChangedInner() local
[all …]
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_data.cpp59 void UnifiedData::AddRecord(const std::shared_ptr<UnifiedRecord> &record) in AddRecord()
70 for (auto &record :records) { in AddRecords() local
100 for (const auto &record : records_) { in GetTypes() local
111 for (const std::shared_ptr<UnifiedRecord> &record : records_) { in GetTypesLabels() local
119 for (const std::shared_ptr<UnifiedRecord> &record : records_) { in HasType() local
130 for (const auto &record : records_) { in GetEntriesTypes() local
139 for (const auto &record : records_) { in HasTypeInEntries() local
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dfms_form_data_mgr_test.cpp446 FormRecord record; variable
824 FormRecord record; variable
1374 FormRecord record; variable
1402 FormRecord record; variable
1439 FormRecord record; variable
3311 FormRecord record; variable
3406 FormRecord record; variable
3699 FormRecord record; variable
3721 FormRecord record; variable
3750 FormRecord record; variable
[all …]

12345678910>>...23