Home
last modified time | relevance | path

Searched refs:QueryAttest (Results 1 - 5 of 5) sorted by relevance

/test/xts/device_attest/services/core/
H A Dattest_entry.h29 int32_t QueryAttest(int32_t** resultArray, int32_t arraySize, char** ticket, int32_t* ticketLength);
H A Dattest_entry.c36 int32_t QueryAttest(int32_t** resultArray, int32_t arraySize, char** ticket, int32_t* ticketLength) in QueryAttest() function
/test/xts/device_attest/test/performancetest/src/
H A Ddevattestservice_performance_test.cpp162 ret = QueryAttest(&resultArray, MAX_ATTEST_RESULT_SIZE, &ticketStr, &ticketLength); in HWTEST_F()
/test/xts/device_attest/services/devattest_ability/src/
H A Ddevattest_service.cpp173 ret = QueryAttest(&resultArray, MAX_ATTEST_RESULT_SIZE, &ticketStr, &ticketLength); in GetAttestStatus()
175 HILOGE("[GetAttestStatus] QueryAttest failed"); in GetAttestStatus()
/test/xts/device_attest/services/devattest_ability/test/tdd/gtest/src/
H A Dattest_tdd_test.cpp522 ret = QueryAttest(&resultArray, MAX_ATTEST_RESULT_SIZE, &ticketString, &ticketLen); in GetAttestStatus()
524 HILOGE("[AttestTdd] QueryAttest failed"); in GetAttestStatus()

Completed in 3 milliseconds