Searched refs:AuthDeviceGetLatestIdByUuid (Results 1 - 10 of 10) sorted by relevance
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_sync_info_manager_test.cpp | 139 EXPECT_CALL(ledgerMock, AuthDeviceGetLatestIdByUuid) in HWTEST_F()
|
H A D | lnn_net_ledger_mock.cpp | 531 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 D | auth_manager.h | 96 void AuthDeviceGetLatestIdByUuid(const char *uuid, AuthLinkType type, AuthHandle *authHandle);
|
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/include/ |
H A D | lnn_lane_deps_mock.h | 110 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 D | lnn_net_ledger_mock.h | 99 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 D | lnn_lane_deps_mock.cpp | 404 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 D | lnn_sync_info_manager.c | 1060 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 D | auth_manager_test.cpp | 829 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 D | auth_interface.c | 347 AuthDeviceGetLatestIdByUuid(uuid, type, authHandle); in AuthGetLatestIdByUuid()
|
H A D | auth_manager.c | 1928 void AuthDeviceGetLatestIdByUuid(const char *uuid, AuthLinkType type, AuthHandle *authHandle) in AuthDeviceGetLatestIdByUuid() function
|
Completed in 12 milliseconds