Home
last modified time | relevance | path

Searched refs:isPrecise (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_hichain_test.cpp171 bool isPrecise = false; variable
187 ret = IsPotentialTrustedDevice(idType, deviceId, isPrecise, false);
189 ret = IsPotentialTrustedDevice(idType, deviceId, isPrecise, true);
191 ret = IsPotentialTrustedDevice(idType, deviceId, isPrecise, true);
193 ret = IsPotentialTrustedDevice(idType, deviceId, isPrecise, true);
207 bool isPrecise = false; variable
223 ret = IsPotentialTrustedDevice(idType, deviceId, isPrecise, true);
225 ret = IsPotentialTrustedDevice(idType, deviceId, isPrecise, false);
227 ret = IsPotentialTrustedDevice(idType, deviceId, isPrecise, false);
229 ret = IsPotentialTrustedDevice(idType, deviceId, isPrecise, false);
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_hichain_adapter.h49 bool IsPotentialTrustedDevice(TrustedRelationIdType idType, const char *deviceId, bool isPrecise, b…
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain_adapter.c250 bool IsPotentialTrustedDevice(TrustedRelationIdType idType, const char *deviceId, bool isPrecise, b… in IsPotentialTrustedDevice() argument
253 (void)isPrecise; in IsPotentialTrustedDevice()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_ledger_mock.h89 bool isPrecise, bool isPointToPoint) = 0;
174 bool isPrecise, bool isPointToPoint));
/ohos5.0/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, b… in IsPotentialTrustedDevice() argument
508 …return GetNetLedgerInterface()->IsPotentialTrustedDevice(idType, deviceId, isPrecise, isPointToPoi… in IsPotentialTrustedDevice()