Home
last modified time | relevance | path

Searched refs:attestClientInterface_ (Results 1 - 2 of 2) sorted by relevance

/test/xts/device_attest/interfaces/innerkits/native_cpp/src/
H A Ddevattest_client.cpp49 attestClientInterface_ = iface_cast<DevAttestInterface>(object); in GetDeviceProfileService()
50 return attestClientInterface_; in GetDeviceProfileService()
57 if (attestClientInterface_ != nullptr) { in GetDeviceProfileService()
58 return attestClientInterface_; in GetDeviceProfileService()
95 attestClientInterface_ = iface_cast<DevAttestInterface>(remoteObject); in LoadSystemAbilitySuccess()
104 attestClientInterface_ = nullptr; in LoadSystemAbilityFail()
/test/xts/device_attest/interfaces/innerkits/native_cpp/include/
H A Ddevattest_client.h41 sptr<DevAttestInterface> attestClientInterface_; member in OHOS::DevAttest::DevAttestClient

Completed in 2 milliseconds