Home
last modified time | relevance | path

Searched refs:FindConnectionFsmByAuthHandle (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_process.c104 LnnConnectionFsm *FindConnectionFsmByAuthHandle(const AuthHandle *authHandle) in FindConnectionFsmByAuthHandle() function
352 connFsm = FindConnectionFsmByAuthHandle(&msgPara->authHandle); in ProcessDeviceVerifyPass()
389 connFsm = FindConnectionFsmByAuthHandle(authHandle); in ProcessDeviceDisconnect()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_mock_test.cpp818 EXPECT_TRUE(FindConnectionFsmByAuthHandle(&authHandle) != nullptr);
819 EXPECT_TRUE(FindConnectionFsmByAuthHandle(&authHandle2) == nullptr);