Home
last modified time | relevance | path

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

/test/xts/device_attest_lite/interfaces/kit/js/include/
H A Dnative_device_attest.h28 class NativeDeviceAttest { class
30 NativeDeviceAttest() = default;
31 ~NativeDeviceAttest() = default;
/test/xts/device_attest_lite/interfaces/kit/js/src/
H A Dnative_device_attest.cpp181 JSIValue NativeDeviceAttest::GetAttestResultInfoSync(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in GetAttestResultInfoSync()
210 JSIValue NativeDeviceAttest::GetAttestResultInfoAsync(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in GetAttestResultInfoAsync()
219 JSI::SetModuleAPI(exports, "getAttestStatus", NativeDeviceAttest::GetAttestResultInfoAsync); in InitDeviceAttestModule()
220 JSI::SetModuleAPI(exports, "getAttestStatusSync", NativeDeviceAttest::GetAttestResultInfoSync); in InitDeviceAttestModule()

Completed in 2 milliseconds