Searched refs:getConnectionOrThrow (Results 1 – 3 of 3) sorted by relevance
75 fun <T : Connection> getConnectionOrThrow(request: ConnectionRequest<T>): T { in getConnectionOrThrow() method124 inline fun <reified T : Connection> Chronicle.getConnectionOrThrow( method127 ) = getConnectionOrThrow(ConnectionRequest(T::class.java, requester, policy))
52 chronicleManager.chronicle.getConnectionOrThrow( in getUserData()66 chronicleManager.chronicle.getConnectionOrThrow( in getUserDataWithAppInstall()
117 val userDataReader: UserDataReader? = chronicleManager.chronicle.getConnectionOrThrow( in testUserDataReader()128 val userDataReader: UserDataReader? = chronicleManager.chronicle.getConnectionOrThrow( in testUserDataReaderWithAppInstall()