Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_info_manager_test.cpp139 EXPECT_CALL(ledgerMock, AuthDeviceGetLatestIdByUuid) in HWTEST_F()
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()
/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_manager.h96 void AuthDeviceGetLatestIdByUuid(const char *uuid, AuthLinkType type, AuthHandle *authHandle);
/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 *authHandle) = 0;
176 MOCK_METHOD3(AuthDeviceGetLatestIdByUuid, void (const char *uuid, AuthLinkType type, AuthHandle *authHandle));
/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 *authHandle) = 0;
181 MOCK_METHOD3(AuthDeviceGetLatestIdByUuid, int32_t (const char *, AuthLinkType, AuthHandle *));
/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()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_sync_info_manager.c1060 AuthDeviceGetLatestIdByUuid(uuid, AUTH_LINK_TYPE_ENHANCED_P2P, authHandle); in GetWifiDirectAuthByNetworkId()
1204 AuthDeviceGetLatestIdByUuid(uuid, AUTH_LINK_TYPE_P2P, authHandle); in GetAuthHandleByNetworkId()
1210 AuthDeviceGetLatestIdByUuid(uuid, AUTH_LINK_TYPE_ENHANCED_P2P, authHandle); in GetAuthHandleByNetworkId()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_manager_test.cpp829 AuthDeviceGetLatestIdByUuid(UDID_TEST, AUTH_LINK_TYPE_BLE, &authHandle1); in HWTEST_F()
830 AuthDeviceGetLatestIdByUuid(UDID_TEST, AUTH_LINK_TYPE_BR, &authHandle1); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c347 AuthDeviceGetLatestIdByUuid(uuid, type, authHandle); in AuthGetLatestIdByUuid()
H A Dauth_manager.c1928 void AuthDeviceGetLatestIdByUuid(const char *uuid, AuthLinkType type, AuthHandle *authHandle) in AuthDeviceGetLatestIdByUuid() function

Completed in 12 milliseconds