Home
last modified time | relevance | path

Searched defs:timer_property (Results 1 – 2 of 2) sorted by relevance

/base/tee/tee_os_framework/lib/teelib/libtee_stub/src/
Dtee_rtc_time_api.c15 TEE_Result tee_ext_create_timer(uint32_t time_seconds, TEE_timer_property *timer_property) in tee_ext_create_timer()
22 TEE_Result tee_ext_destory_timer(TEE_timer_property *timer_property) in tee_ext_destory_timer()
28 TEE_Result tee_ext_get_timer_expire(TEE_timer_property *timer_property, uint32_t *time_seconds) in tee_ext_get_timer_expire()
35 TEE_Result tee_ext_get_timer_remain(TEE_timer_property *timer_property, uint32_t *time_seconds) in tee_ext_get_timer_remain()
/base/tee/tee_os_framework/test/xts/ta/test_time_api/src/
Dtest_time_api_func.c89 TEE_timer_property timer_property = { 0 }; in TestCreateDestoryExpireRemainTimer() local