Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dtermiosndk.cpp51 napi_value results = nullptr; in Tcdrain() local
52 napi_create_int32(env, result, &results); in Tcdrain()
53 return results; in Tcdrain()
78 napi_value results = nullptr; in Tcflow() local
79 napi_create_int32(env, result, &results); in Tcflow()
80 return results; in Tcflow()
103 napi_value results = nullptr; in Tcflush() local
104 napi_create_int32(env, result, &results); in Tcflush()
105 return results; in Tcflush()
122 napi_value results in Tcgetattr() local
147 napi_value results = nullptr; Tcgetsid() local
166 napi_value results = nullptr; Tcsendbreak() local
188 napi_value results = nullptr; Tcsetattr() local
[all...]
H A Dthreadsndk.cpp61 napi_value results = nullptr; in Thrd_create() local
62 napi_create_int32(env, result, &results); in Thrd_create()
63 return results; in Thrd_create()
134 napi_value results = nullptr; in Thrd_exit() local
135 napi_create_int32(env, result, &results); in Thrd_exit()
136 return results; in Thrd_exit()
H A Dsocketndk.cpp64 napi_value results = nullptr; in Socket() local
65 napi_create_int32(env, result, &results); in Socket()
66 return results; in Socket()
73 napi_value results = nullptr; in Socketpair() local
74 napi_create_int32(env, result, &results); in Socketpair()
75 return results; in Socketpair()
H A Dtimendk.cpp310 napi_value results = nullptr; in Timer_settime() local
311 napi_create_int32(env, result, &results); in Timer_settime()
312 return results; in Timer_settime()
H A Dunistdndk.cpp558 napi_value results = nullptr; in Tcsetpgrp() local
559 napi_create_int32(env, result, &results); in Tcsetpgrp()
560 return results; in Tcsetpgrp()
577 napi_value results = nullptr; in Tcgetpgrp() local
578 napi_create_int32(env, result, &results); in Tcgetpgrp()
579 return results; in Tcgetpgrp()
/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dutil.py288 results = out.strip("\r\n")
289 if results:
290 results = results.split("\r\n")
291 for result in results:
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dsuite_reporter.py51 def __init__(self, results, report_name, report_path=None, **kwargs):
54 :param results: [(suite_result, [case_results]),
59 self.results = results
72 if len(self.results) != 1:
75 suite_result, _ = self.results[0]
133 for suite_result, case_results in self.results:
/test/testfwk/xdevice/src/xdevice/_core/resource/template/static/components/
H A DcaseTable.js127 let results = [];
130 results.push({ suiteName, name, result, time, error });
132 this.pageCaseList = results;
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dabs.py234 def _generate_data_report(self, result_dir, results, name, **kwargs):
252 def _generate_data_report(cls, result_dir, results, name, **kwargs):
253 suite_report = SuiteReporter(results, name, result_dir, **kwargs)
265 def _generate_data_report(cls, result_dir, results, name, **kwargs):
266 suite_report = SuiteReporter(results, name, result_dir, **kwargs)
H A Dlistener.py148 results = [(suite, list(self.tests.values()))]
149 self._generate_data_report(result_dir, results, suite.suite_name)
/test/xts/acts/pcs/pcs_ndk/entry/src/main/cpp/
H A DpcsNetworkTest.cpp44 napi_value results = nullptr; in Socket() local
45 napi_create_int32(env, result, &results); in Socket()
46 return results; in Socket()
/test/xts/acts/applications/kitframework_ipcamera/
H A Dkitfwk_oem_api_test.cpp122 bool results = OEMIsOverTemperatureLimit(); in HWTEST_F() local
123 ASSERT_EQ(0, results) << "OEMIsOverTemperatureLimit should fail in normal state" << "\n"; in HWTEST_F()
/test/xts/dcts/multimedia/avsession/src/main/js/test/
H A DtestService.js20 var results; variable
/test/xts/acts/applications/kitframework/
H A Dkitfwk_oem_api_test.c126 bool results = OEMIsOverTemperatureLimit(); variable
127 TEST_ASSERT_EQUAL_INT_MESSAGE(0, results, "OEMIsOverTemperatureLimit should fail in normal state");
/test/xts/dcts/ability/dmsfwk/dmsfwk/src/main/js/test/
H A DtestService.js21 var results; variable
/test/xts/acts/security/asset/asset_ndk/entry/src/main/cpp/
H A Dhello.cpp95 Asset_Attr *secret = OH_Asset_ParseAttr(resultSet.results + 0, ASSET_TAG_SECRET); in Asset_AddCE()
527 Asset_Attr *secret = OH_Asset_ParseAttr(resultSet.results + 0, ASSET_TAG_SECRET); in Asset_QueryAll()

Completed in 18 milliseconds