Home
last modified time | relevance | path

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

12345

/base/hiviewdfx/hiview/plugins/event_store/event_export/database/
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
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
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()
124 int GetParamInt64Values(const HiSysEventRecordC& record, const char* name, int64_t** value, size_t&… in GetParamInt64Values()
[all …]
/base/hiviewdfx/hiview/plugins/performance/persistence/
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()
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
DAppLaunchSceneDataProcessor.cpp79 AppStartRecord record = GetRecord(bundleName); in ProcessSceneData() local
147 AppStartRecord record = GetRecord(bundleName); in SaveCheckPoint() local
154 void AppLaunchSceneDataProcessor::SaveCheckPoint(AppStartRecord& record, const AppStartCheckPointDa… in SaveCheckPoint()
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()
224 bool AppLaunchSceneDataProcessor::HaveResponseOrCompletedPoint(const AppStartRecord& record) in HaveResponseOrCompletedPoint()
231 AppStartRecord record = GetRecord(bundleName); in AllPointsReceived() local
238 std::string AppLaunchSceneDataProcessor::GetProcessName(const AppStartRecord& record) in GetProcessName()
252 int32_t AppLaunchSceneDataProcessor::GetAppPid(const AppStartRecord& record) in GetAppPid()
[all …]
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
/base/notification/distributed_notification_service/services/ans/src/
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()
Dnotification_subscriber_manager.cpp171 …const sptr<NotificationSortingMap> &notificationMap, const std::shared_ptr<SubscriberRecord> &reco… in BatchNotifyConsumed()
291 std::shared_ptr<SubscriberRecord> record = FindSubscriberRecord(object); in OnRemoteDied() local
331 std::shared_ptr<SubscriberRecord> record = std::make_shared<SubscriberRecord>(); in CreateSubscriberRecord() local
339 std::shared_ptr<SubscriberRecord> &record, const sptr<NotificationSubscribeInfo> &subscribeInfo) in AddRecordInfo()
361 std::shared_ptr<SubscriberRecord> &record, const sptr<NotificationSubscribeInfo> &subscribeInfo) in RemoveRecordInfo()
381 std::shared_ptr<SubscriberRecord> record = FindSubscriberRecord(subscriber); in AddSubscriberInner() local
408 std::shared_ptr<SubscriberRecord> record = FindSubscriberRecord(subscriber); in RemoveSubscriberInner() local
434 for (auto record : subscriberRecordList_) { in NotifyConsumedInner() local
461 for (auto record : subscriberRecordList_) { in GetIsEnableEffectedRemind() local
471 …const sptr<NotificationSortingMap> &notificationMap, const std::shared_ptr<SubscriberRecord> &reco… in BatchNotifyConsumedInner()
[all …]
Dadvanced_notification_service.cpp363 …vancedNotificationService::AssignToNotificationList(const std::shared_ptr<NotificationRecord> &rec… in AssignToNotificationList()
465 …rCode AdvancedNotificationService::StartFinishTimer(const std::shared_ptr<NotificationRecord> &rec… in StartFinishTimer()
482 ErrCode AdvancedNotificationService::SetFinishTimer(const std::shared_ptr<NotificationRecord> &reco… in SetFinishTimer()
494 void AdvancedNotificationService::CancelFinishTimer(const std::shared_ptr<NotificationRecord> &reco… in CancelFinishTimer()
502 const std::shared_ptr<NotificationRecord> &record, int64_t expireTimePoint, in StartUpdateTimer()
519 ErrCode AdvancedNotificationService::SetUpdateTimer(const std::shared_ptr<NotificationRecord> &reco… in SetUpdateTimer()
531 void AdvancedNotificationService::CancelUpdateTimer(const std::shared_ptr<NotificationRecord> &reco… in CancelUpdateTimer()
538 void AdvancedNotificationService::StartArchiveTimer(const std::shared_ptr<NotificationRecord> &reco… in StartArchiveTimer()
559 …oid AdvancedNotificationService::CancelArchiveTimer(const std::shared_ptr<NotificationRecord> &rec… in CancelArchiveTimer()
566 … AdvancedNotificationService::StartAutoDeletedTimer(const std::shared_ptr<NotificationRecord> &rec… in StartAutoDeletedTimer()
[all …]
Dadvanced_notification_live_view_service.cpp72 auto record = std::make_shared<NotificationRecord>(); in RecoverLiveViewFromDb() local
114 …cedNotificationService::UpdateNotificationTimerInfo(const std::shared_ptr<NotificationRecord> &rec… in UpdateNotificationTimerInfo()
153 … AdvancedNotificationService::ProcForDeleteLiveView(const std::shared_ptr<NotificationRecord> &rec… in ProcForDeleteLiveView()
171 const std::shared_ptr<NotificationSubscriberManager::SubscriberRecord> &record) in OnSubscriberAddInffrt()
179 const std::shared_ptr<NotificationSubscriberManager::SubscriberRecord> &record) in OnSubscriberAdd()
521 …dNotificationService::UpdateInDelayNotificationList(const std::shared_ptr<NotificationRecord> &rec… in UpdateInDelayNotificationList()
538 …ncedNotificationService::AddToDelayNotificationList(const std::shared_ptr<NotificationRecord> &rec… in AddToDelayNotificationList()
547 …otificationService::SaPublishSystemLiveViewAsBundle(const std::shared_ptr<NotificationRecord> &rec… in SaPublishSystemLiveViewAsBundle()
605 auto record = GetFromDelayedNotificationList(ownerUid, notificationId); in StartPublishDelayedNotificationTimeOut() local
618 …otificationService::StartPublishDelayedNotification(const std::shared_ptr<NotificationRecord> &rec… in StartPublishDelayedNotification()
[all …]
Dnotification_local_live_view_subscriber_manager.cpp157 std::shared_ptr<LocalLiveViewSubscriberRecord> record = FindSubscriberRecord(object); in OnRemoteDied() local
200 …std::shared_ptr<LocalLiveViewSubscriberRecord> record = std::make_shared<LocalLiveViewSubscriberRe… in CreateSubscriberRecord() local
217 std::shared_ptr<LocalLiveViewSubscriberRecord> record = FindSubscriberRecord(subscriber); in AddSubscriberInner() local
239 std::shared_ptr<LocalLiveViewSubscriberRecord> record = FindSubscriberRecord(subscriber); in RemoveSubscriberInner() local
274 for (auto record : buttonRecordList_) { in NotifyTriggerResponseInner() local
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_manager_c_test.cpp76 void RecordBaseParamPrint(const HiSysEventRecord& record) in RecordBaseParamPrint()
92 HiSysEventRecord record = records[i]; in OnQueryTest() local
125 void OnEventTest(HiSysEventRecordC record) in OnEventTest()
173 void RecordParamNameTest(const HiSysEventRecord& record, const std::map<std::string, std::string>& … in RecordParamNameTest()
186 void RecordParamIntValueTest(const HiSysEventRecord& record, const std::string& name, int64_t value) in RecordParamIntValueTest()
194 void RecordParamUintValueTest(const HiSysEventRecord& record, const std::string& name, uint64_t val… in RecordParamUintValueTest()
202 void RecordParamDouValueTest(const HiSysEventRecord& record, const std::string& name, double value) in RecordParamDouValueTest()
210 void RecordParamStrValueTest(const HiSysEventRecord& record, const std::string& name, const std::st… in RecordParamStrValueTest()
219 void RecordParamIntValuesTest(const HiSysEventRecord& record, const std::string& name, in RecordParamIntValuesTest()
233 void RecordParamUintValuesTest(const HiSysEventRecord& record, const std::string& name, in RecordParamUintValuesTest()
[all …]
/base/security/access_token/services/privacymanager/src/record/
Dpermission_record.cpp23 void PermissionRecord::TranslationIntoGenericValues(const PermissionRecord& record, GenericValues& … in TranslationIntoGenericValues()
36 …ssionRecord::TranslationIntoPermissionRecord(const GenericValues& values, PermissionRecord& record) in TranslationIntoPermissionRecord()
/base/hiviewdfx/hiview/plugins/event_store/event_export/database/adapter/
Dexport_db_storage.cpp89 void ExportDbStorage::InsertExportDetailRecord(ExportDetailRecord& record) in InsertExportDetailRecord()
101 void ExportDbStorage::UpdateExportEnabledSeq(ExportDetailRecord& record) in UpdateExportEnabledSeq()
106 void ExportDbStorage::UpdateExportedMaxSeq(ExportDetailRecord& record) in UpdateExportedMaxSeq()
111 …ExportDbStorage::QueryExportDetailRecord(const std::string& moduleName, ExportDetailRecord& record) in QueryExportDetailRecord()
168 void ExportDbStorage::UpdateExportDetailRecordSeq(ExportDetailRecord& record, const std::string& se… in UpdateExportDetailRecordSeq()
/base/customization/enterprise_device_management/framework/extension/src/
Denterprise_admin_extension.cpp40 void EnterpriseAdminExtension::Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord>& record, in Init()
50 const std::shared_ptr<AppExecFwk::AbilityLocalRecord>& record, in CreateAndInitContext()
/base/theme/wallpaper_mgr/frameworks/kits/extension/src/
Dwallpaper_extension_ability.cpp42 void WallpaperExtensionAbility::Init(const std::shared_ptr<AbilityLocalRecord> &record, in Init()
51const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &applica… in CreateAndInitContext()
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dpermission_filter_test.cpp64 std::shared_ptr<NotificationRecord> record = std::make_shared<NotificationRecord>(); variable
92 std::shared_ptr<NotificationRecord> record = std::make_shared<NotificationRecord>(); variable
/base/print/print_fwk/frameworks/kits/extension/src/
Dprint_extension.cpp44 void PrintExtension::Init(const std::shared_ptr<AbilityLocalRecord> &record, in Init()
54const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &applica… in CreateAndInitContext()
/base/notification/common_event_service/frameworks/extension/src/
Dstatic_subscriber_extension.cpp41 void StaticSubscriberExtension::Init(const std::shared_ptr<AbilityLocalRecord>& record, in Init()
51 const std::shared_ptr<AbilityLocalRecord>& record, in CreateAndInitContext()
/base/location/frameworks/native/fence_extension_ability/src/
Dfence_extension.cpp39 void FenceExtension::Init(const std::shared_ptr<AbilityLocalRecord> &record, in Init()
48const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &applica… in CreateAndInitContext()
/base/inputmethod/imf/frameworks/kits/extension/src/
Dinputmethod_extension.cpp43 void InputMethodExtension::Init(const std::shared_ptr<AbilityLocalRecord> &record, in Init()
52const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &applica… in CreateAndInitContext()
/base/web/webview/test/unittest/pasteboard_adapter/
Dpasteboard_client_adapter_test.cpp68 std::shared_ptr<PasteDataRecord> record = std::make_shared<PasteDataRecord>(); in SetUpTestCase() local
216 std::shared_ptr<PasteDataRecord> record = std::make_shared<PasteDataRecord>(); variable
264 std::shared_ptr<PasteDataRecordAdapter> record = variable
344 std::shared_ptr<PasteDataRecord> record = g_paster->GetRecord(); variable
474 std::shared_ptr<PasteDataRecordAdapter> record = g_dataAdapter->GetRecordAt(index); variable
524 std::shared_ptr<PasteDataRecordAdapter> record = g_dataAdapterNull->GetRecordAt(index); variable
560 std::size_t record = g_dataAdapterNull->GetRecordCount(); variable
582 PasteRecordVector record = g_dataAdapterNull->AllRecords(); variable
606 std::shared_ptr<PasteDataRecordAdapter> record = PasteDataRecordAdapter::NewRecord("text/html"); variable
673 std::shared_ptr<PasteDataRecordAdapter> record = PasteDataRecordAdapter::NewRecord(mimeType); variable
/base/telephony/state_registry/services/src/
Dtelephony_state_registry_service.cpp129 TelephonyStateRegistryRecord record = stateRecords_[i]; in UpdateCellularDataConnectState() local
160 TelephonyStateRegistryRecord record = stateRecords_[i]; in UpdateCellularDataFlow() local
182 TelephonyStateRegistryRecord record = stateRecords_[i]; in UpdateCallState() local
216 TelephonyStateRegistryRecord record = stateRecords_[i]; in UpdateCallStateForSlotId() local
245 TelephonyStateRegistryRecord record = stateRecords_[i]; in UpdateSimState() local
270 TelephonyStateRegistryRecord record = stateRecords_[i]; in UpdateSignalInfo() local
302 TelephonyStateRegistryRecord record = stateRecords_[i]; in UpdateCellInfo() local
369 TelephonyStateRegistryRecord record = stateRecords_[i]; in UpdateCfuIndicator() local
389 TelephonyStateRegistryRecord record = stateRecords_[i]; in UpdateIccAccount() local
414 TelephonyStateRegistryRecord record = stateRecords_[i]; in UpdateVoiceMailMsgIndicator() local
[all …]
/base/notification/common_event_service/services/test/unittest/common_event_control_manager_branch_test/
Dcommon_event_control_manager_branch_test.cpp593 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local
615 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local
637 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local
668 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local
692 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local
717 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local
742 HistoryEventRecord record; in HWTEST_F() local
760 HistoryEventRecord record; in HWTEST_F() local
778 HistoryEventRecord record; in HWTEST_F() local
800 HistoryEventRecord record; in HWTEST_F() local
[all …]
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
Dwrite_controller.cpp69 struct EventWroteRecord record; member
86 EventWroteRecord record; in Get() local
94 void Put(uint64_t key, struct EventWroteRecord record) in Put()
141 auto record = eventWroteLruCache_->Get(key); in CheckLimitWritingEvent() local
/base/notification/common_event_service/services/test/unittest/
Dcommon_event_subscriber_manager_test.cpp114 SubscriberRecordPtr record = nullptr; in HWTEST_F() local
133 SubscriberRecordPtr record = std::make_shared<EventSubscriberRecord>(); in HWTEST_F() local
153 SubscriberRecordPtr record = std::make_shared<EventSubscriberRecord>(); in HWTEST_F() local
176 SubscriberRecordPtr record = std::make_shared<EventSubscriberRecord>(); in HWTEST_F() local
210 SubscriberRecordPtr record = std::make_shared<EventSubscriberRecord>(); in HWTEST_F() local
233 SubscriberRecordPtr record = nullptr; in HWTEST_F() local
250 SubscriberRecordPtr record = std::make_shared<EventSubscriberRecord>(); in HWTEST_F() local
402 SubscriberRecordPtr record = std::make_shared<EventSubscriberRecord>(); in HWTEST_F() local
425 SubscriberRecordPtr record = std::make_shared<EventSubscriberRecord>(); in HWTEST_F() local
468 SubscriberRecordPtr record = std::make_shared<EventSubscriberRecord>(); in HWTEST_F() local
[all …]

12345