Home
last modified time | relevance | path

Searched refs:record (Results 476 - 500 of 1040) sorted by relevance

1...<<11121314151617181920>>...42

/foundation/ability/ability_runtime/test/fuzztest/dataabilitymanager_fuzzer/
H A Ddataabilitymanager_fuzzer.cpp103 std::shared_ptr<DataAbilityRecord> record; in DoSomethingInterestingWithMyAPI() local
104 dataAbilityManager->ReportDataAbilityAcquired(client, boolParam, record); in DoSomethingInterestingWithMyAPI()
105 dataAbilityManager->ReportDataAbilityReleased(client, boolParam, record); in DoSomethingInterestingWithMyAPI()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dndef_message.cpp174 bool bIsMB = (i == 0); // first record in MessageToString()
175 bool bIsME = (i == ndefMessage.lock()->ndefRecordList_.size() - 1); // last record in MessageToString()
181 void NdefMessage::NdefRecordToString(std::weak_ptr<NdefRecord> record, std::string& buffer, bool bIsMB, bool bIsME) in NdefRecordToString() argument
183 if (record.expired()) { in NdefRecordToString()
184 ErrorLog("NdefRecordToString, record invalid."); in NdefRecordToString()
187 std::string payload = record.lock()->payload_; in NdefRecordToString()
188 uint32_t tnf = record.lock()->tnf_; in NdefRecordToString()
189 std::string id = record.lock()->id_; in NdefRecordToString()
190 std::string rtdType = record.lock()->tagRtdType_; in NdefRecordToString()
270 // for the middle chunks record, nee in IsRecordLayoutLengthInvalid()
471 std::shared_ptr<NdefRecord> record = CreateNdefRecord(layout.tnf, id, payload, tagRtdType); ParseRecord() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_vema.c854 struct ib_event *record) in opa_vnic_event()
862 if (record->element.port_num != port->port_num) in opa_vnic_event()
866 record->event, dev_name(&record->device->dev), in opa_vnic_event()
867 record->element.port_num); in opa_vnic_event()
869 if (record->event != IB_EVENT_PORT_ERR && in opa_vnic_event()
870 record->event != IB_EVENT_PORT_ACTIVE) in opa_vnic_event()
874 if (record->event == IB_EVENT_PORT_ACTIVE) in opa_vnic_event()
853 opa_vnic_event(struct ib_event_handler *handler, struct ib_event *record) opa_vnic_event() argument
/kernel/linux/linux-6.6/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_vema.c855 struct ib_event *record) in opa_vnic_event()
863 if (record->element.port_num != port->port_num) in opa_vnic_event()
867 record->event, dev_name(&record->device->dev), in opa_vnic_event()
868 record->element.port_num); in opa_vnic_event()
870 if (record->event != IB_EVENT_PORT_ERR && in opa_vnic_event()
871 record->event != IB_EVENT_PORT_ACTIVE) in opa_vnic_event()
875 if (record->event == IB_EVENT_PORT_ACTIVE) in opa_vnic_event()
854 opa_vnic_event(struct ib_event_handler *handler, struct ib_event *record) opa_vnic_event() argument
/kernel/linux/linux-5.10/fs/btrfs/
H A Ddelayed-ref.c775 * is the flag used to record that accounting mods are required. in init_delayed_ref_head()
777 * Once we record must_insert_reserved, switch the action to in init_delayed_ref_head()
936 struct btrfs_qgroup_extent_record *record = NULL; in btrfs_add_delayed_tree_ref() local
965 record = kzalloc(sizeof(*record), GFP_NOFS); in btrfs_add_delayed_tree_ref()
966 if (!record) { in btrfs_add_delayed_tree_ref()
984 init_delayed_ref_head(head_ref, record, bytenr, num_bytes, in btrfs_add_delayed_tree_ref()
996 head_ref = add_delayed_ref_head(trans, head_ref, record, in btrfs_add_delayed_tree_ref()
1015 btrfs_qgroup_trace_extent_post(fs_info, record); in btrfs_add_delayed_tree_ref()
1031 struct btrfs_qgroup_extent_record *record in btrfs_add_delayed_data_ref() local
[all...]
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dform_extension.h46 * @param record the extension record.
51 virtual void Init(const std::shared_ptr<AbilityLocalRecord> &record,
59 * @param record the extension record.
66 const std::shared_ptr<AbilityLocalRecord> &record,
/foundation/ability/form_fwk/test/fuzztest/formdatamgr_fuzzer/
H A Dformdatamgr_fuzzer.cpp49 FormHostRecord record; in DoSomethingInterestingWithMyAPI() local
50 formDataMgr.CreateHostRecord(formInfo, callerToken, callingUid, record); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formrenderserviceextension_fuzzer/
H A Dformrenderserviceextension_fuzzer.cpp48 std::shared_ptr<AbilityLocalRecord> record = nullptr; in DoSomethingInterestingWithMyAPI() local
52 formRenderServiceExtension->Init(record, application, handler, token); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/include/
H A Dform_event_util.h52 static void HandleTimerUpdate(const int64_t formId, const FormRecord &record, const FormTimerCfg &timerCfg);
62 static UpdateType GetUpdateType(const FormRecord &record, const FormTimerCfg &timerCfg);
/foundation/ability/ability_runtime/test/unittest/photo_editor_extension_test/
H A Dphoto_editor_extension_test.cpp87 auto record = std::make_shared<AppExecFwk::AbilityLocalRecord>(abilityInfo, token, nullptr, 0); in HWTEST_F() local
97 photoEditorExtension->Init(record, application, handler, token); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Daction_extension_test.cpp87 auto record = std::make_shared<AppExecFwk::AbilityLocalRecord>(abilityInfo, token, nullptr, 0); in HWTEST_F() local
97 actionExtension->Init(record, application, handler, token); in HWTEST_F()
H A Dembedded_ui_extension_test.cpp87 auto record = std::make_shared<AppExecFwk::AbilityLocalRecord>(abilityInfo, token, nullptr, 0); in HWTEST_F() local
97 actionExtension->Init(record, application, handler, token); in HWTEST_F()
H A Dextension_second_test.cpp57 auto record = std::make_shared<AbilityLocalRecord>(info, token, nullptr, 0); in SetUp() local
62 extension_->Init(record, application, handler, token); in SetUp()
H A Dshare_extension_module_loader_test.cpp87 auto record = std::make_shared<AppExecFwk::AbilityLocalRecord>(abilityInfo, token, nullptr, 0); in HWTEST_F() local
97 shareExtension->Init(record, application, handler, token); in HWTEST_F()
H A Dshare_extension_test.cpp87 auto record = std::make_shared<AppExecFwk::AbilityLocalRecord>(abilityInfo, token, nullptr, 0); in HWTEST_F() local
97 shareExtension->Init(record, application, handler, token); in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dconvert_utils.h38 static std::shared_ptr<PasteDataRecord> Convert(std::shared_ptr<UnifiedRecord> record);
39 static std::shared_ptr<UnifiedRecord> Convert(std::shared_ptr<PasteDataRecord> record);
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Dstat.sh20 echo "stat record and report test"
21 if ! perf stat record -o - true | perf stat report -i - 2>&1 | \
24 echo "stat record and report test [Failed]"
28 echo "stat record and report test [Success]"
32 echo "stat record and script test"
33 if ! perf stat record -o - true | perf script -i - 2>&1 | \
36 echo "stat record and script test [Failed]"
40 echo "stat record and script test [Success]"
/kernel/linux/linux-6.6/tools/verification/rv/src/
H A Dtrace.c45 collect_registered_events(struct tep_event *event, struct tep_record *record, in collect_registered_events() argument
57 event->handler(s, record, event, context); in collect_registered_events()
113 * Let the main enable the record after setting some other in trace_instance_init()
/third_party/curl/tests/
H A Dutil.py45 def emit(self, record):
48 super(ClosingFileHandler, self).emit(record)
/third_party/gn/src/gn/
H A Dbuilder_record.h85 // Call this method to notify the record that its dependency |dep| was
86 // just resolved. This returns true to indicate that the current record
97 void AddGenDep(BuilderRecord* record);
98 void AddDep(BuilderRecord* record);
H A Dninja_outputs_writer_unittest.cc47 const BuilderRecord* record) { in ItemResolvedAndGeneratedCallback()
48 const Item* item = record->item(); in ItemResolvedAndGeneratedCallback()
130 [&write_info](const BuilderRecord* record) {
131 ItemResolvedAndGeneratedCallback(&write_info, record);
46 ItemResolvedAndGeneratedCallback(TargetWriteInfo* write_info, const BuilderRecord* record) ItemResolvedAndGeneratedCallback() argument
/third_party/node/lib/internal/perf/
H A Dtimerify.js40 histogram.record(MathCeil(duration * 1e6));
64 (!isHistogram(histogram) || typeof histogram.record !== 'function')) {
/third_party/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_tc1.c162 char record[100]; /* holds each record of the file read */ in process_file() local
172 * Read the first record of the datafile, then read until end-of-file in process_file()
174 while (fgets(record, 80, datafile)) { in process_file()
H A Dsched_tc0.c175 char record[100]; /* holds each record of the file read */ in process_file() local
185 * Read the first record of the datafile, then read until end-of-file in process_file()
187 while (fgets(record, 80, datafile)) { in process_file()
/third_party/node/deps/v8/src/profiler/
H A Dcircular-queue-inl.h26 return &dequeue_pos_->record; in Peek()
43 return &enqueue_pos_->record; in StartEnqueue()

Completed in 12 milliseconds

1...<<11121314151617181920>>...42