Searched refs:IsPotentialTrustedDevice (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_hichain_test.cpp | 185 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 D | auth_hichain_adapter.h | 49 bool IsPotentialTrustedDevice(TrustedRelationIdType idType, const char *deviceId, bool isPrecise, bool isPointToPoint);
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/ |
H A D | lnn_net_ledger_mock.h | 88 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 D | lnn_net_ledger_mock.cpp | 506 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 D | auth_hichain_adapter.c | 252 bool IsPotentialTrustedDevice(TrustedRelationIdType idType, const char *deviceId, bool isPrecise, bool isPointToPoint) in IsPotentialTrustedDevice() function
|
H A D | auth_interface.c | 662 if (IsPotentialTrustedDevice(ID_TYPE_DEVID, device->devId, false, false) || in AuthIsPotentialTrusted()
|
H A D | auth_session_json.c | 414 !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