Home
last modified time | relevance | path

Searched refs:DevAttestServiceProxy (Results 1 - 4 of 4) sorted by relevance

/test/xts/device_attest/interfaces/innerkits/native_cpp/include/
H A Ddevattest_service_proxy.h24 class DevAttestServiceProxy : public IRemoteProxy<DevAttestInterface> { class
26 explicit DevAttestServiceProxy(const sptr<IRemoteObject> &impl) in DevAttestServiceProxy() function in OHOS::DevAttest::DevAttestServiceProxy
28 ~DevAttestServiceProxy() {} in ~DevAttestServiceProxy()
32 static inline BrokerDelegator<DevAttestServiceProxy> delegator_;
/test/xts/device_attest/interfaces/innerkits/native_cpp/test/unittest/src/
H A Ddevattest_client_proxy_test.cpp191 DevAttestServiceProxy devAttestServiceProxy(object); in HWTEST_F()
208 DevAttestServiceProxy devAttestServiceProxy(object); in HWTEST_F()
234 DevAttestServiceProxy devAttestServiceProxy(object); in HWTEST_F()
257 DevAttestServiceProxy devAttestServiceProxy(object); in HWTEST_F()
283 DevAttestServiceProxy devAttestServiceProxy(object); in HWTEST_F()
/test/xts/device_attest/interfaces/innerkits/native_cpp/src/
H A Ddevattest_service_proxy.cpp24 int32_t DevAttestServiceProxy::GetAttestStatus(AttestResultInfo &attestResultInfo) in GetAttestStatus()
31 HILOGE("[DevAttestServiceProxy] write interface token failed"); in GetAttestStatus()
37 HILOGE("[DevAttestServiceProxy] remote service null"); in GetAttestStatus()
42 HILOGE("[DevAttestServiceProxy] call SendRequest failed %{public}d", ret); in GetAttestStatus()
47 HILOGE("[DevAttestServiceProxy] authRet failed %{public}d", authRet); in GetAttestStatus()
51 HILOGE("[DevAttestServiceProxy] authRet failed code %{public}d", authRet); in GetAttestStatus()
57 HILOGE("[DevAttestServiceProxy] attestResultInfoPtr is nullptr"); in GetAttestStatus()
/test/xts/device_attest/test/performancetest/src/
H A Ddevattestclient_performance_test.cpp227 DevAttestServiceProxy devAttestServiceProxy(object); in HWTEST_F()

Completed in 2 milliseconds