Home
last modified time | relevance | path

Searched refs:tlogd (Results 1 - 11 of 11) sorted by relevance

/base/tee/tee_client/services/cadaemon/src/tui_daemon/
H A Dtui_event.cpp117 tlogd("TUISendEventToTz get fd = %{public}d\n", fd); in TUISendEventToTz()
143 tlogd("tui font hash is : %{public}s \n", g_hashVal); in TUISendTTFHashToTeeos()
316 tlogd("----------OnCallDetailsChange--------\n"); in OnCallDetailsChange()
317 tlogd("callId: %{public}x\n", info.callId); in OnCallDetailsChange()
318 tlogd("callType: %{public}x\n", (int32_t)info.callType); in OnCallDetailsChange()
319 tlogd("callState: %{public}x\n", (int32_t)info.callState); in OnCallDetailsChange()
320 tlogd("conferenceState: %{public}x\n", (int32_t)info.conferenceState); in OnCallDetailsChange()
321 tlogd("accountNumber: %{public}s\n", info.accountNumber); in OnCallDetailsChange()
331 tlogd("tui get new call state CALL_STATUS_INCOMING\n"); in OnCallDetailsChange()
351 tlogd("ge in CheckSAStarted()
[all...]
/base/tee/tee_client/frameworks/include/
H A Dtee_log.h37 #define tlogd(...) HILOG_DEBUG(LOG_CORE, __VA_ARGS__) macro
47 #define tlogd(...) printf(__VA_ARGS__) macro
/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_socket.c56 tlogd("Trying to connect...\n"); in ConnectTeecdSocket()
77 tlogd("Connected.\n"); in ConnectTeecdSocket()
202 tlogd("nanosleep ms error\n"); in SleepNs()
231 tlogd("open device failed, retry!\n"); in CaDaemonConnectWithCaInfo()
263 tlogd("FD received!"); in CaDaemonConnectWithCaInfo()
H A Dtee_client_app_load.c111 tlogd("new verison ta\n"); in GetTaVersion()
126 tlogd("old verison ta\n"); in GetTaVersion()
229 tlogd("libteec_vendor-read_app: get fp from ta fp\n"); in TEEC_ReadApp()
240 tlogd("maybe it's a built-in TA or file is not in default path\n"); in TEEC_ReadApp()
H A Dtee_client_api.c388 tlogd("Release SharedMemory ioctl failed, maybe linux not support\n"); in ReleaseSharedMemory()
598 tlogd("cli param type %x\n", cliContext->paramTypes); in TEEC_EncodeParam()
679 tlogd("system ca type\n"); in SetLoginInfo()
683 tlogd("sa ca type\n"); in SetLoginInfo()
687 tlogd("hap ca type\n"); in SetLoginInfo()
865 tlogd("context still has sessions opened, close it\n"); in TEEC_FinalizeContextInner()
888 tlogd("context contains unreleased Shared Memory blocks, release it\n"); in TEEC_FinalizeContextInner()
1143 tlogd("invoke cmd success\n"); in ProcessInvokeCommand()
1712 tlogd("invoke cmd success\n"); in TEEC_RequestCancellation()
/base/tee/tee_client/services/authentication/
H A Dtee_auth_system.cpp182 tlogd("get native token info from atm failed, ret %d\n", ret); in ConstructNativeCaInfoFromToken()
205 tlogd("hap ca type, tokenID %u\n", tokenID); in ConstructCaAuthInfo()
208 tlogd("native ca type, tokenID %u\n", tokenID); in ConstructCaAuthInfo()
211 tlogd("shell ca type, tokenID %u\n", tokenID); in ConstructCaAuthInfo()
/base/tee/tee_client/services/tlogcat/src/
H A Dtlogcat.c687 tlogd("get log file %s\n", g_files[i].logName); in GetUsableFile()
779 tlogd("close file %s, fileLen %ld\n", g_files[i].logName, g_files[i].fileLen); in LogFilesClose()
825 tlogd("logItemNext info: magic %x, logBufferLen %x, logRealLen %x\n", in LogItemGetNext()
937 tlogd("get log length %u\n", logItem->logBufferLen); in ReadLogBuffer()
944 tlogd("totallen %zd, readLen %zd\n", logItemTotalLen, readLen); in ReadLogBuffer()
972 tlogd("tlogcat read no data:ret=%zd\n", ret); in ProcReadLog()
981 tlogd("read length ret = %zd\n", ret); in ProcReadLog()
1026 tlogd("while select\n"); in Func()
1122 tlogd("open dev success g_devFd=%d\n", g_devFd); in Prepare()
1168 tlogd("tlogca in LogCmdF()
[all...]
/base/tee/tee_client/services/teecd/src/
H A Dlate_init_agent.c34 tlogd("now start to late init\n"); in InitLateWorkThread()
H A Dtee_ca_daemon.c158 tlogd("Waiting for a connection...target daemon\n"); in ProcessAccept()
173 tlogd("uid %d pid %d\n", cr.uid, cr.pid); in ProcessAccept()
190 tlogd("close_socket and curret ret=%u\n", ret); in ProcessAccept()
/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H A Dcadaemon_service.cpp49 tlogd("CaDaemonService has already started."); in OnStart()
243 tlogd("tid %{public}d is sending command to TEE\n", (*tidData)->tid); in AddTidData()
253 tlogd("ignore signal SIGUSR1!\n"); in SendSigToTzdriver()
265 tlogd("send signal SIGUSR1 to tid: %{public}d! ret = %{public}d\n", tmp->tid, ret); in SendSigToTzdriver()
354 tlogd("put context is null\n"); in PutBnContextAndReleaseFd()
382 tlogd("still have context not finalize in pid[%{public}d]\n", pid); in PutBnContextAndReleaseFd()
391 tlogd("cadaemon send system hash xml file\n"); in InitCaAuthInfo()
732 tlogd("value_mem, doing noting\n"); in GetTeecOptMem()
/base/tee/tee_client/interfaces/kits/c/src/
H A Dtee_client.cpp315 tlogd("nanosleep ms error\n"); in SleepNs()
333 tlogd("get cadaemon handle retry\n"); in InitializeContextSendCmd()
611 tlogd("cSize=0 && inOpt->memref.size=0\n"); in TeecOptDecodePartialMem()
887 tlogd("size left=%zu, ca size=%{public}u\n", sizeLeft, cSize); in TeecOptEncodePartialMem()
962 tlogd("params[%{public}u] shm = nullptr\n", paramCnt); in GetPartialMemSize()

Completed in 12 milliseconds