Home
last modified time | relevance | path

Searched refs:checkConnection (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_manager.h93 bool AuthDeviceCheckConnInfo(const char* uuid, AuthLinkType type, bool checkConnection);
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_deps_mock.cpp304 bool AuthDeviceCheckConnInfo(const char *uuid, AuthLinkType type, bool checkConnection) in AuthDeviceCheckConnInfo() argument
306 return GetLaneDepsInterface()->AuthDeviceCheckConnInfo(uuid, type, checkConnection); in AuthDeviceCheckConnInfo()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/include/
H A Dlnn_lane_deps_mock.h83 virtual bool AuthDeviceCheckConnInfo(const char *uuid, AuthLinkType type, bool checkConnection) = 0;
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_other_test.cpp701 bool checkConnection = false; in HWTEST_F() local
702 bool ret = AuthDeviceCheckConnInfo(uuid, type, checkConnection); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_manager.c1760 bool AuthDeviceCheckConnInfo(const char *uuid, AuthLinkType type, bool checkConnection) in AuthDeviceCheckConnInfo() argument
1770 return checkConnection ? CheckActiveAuthConnection(&connInfo) : true; in AuthDeviceCheckConnInfo()

Completed in 9 milliseconds