Home
last modified time | relevance | path

Searched refs:record (Results 651 - 675 of 1040) sorted by relevance

1...<<21222324252627282930>>...42

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer_extend.cpp149 int errCode = cloudDB_.BatchInsert(uploadData.tableName, uploadData.insData.record, in BatchInsert()
179 LOGE("[CloudSyncer][BatchInsert] errCode: %d, can not skip assets missing record.", errCode); in BatchInsert()
194 int errCode = cloudDB_.BatchUpdate(uploadData.tableName, uploadData.updData.record, in BatchUpdate()
224 LOGE("[CloudSyncer][BatchUpdate] errCode: %d, can not skip assets missing record.", errCode); in BatchUpdate()
600 int errCode = cloudDB_.BatchDelete(uploadData.tableName, uploadData.delData.record, in BatchDelete()
1005 // no record upload in UploadVersionRecordIfNeed()
1015 bool isInsert = !uploadData.insData.record.empty(); in UploadVersionRecordIfNeed()
1017 if (batchData.record.empty()) { in UploadVersionRecordIfNeed()
1018 LOGE("[CloudSyncer] Get invalid cloud version record"); in UploadVersionRecordIfNeed()
1022 CloudStorageUtils::GetStringFromCloudData(CloudDbConstant::CLOUD_KV_FIELD_VALUE, batchData.record[ in UploadVersionRecordIfNeed()
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfswipe.c88 time_t date_m; /* mft record changed */
116 s64 inode; /* MFT record number */
123 int attr_list; /* MFT record may be one of many */
124 int directory; /* MFT record represents a directory */
125 MFT_RECORD *mft; /* Raw MFT record */
903 ntfs_log_verbose("Not base mft record. Skipping\n"); in wipe_tails()
950 * unused space at the end of the record and wipe any unused records.
993 ntfs_log_error("Bad mft record %lld\n", in wipe_mft()
1028 // Build the record from scratch in wipe_mft()
1089 * @indx_record_size: Size of INDX record
1713 destroy_record(ntfs_volume *nv, const s64 record, unsigned char * const buf) destroy_record() argument
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp455 TAG_LOGD(AAFwkTag::ABILITYMGR, "ability record: %{public}s", element.c_str()); in ProcessForegroundAbility()
579 TAG_LOGD(AAFwkTag::ABILITYMGR, "SUPPORT_GRAPHICS: ability record: %{public}s", element.c_str()); in ProcessForegroundAbility()
713 TAG_LOGD(AAFwkTag::ABILITYMGR, "SUPPORT_GRAPHICS: ability record: %{public}s", element.c_str()); in ProcessForegroundAbility()
1981 TAG_LOGE(AAFwkTag::ABILITYMGR, "null record"); in SendResultToSystemAbility()
2064 TAG_LOGI(AAFwkTag::ABILITYMGR, "null record"); in RemoveCallerRequestCode()
2098 auto record = std::find_if(callerList_.begin(), callerList_.end(), isExist); in AddCallerRecord() local
2100 if (record != callerList_.end()) { in AddCallerRecord()
2101 newCallerRecord->SetRequestCodeSet((*record)->GetRequestCodeSet()); in AddCallerRecord()
2102 callerList_.erase(record); in AddCallerRecord()
2149 TAG_LOGI(AAFwkTag::ABILITYMGR, "add system ability caller record"); in AddSystemAbilityCallerRecord()
2156 auto record = std::find_if(callerList_.begin(), callerList_.end(), isExist); AddSystemAbilityCallerRecord() local
[all...]
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp343 "get record value fail, data is out time, pre dataId is %{public}d, cur dataId is %{public}d", dataId, in GetRecordValueByType()
356 "get record value fail, dataId is %{public}d, recordId is %{public}d", dataId, recordId); in GetRecordValueByType()
362 "set record value fail, data is out time, pre dataId is %{public}d, cur dataId is %{public}d", dataId, in GetRecordValueByType()
366 auto record = data->GetRecordAt(recordId - 1); in GetRecordValueByType()
367 if (record != nullptr) { in GetRecordValueByType()
368 record->AddEntry(value.GetUtdId(), std::make_shared<PasteDataEntry>(value)); in GetRecordValueByType()
612 PASTEBOARD_HILOGE(PASTEBOARD_MODULE_SERVICE, "add record failed, result is %{public}d", result); in AddPermissionRecord()
890 for (auto record : data.AllRecords()) { in GetDelayPasteRecord()
891 if (!(record->HasEmptyEntry())) { in GetDelayPasteRecord()
892 PASTEBOARD_HILOGW(PASTEBOARD_MODULE_SERVICE, "record d in GetDelayPasteRecord()
[all...]
/foundation/ability/form_fwk/services/include/
H A Dform_mgr_adapter.h782 * @brief Add existed form record.
785 * @param record Form data.
792 const FormRecord &record, const int64_t formId, const WantParams &wantParams, FormJsInfo &formInfo);
795 * @brief Add new form record.
837 * @param record Form information.
840 bool IsFormCached(const FormRecord record);
861 * @param record Form information.
864 ErrCode HandleCastTempForm(const int64_t formId, const FormRecord &record);
1163 * @brief Call ThemeManager to delete form and clear record in database.
1170 * @brief Add theme form record i
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr.cpp146 for (const auto &record : formRecords) { in ReloadForm()
147 if (record.privacyLevel > 0) { in ReloadForm()
148 sandboxRecords.emplace_back(record); in ReloadForm()
150 normalRecords.emplace_back(record); in ReloadForm()
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Dtest_intel_pt.sh47 # perf record for testing without decoding
52 perf record -B -N --no-bpf-event "$@"
55 # perf record for testing should not need BPF events
59 perf record --no-bpf-event "$@"
123 echo "Failed to record MMAP events on CPU 1 when tracing CPU 0"
167 /perf record opening and mmapping events/ {
172 /perf record done opening and mmapping events/ {
506 echo "perf record failed with --aux-sample"
512 echo "perf record failed with --aux-sample-size"
526 echo "perf record faile
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocess_pptables_v1_0.c162 phm_ppt_v1_voltage_lookup_record *record; in get_vddc_lookup_table() local
179 record = GET_FLEXIBLE_ARRAY_MEMBER_ADDR( in get_vddc_lookup_table()
185 record->us_calculated = 0; in get_vddc_lookup_table()
186 record->us_vdd = le16_to_cpu(atom_record->usVdd); in get_vddc_lookup_table()
187 record->us_cac_low = le16_to_cpu(atom_record->usCACLow); in get_vddc_lookup_table()
188 record->us_cac_mid = le16_to_cpu(atom_record->usCACMid); in get_vddc_lookup_table()
189 record->us_cac_high = le16_to_cpu(atom_record->usCACHigh); in get_vddc_lookup_table()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocess_pptables_v1_0.c162 phm_ppt_v1_voltage_lookup_record *record; in get_vddc_lookup_table() local
175 record = GET_FLEXIBLE_ARRAY_MEMBER_ADDR( in get_vddc_lookup_table()
181 record->us_calculated = 0; in get_vddc_lookup_table()
182 record->us_vdd = le16_to_cpu(atom_record->usVdd); in get_vddc_lookup_table()
183 record->us_cac_low = le16_to_cpu(atom_record->usCACLow); in get_vddc_lookup_table()
184 record->us_cac_mid = le16_to_cpu(atom_record->usCACMid); in get_vddc_lookup_table()
185 record->us_cac_high = le16_to_cpu(atom_record->usCACHigh); in get_vddc_lookup_table()
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttcolr.c285 BaseGlyphRecord* record ) in find_base_glyph_record()
305 record->gid = gid; in find_base_glyph_record()
306 record->first_layer_index = FT_NEXT_USHORT( p ); in find_base_glyph_record()
307 record->num_layers = FT_NEXT_USHORT( p ); in find_base_glyph_record()
738 BaseGlyphV1Record *record ) in find_base_glyph_v1_record()
764 record->gid = gid; in find_base_glyph_v1_record()
765 record->paint_offset = FT_NEXT_ULONG ( p ); in find_base_glyph_v1_record()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_impl.cpp35 const std::shared_ptr<AbilityLocalRecord> &record, in Init()
42 if ((token == nullptr) || (application == nullptr) || (handler == nullptr) || (record == nullptr) || in Init()
44 TAG_LOGE(AAFwkTag::ABILITY, "null token/application/handler/record/ability"); in Init()
48 token_ = record->GetToken(); in Init()
51 auto info = record->GetAbilityInfo(); in Init()
58 ability_->Init(record->GetAbilityInfo(), application, handler, token); in Init()
34 Init(const std::shared_ptr<OHOSApplication> &application, const std::shared_ptr<AbilityLocalRecord> &record, std::shared_ptr<Ability> &ability, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_state_observer.cpp544 auto record = std::make_shared<FormEventCallbackList>(bundleName, type, env); in RegisterClickEventCallback() local
545 if (record == nullptr) { in RegisterClickEventCallback()
549 record->PushCallback(callback); in RegisterClickEventCallback()
555 std::vector<std::shared_ptr<FormEventCallbackList>> formEventCallbackListVector {record}; in RegisterClickEventCallback()
572 formEventCallbackListIter->second.emplace_back(record); in RegisterClickEventCallback()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dfms_form_mgr_service_test2.cpp501 FormRecord record; in HWTEST_F() local
502 record.bundleName = bundleName; in HWTEST_F()
503 record.userId = userId; in HWTEST_F()
504 record.formVisibleNotifyState = 1; in HWTEST_F()
506 FormDataMgr::GetInstance().formRecords_.emplace(formId, record); in HWTEST_F()
/foundation/communication/dsoftbus/core/common/utils/
H A Dsqlite3_utils.c59 * After each networking, record the udid value according to the device account.
111 const TrustedDevInfoRecord *record = (TrustedDevInfoRecord *)data; in BindInsertTrustedDevInfoCb() local
112 rc = BindParaText(ctx, idx, record->accountHexHash, strlen(record->accountHexHash)); in BindInsertTrustedDevInfoCb()
116 return BindParaText(ctx, ++idx, record->udid, strlen(record->udid)); in BindInsertTrustedDevInfoCb()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H A Dmthca_eq.c248 struct ib_event record; in port_change() local
253 record.device = &dev->ib_dev; in port_change()
254 record.event = active ? IB_EVENT_PORT_ACTIVE : IB_EVENT_PORT_ERR; in port_change()
255 record.element.port_num = port; in port_change()
257 ib_dispatch_event(&record); in port_change()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H A Dmthca_eq.c248 struct ib_event record; in port_change() local
253 record.device = &dev->ib_dev; in port_change()
254 record.event = active ? IB_EVENT_PORT_ACTIVE : IB_EVENT_PORT_ERR; in port_change()
255 record.element.port_num = port; in port_change()
257 ib_dispatch_event(&record); in port_change()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_extension_ability/
H A Dui_extension_base_impl.h33 virtual std::shared_ptr<ExtensionCommon> Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord> &record,
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/include/
H A Dringtone_datashare_extension.h44 * @param record the extension record.
49 EXPORT void Init(const std::shared_ptr<AppExecFwk::AbilityLocalRecord> &record,
76 * @brief Inserts a single data record into the database.
79 * @param value Indicates the data record to insert. If this parameter is null, a blank row will be inserted.
81 * @return Returns the index of the inserted data record.
/foundation/communication/netmanager_ext/services/netfirewallmanager/include/
H A Dnetfirewall_intercept_recorder.h44 virtual int32_t OnIntercept(sptr<InterceptRecord> &record) override;
83 * @param reocrd record object
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/
H A Dasset_operation_utils.h41 static void FilterDeleteAsset(VBucket &record);
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dunified_data.h35 void AddRecord(const std::shared_ptr<UnifiedRecord> &record);
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dhyp-stub.S37 * If they don't match, record that fact. The Z bit indicates
46 strne \reg1, [\reg2] @ record what happened and give up
/kernel/linux/linux-5.10/scripts/
H A Dobjdiff14 # $ ./scripts/objdiff record path/to/*.o
18 # $ ./scripts/objdiff record path/to/*.o
39 echo >&2 " record <list of object files or directories>"
146 record)
/kernel/linux/linux-5.10/tools/perf/tests/shell/
H A Drecord+probe_libc_inet_pton.sh59 perf record -e $event_name/$eventattr/ -o $perf_data ping -6 -c 1 ::1 > /dev/null 2>&1
H A Dbuildid.sh78 ${perf} record --buildid-all -o ${data} ${1}
80 echo "failed: record ${1}"
94 # add binaries via perf record post processing

Completed in 29 milliseconds

1...<<21222324252627282930>>...42