Searched refs:FindConnectionFsmByAuthHandle (Results 1 – 2 of 2) sorted by relevance
104 LnnConnectionFsm *FindConnectionFsmByAuthHandle(const AuthHandle *authHandle) in FindConnectionFsmByAuthHandle() function352 connFsm = FindConnectionFsmByAuthHandle(&msgPara->authHandle); in ProcessDeviceVerifyPass()389 connFsm = FindConnectionFsmByAuthHandle(authHandle); in ProcessDeviceDisconnect()
818 EXPECT_TRUE(FindConnectionFsmByAuthHandle(&authHandle) != nullptr);819 EXPECT_TRUE(FindConnectionFsmByAuthHandle(&authHandle2) == nullptr);