Home
last modified time | relevance | path

Searched defs:res (Results 1 - 25 of 56) sorted by relevance

123

/developtools/hdc/hdc_rust/src/cffi/
H A Dgetparameter.cpp21 auto res = GetParameter(key, nullptr, out, BUF_SIZE_MEDIUM); in GetParam() local
H A Dusb_util.cpp34 std::string res = USB_FFS_BASE; in GetDevPath() local
H A Dsys_para.cpp46 auto res = GetParameter(key, preDefine, tmpStringBuf, paramLen); in GetDevItem() local
H A Dmount.cpp45 int res = 0; in FindMountDeviceByPath() local
/developtools/integration_verification/tools/fotff/res/
H A Dres.go42 var res Resources var
[all...]
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
H A Dthread_pool.h65 std::future<returnType> res = task->get_future(); variable
/developtools/global_resource_tool/include/
H A Dthread_pool.h76 std::future<return_type> res = task->get_future(); in Enqueue() local
/developtools/profiler/device/cmds/test/unittest/
H A Dparse_plugin_config_test.cpp89 bool res = parseConfig.SetSerializePluginsConfig(pluginName, profilerConfig); in HWTEST_F() local
97 bool res = parseConfig.SetSerializePluginsConfig("testplugin", profilerConfig); in HWTEST_F() local
/developtools/hapsigner/hapsigntool_cpp/common/src/
H A Dbyte_buffer_data_source.cpp50 bool res = DigestCommon::DigestUpdate(digestParam, chunk, chunkSize); in ReadDataAndDigestUpdate() local
H A Drandom_access_file.cpp200 bool res = DigestCommon::DigestUpdate(digestParam, content, chunkSize); in ReadFileFromOffsetAndDigestUpdate() local
/developtools/hiperf/test/unittest/common/native/
H A Dtracked_command_test.cpp57 bool res = trackedCMD->StartCommand(); in HWTEST_F() local
81 bool res = trackedCMD->StartCommand(); in HWTEST_F() local
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/test/unittest/
H A Dsdk_api_test.cpp42 void res(const std::string result, int32_t finish, int32_t isConfig) in res() function
[all...]
/developtools/smartperf_host/trace_streamer/test/unittest/interface/
H A Drpc_server_test.cpp37 void res(const std::string result, int32_t finish) in res() function
114 auto res = rpcServer.ts_->traceDataCache_->GetConstTaskPoolData().prioritys_[0]; HWTEST_F() local
[all...]
/developtools/hapsigner/hapsigntool_cpp/codesigning/utils/src/
H A Dfs_digest_utils.cpp51 char* res = new char[len * temporaryVariableFirst + 1]; in Result() local
/developtools/profiler/hidebug/interfaces/js/kits/napi/util/
H A Dnapi_util.cpp42 napi_value res = nullptr; in CreateUndefined() local
/developtools/hdc/src/daemon/
H A Dsystem_depend.cpp54 auto res = GetParameter(key, preDefine, tmpStringBuf, BUF_SIZE_MEDIUM); in GetDevItem() local
/developtools/global_resource_tool/src/
H A Dbinary_file_packer.cpp45 std::future<uint32_t> res = threadPool_.Enqueue(func, inputs); in CopyBinaryFileAsync() local
129 std::future<uint32_t> res = threadPool_.Enqueue(copyFunc, path, subPath); in CopyBinaryFileImpl() local
H A Dresource_check.cpp39 auto res = allResource.find(id); in CheckConfigJson() local
55 auto res = allResource.find(id); in CheckConfigJsonForCombine() local
/developtools/hapsigner/hapsigntool_cpp/zip/src/
H A Dzip_entry.cpp104 bool ZipEntry::GetAlignmentNewExtra(uint16_t newLength, const std::string& old, std::string& res) in GetAlignmentNewExtra() argument
/developtools/hapsigner/hapsigntool_cpp_test/unittest/zip/
H A Drandom_access_file_input_output_test.cpp68 bool res = outputHap->Init(UNSIGNED_HAP_PATH); in HWTEST_F() local
85 bool res = outputHap->Init(""); in HWTEST_F() local
98 bool res = outputHap->Init(UNSIGNED_HAP_PATH); in HWTEST_F() local
114 bool res = outputHap->Init(UNSIGNED_HAP_PATH); in HWTEST_F() local
133 bool res = outputHap->Init(UNSIGNED_HAP_PATH); in HWTEST_F() local
[all...]
/developtools/hapsigner/hapsigntool_cpp_test/unittest/utils/
H A Dfile_utils_test.cpp98 int res = FileUtils::WriteInputToOutPut(input, output, length); in Worker() local
/developtools/packing_tool/packing_tool/frameworks/test/unittest/fast_app_packager_test/
H A Dfast_app_packager_test.cpp103 auto res = fastAppackager.IsVerifyValid(); in HWTEST_F() local
119 auto res = fastAppackager.IsHapPathValid(formatPathList); in HWTEST_F() local
135 auto res = fastAppackager.IsHspPathValid(formatPathList, resultReceiver); in HWTEST_F() local
152 auto res = fastAppackager.ModuleJsonAndPackInfoExists(hapPathList, hspPathList); in HWTEST_F() local
169 auto res = fastAppackager.ModuleJsonAndPackInfoExists(hapPathList, hspPathList); in HWTEST_F() local
187 auto res = fastAppackager.ModuleJsonAndPackInfoExists(hapPathList, hspPathList); HWTEST_F() local
206 auto res = fastAppackager.ModuleJsonAndPackInfoExists(hapPathList, hspPathList); HWTEST_F() local
224 auto res = fastAppackager.CheckBundleTypeConsistency(hapPathList, hspPathList); HWTEST_F() local
239 auto res = fastAppackager.GetBundleTypeFromPath(OUT_PATH); HWTEST_F() local
256 auto res = fastAppackager.GetModuleJsonContentFromPath(path); HWTEST_F() local
273 auto res = fastAppackager.GetModuleJsonContentFromPath(path); HWTEST_F() local
290 auto res = fastAppackager.GetModuleJsonContentFromPath(path); HWTEST_F() local
308 auto res = fastAppackager.IsPackInfoValid(path, hapPathList, hspPathList); HWTEST_F() local
326 auto res = fastAppackager.IsPackInfoValid(path, hapPathList, hspPathList); HWTEST_F() local
345 auto res = fastAppackager.IsPackInfoPathListValid(pathList, packages, allPackageSet); HWTEST_F() local
364 auto res = fastAppackager.IsPackInfoPathListValid(pathList, packages, allPackageSet); HWTEST_F() local
386 auto res = fastAppackager.IsPackInfoPathListValid(pathList, packages, allPackageSet); HWTEST_F() local
404 auto res = fastAppackager.GetPackageNameFromPath(path, packageNameList); HWTEST_F() local
421 auto res = fastAppackager.GetPackInfoContentFromPath(path); HWTEST_F() local
438 auto res = fastAppackager.GetPackInfoContentFromPath(path); HWTEST_F() local
455 auto res = fastAppackager.CompressFastAppMode(); HWTEST_F() local
472 auto res = fastAppackager.CheckHapAndPackFastApp(fileList, tmpDir); HWTEST_F() local
489 auto res = fastAppackager.Pack(tmpDir, fileList); HWTEST_F() local
507 auto res = fastAppackager.Pack(inputPath, appPackInfo, outPath, path); HWTEST_F() local
527 auto res = fastAppackager.Pack(inputPath, appPackInfo, outPath, path); HWTEST_F() local
549 auto res = fastAppackager.Pack(inputPath, appPackInfo, outPath, path); HWTEST_F() local
569 auto res = fastAppackager.PackDir(inputPath, appPackInfo, outPath, path); HWTEST_F() local
585 auto res = fastAppackager.PackFastApp(fileList); HWTEST_F() local
601 auto res = fastAppackager.AddHapListToApp(fileList); HWTEST_F() local
618 auto res = fastAppackager.AddSignatureAndCertificateToApp(); HWTEST_F() local
636 auto res = fastAppackager.packMultiThread(inputPath, appPackInfo, outHap, path); HWTEST_F() local
654 auto res = fastAppackager.packSingleThread(inputPath, appPackInfo, outHap, path); HWTEST_F() local
672 auto res = fastAppackager.packSingleThread(inputPath, appPackInfo, outHap, path); HWTEST_F() local
693 auto res = fastAppackager.packSingleThread(inputPath, appPackInfo, outHap, path); HWTEST_F() local
711 auto res = fastAppackager.AddOtherFileToZip(entry); HWTEST_F() local
729 auto res = fastAppackager.AddOtherFileToZip(entry); HWTEST_F() local
747 auto res = fastAppackager.AddOtherFileToZip(entry); HWTEST_F() local
765 auto res = fastAppackager.AddOtherFileToZip(entry); HWTEST_F() local
992 auto res = fastAppackager.IsHapPathValid(formatPathList); HWTEST_F() local
1020 auto res = fastAppackager.ModuleJsonAndPackInfoExists(hapPathList, hspPathList); HWTEST_F() local
1039 auto res = fastAppackager.CheckBundleTypeConsistency(List1, List2); HWTEST_F() local
[all...]
/developtools/packing_tool/packing_tool/frameworks/test/unittest/version_normalize_test/
H A Dversion_normalize_test.cpp269 auto res = versionNormalize.VerifyModuleVersion(normalizeVersion, 0, VERSION_NAME); in HWTEST_F() local
295 auto res = versionNormalize.VerifyModuleVersion(normalizeVersion, ORIGIN_VERSION_CODE, VERSION_NAME); in HWTEST_F() local
321 auto res = versionNormalize.ModifyModuleJson("", normalizeVersion, ORIGIN_VERSION_CODE, VERSION_NAME); in HWTEST_F() local
347 auto res = versionNormalize.ModifyModuleJson(INPUT_LIST, normalizeVersion, ORIGIN_VERSION_CODE, VERSION_NAME); in HWTEST_F() local
373 auto res = versionNormalize.ModifyConfigJson("", normalizeVersion, ORIGIN_VERSION_CODE, VERSION_NAME); in HWTEST_F() local
399 auto res = versionNormalize.ModifyConfigJson(INPUT_LIST, normalizeVersion, ORIGIN_VERSION_CODE, VERSION_NAME); HWTEST_F() local
422 auto res = versionNormalize.ModifyPackInfo("", ORIGIN_VERSION_CODE, VERSION_NAME); HWTEST_F() local
445 auto res = versionNormalize.ModifyPackInfo(INPUT_LIST, ORIGIN_VERSION_CODE, VERSION_NAME); HWTEST_F() local
469 auto res = versionNormalize.ProcessJsonFiles(PATH, normalizeVersionList, ORIGIN_VERSION_CODE, VERSION_NAME); HWTEST_F() local
[all...]
/developtools/profiler/device/plugins/bytrace_plugin/src/
H A Dbytrace_module.cpp124 int res = config.ParseFromArray(configData, configSize); in BytracePluginSessionStart() local
138 int res = StopTrace(); in BytracePluginSessionStop() local
/developtools/hdc/src/register/
H A Dhdc_connect.cpp73 auto res = GetParameter(key, preDefine, buf, len); in GetDevItem() local

Completed in 10 milliseconds

123