Searched defs:connectionRecord (Results 1 – 4 of 4) sorted by relevance
151 std::shared_ptr<ConnectionRecord> connectionRecord = nullptr; variable166 auto connectionRecord = variable182 std::shared_ptr<ConnectionRecord> connectionRecord = nullptr; variable197 std::shared_ptr<ConnectionRecord> connectionRecord = nullptr; variable213 auto connectionRecord = variable230 auto connectionRecord = variable613 std::shared_ptr<ConnectionRecord> connectionRecord = variable632 std::shared_ptr<ConnectionRecord> connectionRecord = variable652 std::shared_ptr<ConnectionRecord> connectionRecord = variable
92 void ConnectionStateManager::AddConnection(std::shared_ptr<ConnectionRecord> connectionRecord) in AddConnection()112 void ConnectionStateManager::RemoveConnection(std::shared_ptr<ConnectionRecord> connectionRecord, in RemoveConnection()324 bool ConnectionStateManager::AddConnectionInner(std::shared_ptr<ConnectionRecord> connectionRecord, in AddConnectionInner()348 bool ConnectionStateManager::RemoveConnectionInner(std::shared_ptr<ConnectionRecord> connectionReco… in RemoveConnectionInner()
148 auto connectionRecord = std::make_shared<ConnectionRecord>(token, targetService, connect); in DoSomethingInterestingWithMyAPI() local
429 auto connectionRecord = ConnectionRecord::CreateConnectionRecord(nullptr, nullptr, nullptr); variable