Home
last modified time | relevance | path

Searched refs:record (Results 1 - 16 of 16) sorted by relevance

/test/xts/acts/distributeddatamgr/UDMFtest/UDMFndktestHvigor/entry/src/main/cpp/
H A Dudmf_ndk_test.cpp40 OH_UdmfRecord *record = OH_UdmfRecord_Create(); in OH_Udmf_AddRecordToUnifiedData001() local
42 int status = OH_UdmfData_AddRecord(unifiedData, record); in OH_Udmf_AddRecordToUnifiedData001()
45 OH_UdmfRecord_Destroy(record); in OH_Udmf_AddRecordToUnifiedData001()
53 OH_UdmfRecord *record = OH_UdmfRecord_Create(); in OH_Udmf_HasUnifiedDataType001() local
55 OH_UdmfRecord_AddPlainText(record, plainText); in OH_Udmf_HasUnifiedDataType001()
56 OH_UdmfData_AddRecord(unifiedData, record); in OH_Udmf_HasUnifiedDataType001()
67 OH_UdmfRecord_Destroy(record); in OH_Udmf_HasUnifiedDataType001()
74 OH_UdmfRecord *record = OH_UdmfRecord_Create(); in OH_Udmf_GetUnifiedDataTypes001() local
76 OH_UdmfRecord_AddPlainText(record, plainText); in OH_Udmf_GetUnifiedDataTypes001()
77 OH_UdmfData_AddRecord(unifiedData, record); in OH_Udmf_GetUnifiedDataTypes001()
100 OH_UdmfRecord *record = OH_UdmfRecord_Create(); OH_Udmf_GetUnifiedRecordTypes001() local
118 OH_UdmfRecord *record = OH_UdmfRecord_Create(); OH_Udmf_GetRecords001() local
137 OH_UdmfRecord *record = OH_UdmfRecord_Create(); OH_Udmf_SetAndGetUnifiedData001() local
176 OH_UdmfRecord *record = OH_UdmfRecord_Create(); OH_Udmf_SetAndGetUnifiedData002() local
216 OH_UdmfRecord *record = OH_UdmfRecord_Create(); OH_Udmf_GetRecords002() local
246 OH_UdmfRecord *record = OH_UdmfRecord_Create(); OH_Udmf_AddAndGetGeneralEntry001() local
[all...]
H A Dnapi_init.cpp95 OH_UdmfRecord *record = OH_UdmfRecord_Create(); in OH_UdmfData_GetPrimaryPlainText_0006() local
96 OH_UdmfRecord_AddHtml(record, html); in OH_UdmfData_GetPrimaryPlainText_0006()
97 OH_UdmfData_AddRecord(data, record); in OH_UdmfData_GetPrimaryPlainText_0006()
104 OH_UdmfRecord_Destroy(record); in OH_UdmfData_GetPrimaryPlainText_0006()
116 OH_UdmfRecord *record = OH_UdmfRecord_Create(); in OH_UdmfData_GetPrimaryPlainText_0007() local
117 OH_UdmfRecord_AddPlainText(record, plainText); in OH_UdmfData_GetPrimaryPlainText_0007()
118 OH_UdmfData_AddRecord(data, record); in OH_UdmfData_GetPrimaryPlainText_0007()
119 OH_UdmfData_AddRecord(data, record); in OH_UdmfData_GetPrimaryPlainText_0007()
128 OH_UdmfRecord_Destroy(record); in OH_UdmfData_GetPrimaryPlainText_0007()
170 OH_UdmfRecord* record in OH_UdmfData_GetPrimaryHtml_0006() local
190 OH_UdmfRecord* record = OH_UdmfRecord_Create(); OH_UdmfData_GetPrimaryHtml_0007() local
228 OH_UdmfRecord *record = OH_UdmfRecord_Create(); OH_UdmfData_GetRecordCount004() local
243 OH_UdmfRecord *record = OH_UdmfRecord_Create(); OH_UdmfData_GetRecordCount005() local
297 OH_UdmfRecord* record = OH_UdmfRecord_Create(); OH_UdmfData_GetRecord006() local
311 OH_UdmfRecord* record = OH_UdmfRecord_Create(); OH_UdmfData_GetRecord007() local
324 OH_UdmfRecord* record = OH_UdmfRecord_Create(); OH_UdmfData_GetRecord008() local
343 OH_UdmfRecord* record = OH_UdmfRecord_Create(); OH_UdmfData_GetRecord009() local
370 OH_UdmfRecord* record = OH_UdmfRecord_Create(); OH_UdmfData_GetRecord010() local
445 OH_UdmfRecord *record = OH_UdmfRecord_Create(); OH_UdmfRecord_AddArrayBuffer003() local
456 OH_UdmfRecord *record = OH_UdmfRecord_Create(); OH_UdmfRecord_AddArrayBuffer005() local
468 OH_UdmfRecord *record = OH_UdmfRecord_Create(); OH_UdmfRecord_AddArrayBuffer006() local
481 OH_UdmfRecord *record = OH_UdmfRecord_Create(); OH_UdmfRecord_AddArrayBuffer007() local
1040 OH_UdmfRecord *record = OH_UdmfRecord_Create(); OH_UdmfRecord_SetProvider0100() local
1063 OH_UdmfRecord *record = OH_UdmfRecord_Create(); OH_UdmfRecord_SetProvider0200() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/drag/
H A Ddrag_setGetUdmfData.cpp22 OH_UdmfRecord *record = OH_UdmfRecord_Create(); in drag_setGetUdmfData_001() local
26 OH_UdmfRecord_AddPlainText(record, plainText); in drag_setGetUdmfData_001()
28 OH_UdmfData_AddRecord(data, record); in drag_setGetUdmfData_001()
39 OH_UdmfRecord *record = OH_UdmfRecord_Create(); in drag_setGetUdmfData_002() local
43 OH_UdmfRecord_AddPlainText(record, plainText); in drag_setGetUdmfData_002()
45 OH_UdmfData_AddRecord(data, record); in drag_setGetUdmfData_002()
66 OH_UdmfRecord *record = OH_UdmfRecord_Create(); in drag_setGetUdmfData_003() local
70 OH_UdmfRecord_AddPlainText(record, plainText); in drag_setGetUdmfData_003()
72 OH_UdmfData_AddRecord(data, record); in drag_setGetUdmfData_003()
/test/xts/acts/distributeddatamgr/Pasteboardnapitest/entry/src/main/cpp/
H A Dnapi_init.cpp335 OH_UdmfRecord* record = OH_UdmfRecord_Create(); in OH_Pasteboard_GetDataSrouce0100() local
339 OH_UdmfRecord_AddPlainText(record, plainText); in OH_Pasteboard_GetDataSrouce0100()
340 OH_UdmfData_AddRecord(setData, record); in OH_Pasteboard_GetDataSrouce0100()
357 OH_UdmfRecord* record = OH_UdmfRecord_Create(); in OH_Pasteboard_HasType0100() local
361 OH_UdmfRecord_AddPlainText(record, plainText); in OH_Pasteboard_HasType0100()
362 OH_UdmfData_AddRecord(setData, record); in OH_Pasteboard_HasType0100()
383 OH_UdmfRecord* record = OH_UdmfRecord_Create(); in OH_Pasteboard_HasData0100() local
387 OH_UdmfRecord_AddPlainText(record, plainText); in OH_Pasteboard_HasData0100()
388 OH_UdmfData_AddRecord(setData, record); in OH_Pasteboard_HasData0100()
415 OH_UdmfRecord *record in OH_Pasteboard_SetData0100() local
438 OH_UdmfRecord* record = OH_UdmfRecord_Create(); OH_Pasteboard_GetData0100() local
479 OH_UdmfRecord* record = OH_UdmfRecord_Create(); OH_Pasteboard_GetData0200() local
524 OH_UdmfRecord *record = OH_UdmfRecord_Create(); OH_Pasteboard_GetData0300() local
[all...]
/test/xts/hats/kernel/memtracker/
H A DMemTrackerTest.cpp69 for (auto record : records) { in HWTEST_F()
70 printf("memtrack: \trecords[%d], flag=%d, size=%lld \n", i++, record.flags, (long long)record.size); in HWTEST_F()
89 for (auto record : records) { in HWTEST_F()
90 printf("memtrack: \trecords[%d], flag=%d, size=%lld \n", i++, record.flags, (long long)record.size); in HWTEST_F()
/test/ostest/wukong/report/src/
H A Dtable.cpp21 Table::Table(std::vector<std::string> cloumn_header, std::vector<std::vector<std::string>> record) in Table() argument
24 uint32_t rows = record.size(); in Table()
28 max = record[row][col].size() > max ? record[row][col].size() : max; in Table()
33 record_ = record; in Table()
H A Dformat_json.cpp31 std::vector<std::vector<std::string>> record = tablePtr->GetRecord(); in FormatDetail() local
34 for (uint32_t row = 0; row < record.size(); row++) { in FormatDetail()
37 ss << header[col] << ":\"" << record[row][col] << "\""; in FormatDetail() local
H A Dformat_csv.cpp34 std::vector<std::vector<std::string>> record = tablePtr->GetRecord(); in FormatDetail() local
48 for (uint32_t row = 0; row < record.size(); row++) { in FormatDetail()
51 ss << record[row][col]; in FormatDetail() local
/test/testfwk/xdevice/plugins/devicetest/report/
H A Dgeneration.py40 def emit(self, record):
41 if record.thread != self.thread:
43 msg = self.format(record)
44 if record.levelno == logging.ERROR:
46 if record.levelno == logging.WARNING:
/test/testfwk/xdevice/src/xdevice/_core/
H A Dlogger.py69 def filter(self, record):
70 return record.thread == self.thread_id
79 def filter(self, record):
80 return record.thread not in self.driver_thread_ids
496 def emit(self, record):
503 if callable(should_rollover) and should_rollover(record):
509 msg = self.format(record)
522 def format(self, record):
527 :param record: logging.LogRecord
532 time.strftime('%Y-%m-%d %H:%M:%S', time.localtime(record
[all...]
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/
H A DRdbStoreDistributedJsunit.test.js166 * @tc.desc insert record after setting distributed table
173 const record = {
178 let rowId = await rdbStore.insert("employee", record)
179 console.info(TAG + "insert one record success " + rowId)
182 console.info(TAG + "insert one record failed" + err);
192 * @tc.desc update record after setting distributed table
199 const record = {
207 let rowId = await rdbStore.update(record, predicate);
208 console.info(TAG + "update one record success " + rowId)
211 console.info(TAG + "update one record faile
[all...]
/test/testfwk/xdevice/plugins/devicetest/core/
H A Dvariables.py25 from devicetest.core.record import ProjectRecord
369 self.record = ProjectRecord(_log)
H A Dtest_case.py611 flag: bool, A switch be used to disable record steps automatically
617 return if record steps automatically
674 if self.project.record.is_shutdown():
783 flag: bool, A switch be used to disable record steps automatically
788 self.log.warning("current case object is none, can not disable record step automatically")
945 DeccVariable.project.record.is_shutdown()
959 DeccVariable.project.record.is_shutdown()
/test/testfwk/arkxtest/uitest/addon/
H A Dextension_executor.cpp245 UiDriverRecordStart([callback](nlohmann::json record) { in StartCapture()
246 auto data = record.dump(-1, ' ', false, nlohmann::detail::error_handler_t::replace); in StartCapture()
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/
H A DRelationalStoreDistributedJsunit.test.js185 * @tc.desc insert record after setting distributed table
192 const record = {
197 let rowId = await rdbStore.insert("employee", record)
198 console.info(TAG + "insert one record success " + rowId)
201 console.info(TAG + "insert one record failed" + err);
211 * @tc.desc update record after setting distributed table
232 console.info(TAG + "update one record success " + rowId)
235 console.info(TAG + "update one record failed" + err);
249 * @tc.desc query record after setting distributed table
291 * @tc.desc delete record afte
[all...]
/test/testfwk/xdevice/plugins/devicetest/runner/
H A Dtest_runner.py208 if self.project.record.is_shutdown(raise_exception=False):

Completed in 12 milliseconds