/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-small-debug-trace-other-lastwords.md | 14 typedef VOID (*log_read_write_fn)(UINT32 startAddr, UINT32 space, UINT32 rwFlag, CHAR *buf); 16 VOID LOS_ExcInfoRegHook(UINT32 startAddr, UINT32 space, CHAR *buf, log_read_write_fn hook);
|
H A D | kernel-small-debug-shell-guide.md | 49 UINT32 osCmdReg(CmdT ype cmdType, CHAR *cmdKey, UINT32 paraNum, CmdCallBackFunc cmdProc) 77 UINT32 osShellCmdLs(UINT32 argc, CHAR **argv)
|
H A D | kernel-mini-memory-lms.md | 128 CHAR *str = (CHAR *)LOS_MemAlloc(g_testLmsPool, INDEX_MAX); 136 CHAR *str = (CHAR *)LOS_MemAlloc(g_testLmsPool, INDEX_MAX);
|
H A D | kernel-small-debug-perf.md | 41 CHAR buf[LOSCFG_PERF_BUFFER_SIZE] = {0}; 143 STATIC VOID OsPrintBuff(const CHAR *buf, UINT32 num) 160 CHAR *buf = NULL;
|
H A D | kernel-mini-basic-ipc-queue.md | 152 CHAR abuf[] = "test message"; 164 CHAR readBuf[BUFFER_LEN] = {0};
|
H A D | kernel-small-basic-trans-queue.md | 155 CHAR abuf[] = "test message"; 167 CHAR readBuf[BUFFER_LEN] = {0};
|
H A D | kernel-small-memory-lms.md | 133 CHAR *str = (CHAR *)LOS_MemAlloc(g_testLmsPool, INDEX_MAX); 141 CHAR *str = (CHAR *)LOS_MemAlloc(g_testLmsPool, INDEX_MAX);
|
H A D | kernel-mini-extend-dynamic-loading.md | 23 CHAR *name;
|
H A D | kernel-mini-extend-file.md | 115 CHAR *mount_point; 364 CHAR *mount_point;
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/ |
H A D | winapi.rs | 29 pub type CHAR = c_char; typedef 264 sa_data: [CHAR; 14], 316 pub sin_zero: [CHAR; 8],
|
/ohos5.0/foundation/ability/idl_tool/parser/ |
H A D | token.h | 25 CHAR, enumerator
|
H A D | lexer.cpp | 41 keywords_[String("char")] = Token::CHAR; in InitializeKeywords() 285 case Token::CHAR: in DumpToken()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/lexer/ |
H A D | token.h | 35 CHAR, // "char" enumerator
|
H A D | lexer.cpp | 32 {"char", TokenType::CHAR },
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/lexer/ |
H A D | token.h | 43 CHAR, // "char" enumerator
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-mini-memory-lms.md | 132 CHAR *str = (CHAR *)LOS_MemAlloc(g_testLmsPool, INDEX_MAX); 140 CHAR *str = (CHAR *)LOS_MemAlloc(g_testLmsPool, INDEX_MAX);
|
H A D | kernel-small-debug-shell-guide.md | 53 UINT32 osCmdReg(CmdT ype cmdType, CHAR *cmdKey, UINT32 paraNum, CmdCallBackFunc cmdProc) 74 UINT32 osShellCmdLs(UINT32 argc, CHAR **argv)
|
H A D | kernel-small-debug-perf.md | 40 CHAR buf[LOSCFG_PERF_BUFFER_SIZE] = {0}; 140 STATIC VOID OsPrintBuff(const CHAR *buf, UINT32 num) 157 CHAR *buf = NULL;
|
H A D | kernel-small-memory-lms.md | 133 CHAR *str = (CHAR *)LOS_MemAlloc(g_testLmsPool, INDEX_MAX); 141 CHAR *str = (CHAR *)LOS_MemAlloc(g_testLmsPool, INDEX_MAX);
|
H A D | kernel-small-debug-trace-other-lastwords.md | 12 typedef VOID (*log_read_write_fn)(UINT32 startAddr, UINT32 space, UINT32 rwFlag, CHAR *buf); 14 VOID LOS_ExcInfoRegHook(UINT32 startAddr, UINT32 space, CHAR *buf, log_read_write_fn hook);
|
H A D | kernel-small-basic-trans-queue.md | 155 CHAR abuf[] = "test message"; 167 CHAR readBuf[BUFFER_LEN] = {0};
|
H A D | kernel-mini-basic-ipc-queue.md | 152 CHAR abuf[] = "test message"; 164 CHAR readBuf[BUFFER_LEN] = {0};
|
H A D | kernel-mini-extend-dynamic-loading.md | 27 CHAR *name;
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_base.cpp | 62 case AppEventParamType::CHAR: in InitValueByBaseType() 265 {CHAR, &GetCharParamValueStr}, 409 AppEventParam appEventParam(key, AppEventParamType::CHAR); in AddParam()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/ |
H A D | hiappevent_base.h | 63 CHAR = 2, enumerator
|