Home
last modified time | relevance | path

Searched defs:out (Results 1 - 25 of 53) sorted by relevance

123

/developtools/hdc/hdc_rust/src/cffi/
H A Dgetparameter.cpp19 extern "C" int GetParam(const char* key, char* out) in GetParam() argument
H A Dsys_para.cpp40 bool GetDevItem(const char *key, std::string &out, const char *preDefine) in GetDevItem() argument
/developtools/hdc/hdc_rust/src/daemon_lib/
H A Dsys_para.rs62 let mut out: [u8; HDC_PARAMETER_VALUE_MAX_LEN] = [0; HDC_PARAMETER_VALUE_MAX_LEN]; in get_dev_item() variables
H A Dauth.rs875 let mut out = vec![0; (maxlen as usize) + 1]; in get_hostname() variables
/developtools/smartperf_host/trace_streamer/test/unittest/interface/
H A Dwasm_func_test.cpp49 char out[MAX_TESET_BUF_SIZE] = {0}; in HWTEST_F() local
74 char out[MAX_TESET_BUF_SIZE] = {0}; in HWTEST_F() local
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapSign/
H A Dhap_openssl_utils_test.cpp109 unsigned char out[EVP_MAX_MD_SIZE]; in HWTEST_F() local
129 unsigned char out[EVP_MAX_MD_SIZE]; in HWTEST_F() local
/developtools/hapsigner/hapsigntool_cpp/cmd/src/
H A Dparams.cpp51 GetSignatureAlgorithm(const std::string& signatureAlgorithm, SignatureAlgorithmHelper& out) GetSignatureAlgorithm() argument
/developtools/profiler/hiebpf/test/unittest/
H A Dcommand_helper_test.cpp87 std::string out = testing::internal::GetCapturedStdout(); in HWTEST_F() local
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/rpc/
H A Ddemo_rpc_server.cpp80 int32_t DemoRpcServer::DemoWasmSqlQuery(const uint8_t *data, size_t len, uint8_t *out, int32_t outLen) in DemoWasmSqlQuery() argument
/developtools/profiler/host/smartperf/client/client_command/test/unittest/
H A Dsmartperf_main_test.cpp72 std::vector<std::string> out; in CheckCMDParam() local
/developtools/hdc/src/daemon/
H A Dsystem_depend.cpp49 bool GetDevItem(const char *key, string &out, const char *preDefine) in GetDevItem() argument
/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dftrace_field_parser.cpp51 bool FtraceFieldParser::ReadData(const uint8_t start[], const uint8_t end[], void* out, size_t size) in ReadData() argument
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/process_cmd/processcmd024_fuzzer/
H A Dprocesscmd024_fuzzer.cpp45 SignatureAlgorithmHelper out; in DoSomethingInterestingWithMyAPI() local
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/trace_streamer/
H A Dtrace_streamer_selector.cpp87 int32_t TraceStreamerSelector::SearchDatabase(const std::string &sql, uint8_t *out, int32_t outLen) in SearchDatabase() argument
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
H A Dftrace_field_processor.cpp46 bool FtraceFieldProcessor::HandleTypeData(const uint8_t *startPos, const uint8_t *endPos, void *out, size_t size) in HandleTypeData() argument
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dstring_utils.cpp84 unsigned char* out = NULL; in Pkcs7ToString() local
127 bool StringUtils::CheckStringToint(const std::string& in, int& out) in CheckStringToint() argument
H A Dfile_utils.cpp182 bool FileUtils::AppendWriteFileByOffsetToFile(std::ifstream& input, std::ofstream& out, size_t offset, size_t size) in AppendWriteFileByOffsetToFile() argument
/developtools/hdc/src/register/
H A Dhdc_connect.cpp65 static void GetDevItem(const char *key, std::string &out, const char *preDefine = nullptr) in GetDevItem() argument
/developtools/profiler/host/smartperf/client/client_command/
H A Dsmartperf_main.cpp60 std::vector<std::string> out; in g_checkCmdParam() local
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/sdk/
H A Dwasm_func.cpp131 EMSCRIPTEN_KEEPALIVE int32_t TraceStreamerSqlQuery(const uint8_t *sql, int32_t sqlLen, uint8_t *out, int32_t outLen) in TraceStreamerSqlQuery() argument
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
H A DSignHap.java176 private static void writeOutputStream(JarFile in, JarOutputStream out, JarEntry firstEntry, byte[] buffer) in writeOutputStream() argument
76 copyFiles(JarFile in, JarOutputStream out, long timestamp, int defaultAlignment) copyFiles() argument
187 writeOutputStreamAndGetOffset(JarFile in, JarOutputStream out, JarEntry inEntry, long offset) writeOutputStreamAndGetOffset() argument
211 copyFilesExceptStoredFile(List<JarEntry> entryListNotStored, JarFile in, JarOutputStream out, long timestamp, boolean isAlignmentFlag) copyFilesExceptStoredFile() argument
[all...]
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
H A Dutilities_test.cpp337 std::string out = stdoutRecord.Stop(); in HWTEST_F() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
H A DFileUtils.java233 public static boolean appendWriteFileByOffsetToFile(String inFile, FileOutputStream out, long offset, long size) { in appendWriteFileByOffsetToFile() argument
/developtools/hdc/src/common/
H A Dasync_cmd.cpp104 bool AsyncCmd::GetDevItem(const char *key, string &out) in GetDevItem() argument
/developtools/hiperf/test/unittest/common/native/
H A Dutilities_test.cpp327 std::string out = stdoutRecord.Stop(); in HWTEST_F() local

Completed in 10 milliseconds

123