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 D | lnn_sync_info_manager_test.cpp | 139 EXPECT_CALL(ledgerMock, AuthDeviceGetLatestIdByUuid)
|
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()
|
/ohos5.0/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 *authHand… 175 …MOCK_METHOD3(AuthDeviceGetLatestIdByUuid, void (const char *uuid, AuthLinkType type, AuthHandle *a…
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_manager.h | 96 void AuthDeviceGetLatestIdByUuid(const char *uuid, AuthLinkType type, AuthHandle *authHandle);
|
/ohos5.0/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()
|
/ohos5.0/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 *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 D | lnn_sync_info_manager.c | 1055 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 D | auth_manager_test.cpp | 823 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 D | auth_interface.c | 350 AuthDeviceGetLatestIdByUuid(uuid, type, authHandle); in AuthGetLatestIdByUuid()
|
H A D | auth_manager.c | 1925 void AuthDeviceGetLatestIdByUuid(const char *uuid, AuthLinkType type, AuthHandle *authHandle) in AuthDeviceGetLatestIdByUuid() function
|