Home
last modified time | relevance | path

Searched refs:attestResultInfoPtr (Results 1 - 3 of 3) sorted by relevance

/test/xts/device_attest/interfaces/innerkits/native_cpp/src/
H A Ddevattest_service_proxy.cpp55 sptr<AttestResultInfo> attestResultInfoPtr = AttestResultInfo::Unmarshalling(reply); in GetAttestStatus() local
56 if (attestResultInfoPtr == nullptr) { in GetAttestStatus()
57 HILOGE("[DevAttestServiceProxy] attestResultInfoPtr is nullptr"); in GetAttestStatus()
60 attestResultInfo = *attestResultInfoPtr; in GetAttestStatus()
/test/xts/device_attest/services/devattest_ability/src/
H A Ddevattest_service_stub.cpp73 std::unique_ptr<AttestResultInfo> attestResultInfoPtr = std::make_unique<AttestResultInfo>(attestResultInfo); in GetAttestStatusInner() local
74 if (!attestResultInfoPtr->Marshalling(reply)) { in GetAttestStatusInner()
/test/xts/device_attest/test/performancetest/src/
H A Ddevattestclient_performance_test.cpp297 sptr<AttestResultInfo> attestResultInfoPtr; in HWTEST_F() local
300 attestResultInfoPtr = AttestResultInfo::Unmarshalling(data); in HWTEST_F()

Completed in 2 milliseconds