Home
last modified time | relevance | path

Searched refs:AttestDestroyTimerTask (Results 1 – 6 of 6) sorted by relevance

/test/xts/device_attest_lite/services/core/
Dattest_entry.h34 int32_t AttestDestroyTimerTask(void);
Dattest_entry.c99 int32_t AttestDestroyTimerTask(void) in AttestDestroyTimerTask() function
/test/xts/device_attest/services/core/
Dattest_entry.h35 int32_t AttestDestroyTimerTask(void);
Dattest_entry.c51 int32_t AttestDestroyTimerTask(void) in AttestDestroyTimerTask() function
Dlibdevattest_core.map20 AttestDestroyTimerTask;
/test/xts/device_attest/services/devattest_ability/src/
Ddevattest_service.cpp130 int32_t ret = AttestDestroyTimerTask(); in DelayUnloadTask()