Searched refs:tcRet (Results 1 – 2 of 2) sorted by relevance
154 if (txm_call.txm_ret.tcRet.error == kTCReturnNotFound) { in txm_unload_trust_cache()213 if (txm_call.txm_ret.tcRet.error == kTCReturnDuplicate) { in txm_load_trust_cache()281 if (txm_call.txm_ret.tcRet.error == kTCReturnNotFound) { in txm_query_trust_cache()327 if (txm_call.txm_ret.tcRet.error == kTCReturnNotFound) { in txm_check_trust_cache_runtime_for_uuid()1311 TCReturn_t tcRet = {.error = kTCReturnError}; in static_trust_cache_capabilities() local1339 tcRet = amfi->TrustCache.getCapabilities(&trust_cache_static0, capabilities0_ret); in static_trust_cache_capabilities()1340 assert(tcRet.error == kTCReturnSuccess); in static_trust_cache_capabilities()1344 tcRet = amfi->TrustCache.getCapabilities(&trust_cache_static1, capabilities1_ret); in static_trust_cache_capabilities()1345 assert(tcRet.error == kTCReturnSuccess); in static_trust_cache_capabilities()
213 selector, txm_ret.tcRet.component, txm_ret.tcRet.error, txm_ret.tcRet.uniqueError); in txm_print_return()