/ohos5.0/docs/en/application-dev/dfx/ |
H A D | hiperf.md | 16 | --debug | Outputs debug logs.| 20 | --mixlog | Outputs mixed logs.| 22 | --nodebug | Outputs no log.| 23 | --verbose | Outputs debug logs.| 115 | -z | Outputs the data in a compressed file.| 117 | --verbose | Outputs a more detailed report.| 184 | -d | Outputs only data segments.| 185 | -f | Outputs only additional functions.| 189 | --elf | Outputs the ELF file.| 190 | --proto | Outputs data in ProtoBuf format.| [all …]
|
H A D | hilog-guidelines-ndk.md | 14 …l level, unsigned int domain, const char \*tag, const char \*fmt, ...) | Outputs logs of the speci… 15 …d)OH_LOG_Print((type), LOG_DEBUG, LOG_DOMAIN, LOG_TAG, \_\_VA_ARGS__)) | Outputs DEBUG logs. This … 16 …id)OH_LOG_Print((type), LOG_INFO, LOG_DOMAIN, LOG_TAG, \_\_VA_ARGS__)) | Outputs INFO logs. This i… 17 …id)OH_LOG_Print((type), LOG_WARN, LOG_DOMAIN, LOG_TAG, \_\_VA_ARGS__)) | Outputs WARN logs. This i… 18 …d)OH_LOG_Print((type), LOG_ERROR, LOG_DOMAIN, LOG_TAG, \_\_VA_ARGS__)) | Outputs ERROR logs. This … 19 …d)OH_LOG_Print((type), LOG_FATAL, LOG_DOMAIN, LOG_TAG, \_\_VA_ARGS__)) | Outputs FATAL logs. This …
|
H A D | hilog-guidelines-arkts.md | 17 | debug(domain: number, tag: string, format: string, ...args: any[]) | Outputs DEBUG logs, which ar… 18 | info(domain: number, tag: string, format: string, ...args: any[]) | Outputs INFO logs, which prov… 19 | warn(domain: number, tag: string, format: string, ...args: any[]) | Outputs WARN logs, which indi… 20 | error(domain: number, tag: string, format: string, ...args: any[]) | Outputs ERROR logs, which in… 21 | fatal(domain: number, tag: string, format: string, ...args: any[]) | Outputs FATAL logs, which in…
|
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/ |
H A D | log_8h.md | 59 …i_log.md#log_domain), [LOG_TAG](_hi_log.md#log_tag), \_\_VA_ARGS\_\_)) | Outputs DEBUG logs. This … 60 …i_log.md#log_domain), [LOG_TAG](_hi_log.md#log_tag), \_\_VA_ARGS\_\_)) | Outputs INFO logs. This i… 61 …i_log.md#log_domain), [LOG_TAG](_hi_log.md#log_tag), \_\_VA_ARGS\_\_)) | Outputs WARN logs. This i… 62 …i_log.md#log_domain), [LOG_TAG](_hi_log.md#log_tag), \_\_VA_ARGS\_\_)) | Outputs ERROR logs. This … 63 …i_log.md#log_domain), [LOG_TAG](_hi_log.md#log_tag), \_\_VA_ARGS\_\_)) | Outputs FATAL logs. This …
|
H A D | _hi_log.md | 31 …BUG, [LOG_DOMAIN](#log_domain), [LOG_TAG](#log_tag), \_\_VA_ARGS\_\_)) | Outputs DEBUG logs. This … 32 …NFO, [LOG_DOMAIN](#log_domain), [LOG_TAG](#log_tag), \_\_VA_ARGS\_\_)) | Outputs INFO logs. This i… 33 …ARN, [LOG_DOMAIN](#log_domain), [LOG_TAG](#log_tag), \_\_VA_ARGS\_\_)) | Outputs WARN logs. This i… 35 …TAL, [LOG_DOMAIN](#log_domain), [LOG_TAG](#log_tag), \_\_VA_ARGS\_\_)) | Outputs FATAL logs. This … 57 … const char \*tag, const char \*fmt,...) \_\_attribute\_\_((\_\_format\_\_(os_log | Outputs logs.| 101 Outputs DEBUG logs. This is a function-like macro. 128 Outputs ERROR logs. This is a function-like macro. 155 Outputs FATAL logs. This is a function-like macro. 182 Outputs INFO logs. This is a function-like macro. 209 Outputs WARN logs. This is a function-like macro. [all …]
|
/ohos5.0/build/hb/services/ |
H A D | preloader.py | 23 from util.preloader.preloader_process_data import Dirs, Outputs, Product 47 self._outputs = Outputs(self._dirs.preloader_output_dir)
|
/ohos5.0/docs/en/application-dev/reference/apis-crypto-architecture-kit/ |
H A D | _crypto_sym_cipher_api.md | 46 …__data_blob.md) \*in, [Crypto_DataBlob](_crypto___data_blob.md) \*out) | Outputs the remaining dat… 166 Outputs the remaining data (generated by the block cipher mode) and finishes the encryption or decr…
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-toolchain-bytrace-guide.md | 24 | -o _filename_, --output _filename_ | Outputs traces to a specified file. |
|
H A D | subsys-dfx-hitracechain.md | 122 …aceTracepointType type, const HiTraceId& id, const char* fmt, ...) | Outputs HiTraceChain trac… 123 …aceTracepointType type, const HiTraceId& id, const char* fmt, ...) | Outputs HiTraceChain trac…
|
H A D | subsys-dfx-hitracemeter.md | 285 | -o *filename*, --output *filename*| Outputs trace data to the specified file. …
|
/ohos5.0/base/hiviewdfx/hitrace/ |
H A D | README.md | 73 …510193"></a><a name="b16819174510193"></a>HITRACE_FLAG_TP_INFO</strong>: Outputs the tracepoint in… 77 …16"></a><a name="b59161113131816"></a>HITRACE_FLAG_D2D_TP_INFO</strong>: Outputs inter-device trac…
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | toybox.md | 81 | yes | Outputs lines repeatedly until it is killed. If no parameter is carried, **y** is returne… 225 | cksum | Outputs the checksum, length, and file name of a file using 32-bit CRC algorithm. If … 231 | crc32 | Outputs the CRC32 checksum of each file.<br>usage: crc32 [file...] | 275 | rev | Outputs each line in reverse order.<br>usage: rev [FILE...] | 287 | tac | Outputs lines in reverse order.<br>usage: tac [FILE...] |
|
/ohos5.0/base/hiviewdfx/hidumper/ |
H A D | README.md | 18 - Output: Outputs various contents. This module consists of two parts: FdOutput for standard outp…
|
/ohos5.0/build/hb/util/preloader/ |
H A D | preloader_process_data.py | 25 class Outputs: class
|
/ohos5.0/commonlibrary/rust/ylong_json/docs/ |
H A D | user_guide.md | 221 ### Function 3: Outputs JSON text
|
/ohos5.0/docs/en/readme/ |
H A D | development-toolchain.md | 104 …="p697017110220"><a name="p697017110220"></a><a name="p697017110220"></a>Outputs traced data to a …
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-zlib.md | 867 Outputs the CRC-32 checksum table and uses a promise to asynchronously return the result. The CRC-3… 897 Outputs the CRC-64 checksum table and uses a promise to asynchronously return the result. The CRC-6… 985 Outputs a stream. This API uses a promise to return the result. A zlib stream is returned upon succ…
|