/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/src/ |
H A D | miscdevice_dump.cpp | 147 auto record = dumpQueue_.front(); in DumpMiscdeviceRecord() local 180 void MiscdeviceDump::UpdateRecordQueue(const VibrateRecord &record) in UpdateRecordQueue() 191 VibrateRecord record; in SaveVibrateRecord() local
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/utils/unittest/ |
H A D | sqlite3_utils_test.cpp | 463 char *record; variable 492 char *record; variable 546 char *record; variable 653 char *record = (char *)SoftBusCalloc(0 * UDID_BUF_LEN); variable
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_host_callback.cpp | 33 void FormHostCallback::OnAcquired(const int64_t formId, const FormRecord& record, in OnAcquired() 46 void FormHostCallback::OnUpdate(const int64_t formId, const FormRecord &record, const sptr<IRemoteO… in OnUpdate()
|
H A D | form_data_proxy_record.cpp | 274 SubscribeResultRecord record{iter.key_, search.subscribeId, iter.errCode_, false, 0}; in SubscribeRdbFormData() local 318 SubscribeResultRecord record{iter.key_, search.subscribeId, iter.errCode_, false, 0}; in SubscribePublishFormData() local 422 for (const auto &record : subscribeMap) { in ConvertSubscribeMapToRequests() local 443 for (auto &record : subscribeId2UrisMap) { in ConvertSubscribeMapToRequests() local 541 for (const auto &record : updateMap) { in UpdateSubscribeMap() local 584 auto& record = records.second; in RetryFailureSubscribes() local 591 auto& record = records.second; in RetryFailureSubscribes() local 713 void FormDataProxyRecord::AddSubscribeResultRecord(SubscribeResultRecord record, bool isRdbType) in AddSubscribeResultRecord() 770 void FormDataProxyRecord::RetryFailureRdbSubscribes(SubscribeResultRecord &record) in RetryFailureRdbSubscribes() 805 void FormDataProxyRecord::RetryFailurePublishedSubscribes(SubscribeResultRecord &record) in RetryFailurePublishedSubscribes() [all …]
|
H A D | form_data_mgr.cpp | 68 FormRecord record; in AllotFormRecord() local 120 for (auto &record : clientRecords_) { in AllotFormHostRecord() local 377 for (const auto &record : formDbInfos) { in CheckEnoughForm() local 601 FormRecord record; in HasFormUserUids() local 615 for (auto &record : clientRecords_) { in GetFormHostRecord() local 625 for (auto &record : clientRecords_) { in GetFormHostRemoteObj() local 810 for (auto &record : clientRecords_) { in IsEnableRefresh() local 827 for (auto &record : clientRecords_) { in IsEnableUpdate() local 2107 for (auto &record : clientRecords_) { in GetHostFormsCount() local 2363 for (auto record : formRecords_) { in GetRunningFormInfos() local [all …]
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/ |
H A D | paste_service_test.cpp | 278 auto record = PasteboardClient::GetInstance()->CreateUriRecord(uri); variable 406 auto record = newPasteData.GetPrimaryHtml(); variable 431 auto record = newPasteData2.GetPrimaryHtml(); variable 456 auto record = newPasteData2.GetPrimaryHtml(); variable 480 auto record = newPasteData.GetPrimaryHtml(); variable 508 auto record = pasteData.GetPrimaryWant(); variable 534 auto record = pasteData.GetPrimaryUri(); variable 559 auto record = pasteData.GetPrimaryText(); variable 584 auto record = pasteData.GetPrimaryHtml(); variable 832 auto record = pasteData->GetRecordAt(0); variable [all …]
|
/ohos5.0/base/notification/common_event_service/frameworks/extension/test/static_subscriber_extension_test/ |
H A D | static_subscriber_extension_test.cpp | 136 const std::shared_ptr<AbilityLocalRecord> record = nullptr; variable 164 …const std::shared_ptr<AbilityLocalRecord> record = std::make_shared<AbilityLocalRecord>(info, toke… variable 190 …const std::shared_ptr<AbilityLocalRecord> record = std::make_shared<AbilityLocalRecord>(info, toke… variable
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
H A D | hisysevent_listener_c.cpp | 37 HiSysEventRecordC record = {}; in OnEvent() local
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_slot_filter.cpp | 30 ErrCode NotificationSlotFilter::OnPublish(const std::shared_ptr<NotificationRecord> &record) in OnPublish()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/decision_db/src/ |
H A D | lnn_decision_db.c | 270 static int32_t BuildTrustedDevInfoRecord(const char *udid, TrustedDevInfoRecord *record) in BuildTrustedDevInfoRecord() 313 TrustedDevInfoRecord record; in InsertTrustedDevInfoRecord() local 362 TrustedDevInfoRecord record; in RemoveTrustedDevInfoRecord() local 405 static void DeleteDeviceFromList(TrustedDevInfoRecord *record) in DeleteDeviceFromList() 428 static void InsertDeviceToList(TrustedDevInfoRecord *record) in InsertDeviceToList() 461 TrustedDevInfoRecord record; in LnnInsertSpecificTrustedDevInfo() local 495 TrustedDevInfoRecord record; in LnnDeleteSpecificTrustedDevInfo() local
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/ |
H A D | notification_subscriber_manager_branch_test.cpp | 153 std::shared_ptr<NotificationSubscriberManager::SubscriberRecord> record = variable 183 std::shared_ptr<NotificationRecord> record = std::make_shared<NotificationRecord>(); variable 202 std::shared_ptr<NotificationRecord> record = std::make_shared<NotificationRecord>(); variable 222 std::shared_ptr<NotificationRecord> record = std::make_shared<NotificationRecord>(); variable 243 std::shared_ptr<NotificationRecord> record = std::make_shared<NotificationRecord>(); variable 266 std::shared_ptr<NotificationRecord> record = std::make_shared<NotificationRecord>(); variable 289 std::shared_ptr<NotificationRecord> record = std::make_shared<NotificationRecord>(); variable 306 std::shared_ptr<NotificationRecord> record = std::make_shared<NotificationRecord>(); variable 324 std::shared_ptr<NotificationRecord> record = std::make_shared<NotificationRecord>(); variable 343 std::shared_ptr<NotificationRecord> record = std::make_shared<NotificationRecord>(); variable [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_service_extension_test/ |
H A D | ability_service_extension_test.cpp | 85 …std::shared_ptr<AbilityLocalRecord> record = std::make_shared<AbilityLocalRecord>(abilityInfo, tok… variable 118 …std::shared_ptr<AbilityLocalRecord> record = std::make_shared<AbilityLocalRecord>(abilityInfo, tok… variable
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | auto_fill_extension_test.cpp | 101 auto record = std::make_shared<AppExecFwk::AbilityLocalRecord>(abilityInfo, token); variable 138 auto record = std::make_shared<AppExecFwk::AbilityLocalRecord>(abilityInfo, token); variable 195 std::shared_ptr<AppExecFwk::AbilityLocalRecord> record = nullptr; variable
|
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/ |
H A D | netfirewall_intercept_recorder.cpp | 83 void NetFirewallInterceptRecorder::PutRecordCache(sptr<InterceptRecord> record) in PutRecordCache() 121 int32_t NetFirewallInterceptRecorder::FirewallCallback::OnIntercept(sptr<InterceptRecord> &record) in OnIntercept()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_test.cpp | 333 auto record = std::make_shared<NotificationRecord>(); variable 2202 std::shared_ptr<NotificationRecord> record = nullptr; variable 2472 auto record = std::make_shared<NotificationRecord>(); variable 2494 auto record = std::make_shared<NotificationRecord>(); variable 2720 auto record = std::make_shared<NotificationRecord>(); variable 2752 auto record = std::make_shared<NotificationRecord>(); variable 2782 auto record = std::make_shared<NotificationRecord>(); variable 2827 auto record = std::make_shared<NotificationRecord>(); variable 2917 auto record = std::make_shared<NotificationRecord>(); variable 2938 auto record = std::make_shared<NotificationRecord>(); variable [all …]
|
H A D | advanced_notification_live_view_service_test.cpp | 114 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle); variable 270 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle); variable 296 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle); variable 332 auto record = advancedNotificationService_->MakeNotificationRecord(request, bundle); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/opentype_parser/ |
H A D | cmap_table_parser.cpp | 33 const auto& record = cmapTable->encodingRecords[i]; in Dump() local
|
/ohos5.0/foundation/multimodalinput/input/util/common/include/ |
H A D | aggregator.h | 42 std::string record; member
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | hiperf.md | 76 ## record section
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_request_form_test/ |
H A D | fms_form_mgr_request_form_test.cpp | 139 FormItemInfo record; variable 169 FormItemInfo record; variable
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | web_controller_test.cpp | 161 auto record = builder.Build(); variable 213 auto record = builder.Build(); variable 299 auto record = builder.Build(); variable 348 auto record = builder.Build(); variable
|
/ohos5.0/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_control_manager_test.cpp | 293 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local 314 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local 335 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local 357 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local 380 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local 421 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local 442 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local 463 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local 485 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local 508 std::shared_ptr<OrderedEventRecord> record = std::make_shared<OrderedEventRecord>(); in HWTEST_F() local
|
/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/src/ |
H A D | nativetoken_json_oper.c | 208 …int32_t UpdateStrArrayType(char* const strArr[], int32_t strNum, const char *strKey, cJSON *record) in UpdateStrArrayType() 246 static uint32_t UpdateItemcontent(const NativeTokenList *tokenNode, cJSON *record) in UpdateItemcontent() 278 uint32_t UpdateGoalItemFromRecord(const NativeTokenList *tokenNode, cJSON *record) in UpdateGoalItemFromRecord()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | netfirewall_callback_proxy.cpp | 25 int32_t NetFirewallCallbackProxy::OnIntercept(sptr<NetManagerStandard::InterceptRecord> &record) in OnIntercept()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | multi_ver_vacuum_executor_stub.cpp | 60 MultiVerRecordInfo record; in GetVacuumNeedRecordsByVersion() local 81 MultiVerRecordInfo record; in GetShadowRecordsOfNonClearTypeRecord() local
|