Home
last modified time | relevance | path

Searched refs:TC_NS_CLIENT_IOCTL_LOAD_APP_REQ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/tee/tee_client/frameworks/include/lite/
H A Dtee_ioctl_cmd.h25 #define TC_NS_CLIENT_IOCTL_LOAD_APP_REQ _IOWR(TC_NS_CLIENT_IOC_MAGIC, 9, struct S… macro
/ohos5.0/base/tee/tee_client/frameworks/include/standard/
H A Dtee_ioctl_cmd.h25 #define TC_NS_CLIENT_IOCTL_LOAD_APP_REQ _IOWR(TC_NS_CLIENT_IOC_MAGIC, 9, struct S… macro
/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dload_sec_file.c99 ret = ioctl(tzFd, (int)TC_NS_CLIENT_IOCTL_LOAD_APP_REQ, &ioctlArg); in LoadSecFile()
/ohos5.0/base/tee/tee_client/services/teecd/src/
H A Dsecfile_load_agent.c141 ret = ioctl(tzFd, (int)TC_NS_CLIENT_IOCTL_LOAD_APP_REQ, &ioctlArg); in LoadSecFile()