Home
last modified time | relevance | path

Searched refs:AuthDeviceGetLatestIdByUuid (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_info_manager_test.cpp139 EXPECT_CALL(ledgerMock, AuthDeviceGetLatestIdByUuid)
H A Dlnn_net_ledger_mock.cpp531 int32_t AuthDeviceGetLatestIdByUuid(const char *uuid, AuthLinkType type, AuthHandle *authHandle) in AuthDeviceGetLatestIdByUuid() function
533 return GetNetLedgerInterface()->AuthDeviceGetLatestIdByUuid(uuid, type, authHandle); in AuthDeviceGetLatestIdByUuid()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/include/
H A Dlnn_lane_deps_mock.h110 …virtual void AuthDeviceGetLatestIdByUuid(const char *uuid, AuthLinkType type, AuthHandle *authHand…
175 …MOCK_METHOD3(AuthDeviceGetLatestIdByUuid, void (const char *uuid, AuthLinkType type, AuthHandle *a…
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_manager.h96 void AuthDeviceGetLatestIdByUuid(const char *uuid, AuthLinkType type, AuthHandle *authHandle);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_deps_mock.cpp404 void AuthDeviceGetLatestIdByUuid(const char *uuid, AuthLinkType type, AuthHandle *authHandle) in AuthDeviceGetLatestIdByUuid() function
406 GetLaneDepsInterface()->AuthDeviceGetLatestIdByUuid(uuid, type, authHandle); in AuthDeviceGetLatestIdByUuid()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_ledger_mock.h99 …virtual int32_t AuthDeviceGetLatestIdByUuid(const char *uuid, AuthLinkType type, AuthHandle *authH…
181 MOCK_METHOD3(AuthDeviceGetLatestIdByUuid, int32_t (const char *, AuthLinkType, AuthHandle *));
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_info_manager.c1055 AuthDeviceGetLatestIdByUuid(uuid, AUTH_LINK_TYPE_ENHANCED_P2P, authHandle); in GetWifiDirectAuthByNetworkId()
1198 AuthDeviceGetLatestIdByUuid(uuid, AUTH_LINK_TYPE_P2P, authHandle); in GetAuthHandleByNetworkId()
1204 AuthDeviceGetLatestIdByUuid(uuid, AUTH_LINK_TYPE_ENHANCED_P2P, authHandle); in GetAuthHandleByNetworkId()
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_manager_test.cpp823 AuthDeviceGetLatestIdByUuid(UDID_TEST, AUTH_LINK_TYPE_BLE, &authHandle1);
824 AuthDeviceGetLatestIdByUuid(UDID_TEST, AUTH_LINK_TYPE_BR, &authHandle1);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c350 AuthDeviceGetLatestIdByUuid(uuid, type, authHandle); in AuthGetLatestIdByUuid()
H A Dauth_manager.c1925 void AuthDeviceGetLatestIdByUuid(const char *uuid, AuthLinkType type, AuthHandle *authHandle) in AuthDeviceGetLatestIdByUuid() function