Home
last modified time | relevance | path

Searched defs:result (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/developtools/hiperf/test/unittest/common/native/
Dhiperf_libreport_test.cpp237 const char *result = EchoLoopBack("123"); variable
243 const char *result = EchoLoopBack("test"); variable
249 const char *result = EchoLoopBack("test123"); variable
254 const char *result = EchoLoopBack(""); variable
260 const char *result = EchoLoopBack(nullptr); variable
399 const char *result = ReportGetSymbolFiles(PERF_DATA_INPUT_PATH); variable
406 const char *result = ReportGetSymbolFiles(PERF_DATA_ERROR_FORMAT_INPUT_PATH); variable
413 const char *result = ReportGetSymbolFiles(ILLEGAL_PATH); variable
420 const char *result = ReportGetSymbolFiles(nullptr); variable
427 const char *result = ReportGetSymbolFiles(""); variable
[all …]
/developtools/hapsigner/hapsigntool_cpp_test/unittest/signProfile/
Dpkcs7_data_test.cpp90 bool result = VerifyCertOpensslUtils::CertVerify(NULL, issuerCert); variable
108 bool result = VerifyCertOpensslUtils::CertVerify(cert, NULL); variable
126 bool result = VerifyCertOpensslUtils::CertVerify(cert, issuerCert); variable
144 bool result = VerifyCertOpensslUtils::CertVerify(cert, issuerCert); variable
193 …bool result = VerifyCertOpensslUtils::CertVerify(sk_X509_value(certs, 0), sk_X509_value(certs, 1)); variable
211 std::string result = PKCS7Data::GetASN1Time(time); variable
241 std::string result = VerifyCertOpensslUtils::GetDnToString(NULL); variable
256 bool result = VerifyCertOpensslUtils::GetSubjectFromX509(NULL, subject); variable
270 int result = PKCS7Data::X509NameCompare(NULL, NULL); variable
301 int result = PKCS7Data::X509NameCompare(sk_X509_value(certs, 0), NULL); variable
[all …]
Dprovision_test.cpp190 AppProvisionVerifyResult result = ParseProvision(provision, info); variable
229 AppProvisionVerifyResult result = ParseProvision(provision, info2); variable
244 AppProvisionVerifyResult result = ParseProvision(provision, info); variable
260 AppProvisionVerifyResult result = ParseProvision(provision, info); variable
276 AppProvisionVerifyResult result = ParseProfile(provision, info); variable
313 AppProvisionVerifyResult result = ParseProvision(provision, info); variable
350 AppProvisionVerifyResult result = ParseProvision(provision, info); variable
371 AppProvisionVerifyResult result = ParseProvision(provision, info); variable
436 int result = ProfileSignTool::GenerateP7b(adapter, content, ret); variable
467 int result = ProfileSignTool::GenerateP7b(adapter, content, ret); variable
[all …]
Dprofile_test.cpp108 int result = generator->GenerateSignedData(content, config, ret); variable
126 int result = generator->GenerateSignedData(content, config, ret); variable
166 int result = pkcs7Generator->GenerateSignedData(content, &config, signedData); variable
206 int result = pkcs7Generator->GenerateSignedData(content, &config, signedData); variable
246 int result = pkcs7Generator->GenerateSignedData(content, &config, signedData); variable
288 int result = signedDataGenerator->GenerateSignedData(content, &config, signedData); variable
330 int result = signedDataGenerator->GenerateSignedData(content, &config, signedData); variable
364 int result = p7.Sign(content, signer, "SHA384withECDSA", p7b); variable
417 int result = p7.Sign(content, signer, "SHA384withECDSA", p7b); variable
464 int result = p7.Sign(content, signer, "SHA384withECDSA", p7b); variable
[all …]
Dsign_profile_test.cpp123 bool result = ParamsRunTool::RunSignProfile(&options, api); variable
160 bool result = api.SignProfile(&options); variable
207 AppProvisionVerifyResult result = ParseProvision(bytes, provision); variable
243 int result = ProfileSignTool::GenerateP7b(adapter, content, content); variable
317 bool result = false; variable
337 bool result = false; variable
356 int result = p7.Parse(p7b); variable
374 int result = p7.Parse(p7b_); variable
414 int result = p7.Sign(content, signer, "SHA384withECDSA", p7b); variable
454 int result = p7.Sign(content, signer, "SHA384withECDSA", p7b); variable
[all …]
/developtools/hapsigner/hapsigntool_cpp_test/unittest/utils/
Dfile_utils_test.cpp164 bool result = FileUtils::WriteByteToOutFile(bytes, output); variable
184 int result = FileUtils::Write(str, fileName); variable
204 int result = FileUtils::Read(input, outstr); variable
224 int result = FileUtils::ReadFile(fileName, outstr); variable
244 int result = FileUtils::ReadFileByOffsetAndLength(input, 0, MAX_VALUE, outstr); variable
264 int result = FileUtils::ReadFileByOffsetAndLength(input, -1, 32, outstr); variable
284 int result = FileUtils::ReadInputByOffsetAndLength(input, 0, MAX_VALUE, outstr); variable
304 int result = FileUtils::ReadInputByOffsetAndLength(input, 0, 32, outstr); variable
324 int result = FileUtils::ReadInputByLength(input, MAX_VALUE, outstr); variable
344 int result = FileUtils::ReadInputByLength(input, 32, outstr); variable
[all …]
Dbyte_array_utils_test.cpp51 int result = ByteArrayUtils::InsertIntToByteArray(ret, 16, 32); variable
66 int result = ByteArrayUtils::InsertShortToByteArray(ret, 16, 16, 6); variable
84 int result = ByteArrayUtils::InsertByteToByteArray(ret, 16, hashValue, 33); variable
99 int result = ByteArrayUtils::InsertCharToByteArray(ret, 45, "1000"); variable
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dprocess_sendable.test.ts229 const result: ts.TranspileOutput = ts.transpileModule(SENDABLE_WITHOUT_CONSTRUCTOR_CODE, { constant
237 const result: ts.TranspileOutput = ts.transpileModule(SENDABLE_WITH_CONSTRUCTOR_CODE, { constant
245 const result: ts.TranspileOutput = ts.transpileModule(SENDABLE_WITH_SUPER_CLASS_CODE, { constant
253 …const result: ts.TranspileOutput = ts.transpileModule(SENDABLE_WITH_SUPER_CLASS_AND_CONSTRUCTOR_CO… constant
261 … const result: ts.TranspileOutput = ts.transpileModule(SENDABLE_WITH_OVERLOADED_CONSTRUCTOR_CODE, { constant
269 … const result: ts.TranspileOutput = ts.transpileModule(SENDABLE_WITH_NO_PARENT_CONSTRUCTOR_CODE, { constant
277 const result: ts.TranspileOutput = ts.transpileModule(SENDABLE_FUNCTION_WITH_BODY, { constant
285 const result: ts.TranspileOutput = ts.transpileModule(SENDABLE_FUNCTION_WITHOUT_BODY, { constant
293 const result: ts.TranspileOutput = ts.transpileModule(SENDABLE_TYPE, { constant
Dprocess_kit_import.test.ts255 const result: ts.TranspileOutput = ts.transpileModule(KIT_IMPORT_CODE, { constant
264 const result: ts.TranspileOutput = ts.transpileModule(KIT_EXPORT_CODE, { constant
273 const result: ts.TranspileOutput = ts.transpileModule(KIT_STAR_EXPORT_CODE, { constant
282 const result: ts.TranspileOutput = ts.transpileModule(KIT_UNUSED_TYPE_IMPROT_CODE, { constant
291 const result: ts.TranspileOutput = ts.transpileModule(KIT_USED_TYPE_IMPROT_CODE, { constant
300 const result: ts.TranspileOutput = ts.transpileModule(KIT_UNUSED_VALUE_IMPORT_CODE, { constant
309 const result: ts.TranspileOutput = ts.transpileModule(KIT_USED_VALUE_IMPORT_CODE, { constant
324 const result: ts.TranspileOutput = ts.transpileModule(KIT_LAZY_IMPORT_CODE, { constant
486 const result: ts.TranspileOutput = ts.transpileModule(SINGLE_DEFAULT_BINDINGS_IMPORT_CODE, { constant
502 …const result: ts.TranspileOutput = ts.transpileModule(DEFAULT_BINDINGS_IMPORT_AFTER_NORMAL_KIT_COD… constant
[all …]
/developtools/smartperf_host/ide/test/base-ui/untils/
DExcelFormater.test.ts22 const result = ExcelFormater.format(s, c); constant
31 const result = ExcelFormater.createExcelRow(columns, data); constant
47 const result = ExcelFormater.createExcelRow(columns, data); constant
54 const result = ExcelFormater.addImage(baseStr); constant
67 const result = ExcelFormater.createTableData(columns, dataSource); constant
80 const result = ExcelFormater.createTHead(columns); constant
88 const result = ExcelFormater.createTableRow(columns, data); constant
/developtools/smartperf_host/trace_streamer/test/unittest/ptreader_parser/
Devent_parser_test.cpp646 int32_t result = eventParser.SchedSwitchEvent(args, bytraceLine); variable
665 int32_t result = eventParser.SchedSwitchEvent(args, bytraceLine); variable
681 int32_t result = eventParser.TaskRenameEvent(args, bytraceLine); variable
697 int32_t result = eventParser.TaskNewtaskEvent(args, bytraceLine); variable
716 int32_t result = eventParser.TracingMarkWriteOrPrintEvent(args, bytraceLine); variable
734 int32_t result = eventParser.SchedWakeupEvent(args, bytraceLine); variable
752 int32_t result = eventParser.SchedWakeupEvent(args, bytraceLine); variable
771 int32_t result = eventParser.SchedWakingEvent(args, bytraceLine); variable
790 int32_t result = eventParser.SchedWakingEvent(args, bytraceLine); variable
808 int32_t result = eventParser.CpuIdleEvent(args, bytraceLine); variable
[all …]
/developtools/hiperf/interfaces/kits/js/napi/
Dhiperf_client_napi.cpp114 bool result = false; in GetBoolFromOption() local
135 uint32_t result = 0; in GetUintFromOption() local
144 bool result = true; in ResetOption() local
155 bool result = true; in SetOutputFilename() local
167 std::string result = g_hiperfRecordOption->GetOutputFileName(); in GetOutputFileName() local
177 bool result = true; in SetTargetSystemWide() local
189 bool result = true; in SetCompressData() local
201 bool result = true; in SetSelectCpus() local
213 bool result = true; in SetTimeStopSec() local
225 bool result = true; in SetFrequency() local
[all …]
/developtools/profiler/host/smartperf/client/client_command/test/unittest/
Dprofiler_fps_test.cpp53 std::map<std::string, std::string> result = profilerFps.ItemData(); variable
68 std::map<std::string, std::string> result = profilerFps.ItemData(); variable
90 FpsInfoProfiler result = profilerFps.GetFpsInfo(); variable
118 FpsInfoProfiler result = profilerFps.GetFpsInfo(); variable
144 FpsInfoProfiler result = profilerFps.GetFpsInfo(); variable
168 FpsInfoProfiler result = profilerFps.GetFpsInfo(); variable
192 FpsInfoProfiler result = profilerFps.GetFpsInfo(); variable
219 FpsInfoProfiler result = profilerFps.GetFpsInfo(); variable
240 FpsInfoProfiler result = profilerFps.GetFpsInfo(); variable
261 FpsInfoProfiler result = profilerFps.GetFpsInfo(); variable
[all …]
Ddubai_test.cpp42 std::string result; variable
52 std::string result; variable
62 std::string result; variable
82 std::string result = OHOS::SmartPerf::Dubai::GetInstance().CallMoveDubaiDbFinished(); variable
89 std::string result = OHOS::SmartPerf::Dubai::GetInstance().CallMoveDubaiDbFinished(); variable
99 bool result = Dubai::GetInstance().IsFileAccessible(existingFile); variable
107 bool result = Dubai::GetInstance().IsFileAccessible(nonExistingFile); variable
Dsp_daemon_test.cpp66 std::string result = ""; variable
93 std::string result = ""; variable
123 std::string result = ""; variable
143 std::string result = ""; variable
164 std::string result = ""; variable
195 std::string result = ""; variable
215 std::string result = ""; variable
235 std::string result = ""; variable
255 std::string result = ""; variable
275 std::string result = ""; variable
[all …]
Dsp_utils_test.cpp247 std::string result = cmdResult.substr(0, 10); variable
257 std::string result = cmdResult.substr(0, 10); variable
277 bool result = SPUtils::VeriyParameter(keys, param, errorInfo); variable
287 bool result = SPUtils::VeriyParameter(keys, param, errorInfo); variable
297 bool result = SPUtils::VeriyParameter(keys, param, errorInfo); variable
307 bool result = SPUtils::VeriyParameter(keys, param, errorInfo); variable
317 bool result = SPUtils::VeriyParameter(keys, param, errorInfo); variable
325 bool result = SPUtils::IntegerVerification("", errorInfo); variable
334 bool result = SPUtils::IntegerVerification(longString, errorInfo); variable
342 bool result = SPUtils::IntegerVerification("abc", errorInfo); variable
[all …]
Dstartup_delay_test.cpp50 std::string result; variable
62 std::string result; variable
88 bool result = startUpDelay.GetSpTcp(); variable
95 bool result = startUpDelay.GetSpClear(); variable
Dfiledescriptor_test.cpp35 static bool VerifResult(const std::string &result) in VerifResult()
59 std::string result = ""; variable
74 std::string result = ""; variable
89 std::string result = ""; variable
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/
DTabPaneCurrentSelection.test.ts91 let result = getTimeString(3600_000_000_002); variable
96 let result = getTimeString(60000000001); variable
101 let result = getTimeString(1000000001); variable
106 let result = getTimeString(1000001); variable
111 let result = getTimeString(1001); variable
116 let result = getTimeString(101); variable
224 let result = tabPaneCurrentSelection.setJankData(jankData, undefined, 1); variable
248 let result = tabPaneCurrentSelection.setJankData(jankDataRender, undefined, 1); variable
278 let result = tabPaneCurrentSelection.setIrqData(irqData); variable
283 let result = tabPaneCurrentSelection.setStartupData(irqData, 1, []); variable
[all …]
/developtools/hapsigner/hapsigntool_cpp_test/unittest/elfVerify/
Dhap_utils_test.cpp45 std::string result = HapUtils::GetAppIdentifier(content); variable
61 std::vector<int8_t> result = HapUtils::GetHapSigningBlockMagic(4); variable
77 int result = HapUtils::GetHapSigningBlockVersion(4); variable
94 bool result = HapUtils::ReadFileToByteBuffer(file, buffer); variable
/developtools/smartperf_host/ide/src/js-heap/
DLoadDatabase.ts74 let result = await queryHeapInfo(file.id); variable
99 let result = await queryHeapNode(file.id); variable
132 let result = await queryHeapTraceNode(file.id); variable
173 let result = await queryHeapString(file.id); variable
/developtools/smartperf_host/trace_streamer/src/proto_reader/
Dproto_reader.cpp62 bool ProtoReaderBase::ParseVarIntValue(ParseDataAreaResult &result, in ParseVarIntValue()
77 bool ProtoReaderBase::ParseLengthDelimitedValue(ParseDataAreaResult &result, in ParseLengthDelimitedValue()
99 bool ProtoReaderBase::ParseFixed64Value(ParseDataAreaResult &result, in ParseFixed64Value()
116 bool ProtoReaderBase::ParseFixed32Value(ParseDataAreaResult &result, in ParseFixed32Value()
134 ParseDataAreaResult result = {ABORT, startAddr, DataArea{}}; in ParseOneDataArea() local
183 ParseDataAreaResult result = {ABORT, currentReadAddr_, DataArea{}}; in ReadNextDataArea() local
194 ParseDataAreaResult result = {ABORT, startAddr_, DataArea{}}; in ParseAllDataAreas() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/app_packager_test/mock/
Dmock_module_json_utils.h62 static void MockGetStageHapVerifyInfo(const bool result, const HapVerifyInfo& hapVerifyInfo) in MockGetStageHapVerifyInfo()
76 static void MockGetFaHapVerifyInfo(const bool result, const HapVerifyInfo& hapVerifyInfo) in MockGetFaHapVerifyInfo()
83 static void MockCheckHapsIsValid(const bool result) in MockCheckHapsIsValid()
89 static void MockIsModuleHap(const bool result) in MockIsModuleHap()
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpXpowerChart.ts272 let result: Promise<XpowerStruct[]> | undefined; variable
311 let result: Promise<XpowerThreadCountStruct[]> | undefined; variable
367 let result: Promise<XpowerGpuFreqCountStruct[]> | undefined; variable
435 let result: Promise<XpowerThreadInfoStruct[]>; variable
730 let result: Promise<XpowerStatisticStruct[]> | undefined; variable
795 let result: Promise<XpowerAppDetailStruct[]> | undefined; variable
860 let result: Promise<XpowerWifiStruct[]> | undefined; variable
927 let result: Promise<XpowerGpuFreqStruct[]> | undefined; variable
/developtools/profiler/host/smartperf/client/client_command/
DGPU.cpp30 std::map<std::string, std::string> result; in ItemData() local
53 CollectResult<GpuFreq> result = collector->CollectGpuFrequency(); in GetGpuFreq() local
61 CollectResult<SysGpuLoad> result = collector->CollectSysGpuLoad(); in GetGpuLoad() local

12345678910>>...13