Home
last modified time | relevance | path

Searched refs:IsPotentialTrustedDevice (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_hichain_test.cpp185 bool ret = IsPotentialTrustedDevice(idType, deviceId, isPrecise, false); in HWTEST_F()
187 ret = IsPotentialTrustedDevice(idType, deviceId, isPrecise, false); in HWTEST_F()
189 ret = IsPotentialTrustedDevice(idType, deviceId, isPrecise, true); in HWTEST_F()
191 ret = IsPotentialTrustedDevice(idType, deviceId, isPrecise, true); in HWTEST_F()
193 ret = IsPotentialTrustedDevice(idType, deviceId, isPrecise, true); in HWTEST_F()
221 bool ret = IsPotentialTrustedDevice(idType, deviceId, isPrecise, true); in HWTEST_F()
223 ret = IsPotentialTrustedDevice(idType, deviceId, isPrecise, true); in HWTEST_F()
225 ret = IsPotentialTrustedDevice(idType, deviceId, isPrecise, false); in HWTEST_F()
227 ret = IsPotentialTrustedDevice(idType, deviceId, isPrecise, false); in HWTEST_F()
229 ret = IsPotentialTrustedDevice(idTyp in HWTEST_F()
[all...]
/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_hichain_adapter.h49 bool IsPotentialTrustedDevice(TrustedRelationIdType idType, const char *deviceId, bool isPrecise, bool isPointToPoint);
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_ledger_mock.h88 virtual bool IsPotentialTrustedDevice(TrustedRelationIdType idType, const char *deviceId,
173 MOCK_METHOD4(IsPotentialTrustedDevice, bool (TrustedRelationIdType idType, const char *deviceId,
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_ledger_mock.cpp506 bool IsPotentialTrustedDevice(TrustedRelationIdType idType, const char *deviceId, bool isPrecise, bool isPointToPoint) in IsPotentialTrustedDevice() function
508 return GetNetLedgerInterface()->IsPotentialTrustedDevice(idType, deviceId, isPrecise, isPointToPoint); in IsPotentialTrustedDevice()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain_adapter.c252 bool IsPotentialTrustedDevice(TrustedRelationIdType idType, const char *deviceId, bool isPrecise, bool isPointToPoint) in IsPotentialTrustedDevice() function
H A Dauth_interface.c662 if (IsPotentialTrustedDevice(ID_TYPE_DEVID, device->devId, false, false) || in AuthIsPotentialTrusted()
H A Dauth_session_json.c414 !IsPotentialTrustedDevice(ID_TYPE_DEVID, (const char *)udidHashHexStr, false, false)) { in PackFastAuth()
709 !IsPotentialTrustedDevice(ID_TYPE_DEVID, (const char *)udidShortHash, false, false)) { in UnpackFastAuth()

Completed in 8 milliseconds